Hi Darryn,
You can add this under Custom > CSS in the Customizer.
/* logo background */
body .x-logobar {
background-color:red;
}
/* menu background */
body .x-navbar {
background-color:blue;
}
Change red and blue with the color that you like.
Hope that helps.