Gunmetal Hex Code — #2C3539
RGB, HSL, and CMYK values for Gunmetal.
Gunmetal Color Values
| Format | Value |
|---|---|
| HEX | #2C3539 |
| RGB | rgb(44, 53, 57) |
| HSL | hsl(198, 13%, 20%) |
| CMYK | cmyk(23%, 7%, 0%, 78%) |
Want to explore more shades? Use our Color Converter
About Gunmetal
Color psychology: Strength, power.
Gunmetal (#2C3539) is a dark shade of gray. It's commonly used in web design, graphic design, and branding where strength, power are desired associations.
How to Use Gunmetal in CSS
/* Using HEX */ color: #2C3539; background-color: #2C3539; /* Using RGB */ color: rgb(44, 53, 57); /* Using HSL */ color: hsl(198, 13%, 20%);