CSS Color Background

Roman Silver

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

Preview

Roman Silver solid color background preview (#838996)

Color value: #838996

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #838996; }

HTML Code

<section class="hero roman-silver-bg"> <h2>Your content</h2> </section> <style> .roman-silver-bg { background-color: #838996; } </style>