color details

Color Details
#405648 Color Hex

#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
Color spaces of #405648Value
RGB64, 86, 72
HSL0.39, 0.15, 0.29
HSV142°, 26°, 34°
XYZ6.61, 8.21, 7.37
Base Numbers
Base Red Green Blue
Binary 1000000 1010110 1001000
Octal 100 126 110
Decimal 64 86 72
Hex 40 56 48

RGB Percentages for Color #405648

28.83%
38.74%
32.43%

CMYK Percentages of the Color #405648

25.58%
16.28%
66.27%
CSS Codes for Color #405648
.mybgColor {background-color: #405648;}
.myforeColor {color: #405648;}
.myborderColor {border:3px solid #405648;}
Text Font Color #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,

Background Color #405648

<div style="background-color:#405648">Div content here</div>

The background color of this div is #405648
Border Color #405648

<div style="border:3px solid #405648">Div here</div>

The border color of this div is #405648
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64, 86, 72, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #405648;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #405648
Scroll to Top