You can use following shortcode to add background color to your content.
Theme Color Background
Theme color can be set from theme settings.
<div class="theme-bg">
your content here..
</div>
Content Background Color
Content background color can be set from theme settings.
<div class="content-bg">
your content here..
</div>
Dark Background
<div class="dark-bg">
your content here..
</div>