CSS Color Background

Feldgrau

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

Preview

Feldgrau solid color background preview (#4D5D53)

Color value: #4D5D53

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #4D5D53; }

HTML Code

<section class="hero feldgrau-bg"> <h2>Your content</h2> </section> <style> .feldgrau-bg { background-color: #4D5D53; } </style>