#405648 color RGB value is (4, 5, 100).
#405648 hex color red value is 4, green value is 5, and blue value is 100.
Cylindrical-coordinate representations (HSL) of color #405648
hue: 239.38,
saturation: 0.92 and lightness: 0.2.
The process color (four-color CMYK) of #405648 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #405648 is #ff9999. Color #405648 contains mainly RED.
Color spaces of #405648 | Value |
---|---|
RGB | 64, 86, 72 |
HSL | 0.39, 0.15, 0.29 |
HSV | 142°, 26°, 34° |
XYZ | 6.61, 8.21, 7.37 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1000000 | 1010110 | 1001000 |
Octal | 100 | 126 | 110 |
Decimal | 64 | 86 | 72 |
Hex | 40 | 56 | 48 |
Shades of #405648
Tints of #405648
.mybgColor {background-color: #405648;} .myforeColor {color: #405648;} .myborderColor {border:3px solid #405648;}
<p style="color:#405648">Text here</p>
This sample text is styled with the font color #405648. 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:#405648">Div content here</div>
<div style="border:3px solid #405648">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64, 86, 72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #405648; } .divShadow { -moz-box-shadow: 1px 1px 3px #405648; -webkit-box-shadow: 1px 1px 3px #405648; box-shadow: 1px 1px 3px #405648; }
<p style="text-shadow: 4px 4px 2px rgba(64, 86, 72, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #405648;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #405648;
-webkit-box-shadow: 1px 1px 3px #405648;
box-shadow: 1px 1px 3px #405648;">Div content here</div>