#406c58 color RGB value is (4, 6, 197).
#406c58 hex color red value is 4, green value is 6, and blue value is 197.
Cylindrical-coordinate representations (HSL) of color #406c58
hue: 239.38,
saturation: 0.96 and lightness: 0.39.
The process color (four-color CMYK) of #406c58 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #406c58 is #ff9999. Color #406c58 contains mainly RED.
| Color spaces of #406c58 | Value |
|---|---|
| RGB | 64, 108, 88 |
| HSL | 0.42, 0.26, 0.34 |
| HSV | 153°, 41°, 42° |
| XYZ | 9.24, 12.52, 11.16 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1000000 | 1101100 | 1011000 |
| Octal | 100 | 154 | 130 |
| Decimal | 64 | 108 | 88 |
| Hex | 40 | 6C | 58 |
Shades of #406c58
Tints of #406c58
.mybgColor {background-color: #406c58;}
.myforeColor {color: #406c58;}
.myborderColor {border:3px solid #406c58;}
<p style="color:#406c58">Text here</p>
This sample text is styled with the font color #406c58. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#406c58">Div content here</div>
<div style="border:3px solid #406c58">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(64, 108, 88, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #406c58; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #406c58;
-webkit-box-shadow: 1px 1px 3px #406c58;
box-shadow: 1px 1px 3px #406c58; }
<p style="text-shadow: 4px 4px 2px rgba(64, 108, 88, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #406c58;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #406c58;
-webkit-box-shadow: 1px 1px 3px #406c58;
box-shadow: 1px 1px 3px #406c58;">Div content here</div>
