CSS Color Background

Medium Taupe

Pure CSS color background: #674C47. Use this solid color for personal and commercial creative projects.

Preview

Medium Taupe solid color background preview (#674C47)

Color value: #674C47

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #674C47; }

HTML Code

<section class="hero medium-taupe-bg"> <h2>Your content</h2> </section> <style> .medium-taupe-bg { background-color: #674C47; } </style>