color details

Color Details
#664031 Color Hex

#664031 color RGB value is (6, 100, 3).
#664031 hex color red value is 6, green value is 100, and blue value is 3.
Cylindrical-coordinate representations (HSL) of color #664031 hue: 118.14, saturation: 0.94 and lightness: 0.2.

The process color (four-color CMYK) of #664031 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #664031 is #ff9999. Color #664031 contains mainly RED.

Color Spaces
Color spaces of #664031Value
RGB102, 64, 49
HSL0.05, 0.35, 0.3
HSV17°, 52°, 40°
XYZ7.87, 6.71, 3.79
Base Numbers
Base Red Green Blue
Binary 1100110 1000000 110001
Octal 146 100 61
Decimal 102 64 49
Hex 66 40 31

RGB Percentages for Color #664031

47.44%
29.77%
22.79%

CMYK Percentages of the Color #664031

37.25%
51.96%
60%
CSS Codes for Color #664031
.mybgColor {background-color: #664031;}
.myforeColor {color: #664031;}
.myborderColor {border:3px solid #664031;}
Text Font Color #664031

<p style="color:#664031">Text here</p>

This sample text is styled with the font color #664031. 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 #664031

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

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

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

The border color of this div is #664031
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(102, 64, 49, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #664031;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #664031;
-webkit-box-shadow: 1px 1px 3px #664031;
box-shadow: 1px 1px 3px #664031;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102, 64, 49, 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 #664031;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #664031; -webkit-box-shadow: 1px 1px 3px #664031; box-shadow: 1px 1px 3px #664031;">Div content here</div>

This div box has a shadow with a specified color. #664031

Scroll to Top