color details

Color Details
#406c58 Color Hex

#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
Color spaces of #406c58Value
RGB64, 108, 88
HSL0.42, 0.26, 0.34
HSV153°, 41°, 42°
XYZ9.24, 12.52, 11.16
Base Numbers
Base Red Green Blue
Binary 1000000 1101100 1011000
Octal 100 154 130
Decimal 64 108 88
Hex 40 6C 58

RGB Percentages for Color #406c58

24.62%
41.54%
33.85%

CMYK Percentages of the Color #406c58

40.74%
18.52%
57.65%
CSS Codes for Color #406c58
.mybgColor {background-color: #406c58;}
.myforeColor {color: #406c58;}
.myborderColor {border:3px solid #406c58;}
Text Font Color #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,

Background Color #406c58

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

The background color of this div is #406c58
Border Color #406c58

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

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

<p style="text-shadow: 4px 4px 2px rgba(64, 108, 88, 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 #406c58;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #406c58

Scroll to Top