CSS Color Background

Arsenic

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

Preview

Arsenic solid color background preview (#3B444B)

Color value: #3B444B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #3B444B; }

HTML Code

<section class="hero arsenic-bg"> <h2>Your content</h2> </section> <style> .arsenic-bg { background-color: #3B444B; } </style>