color details

Color Details
#664c4a Color Hex

#664c4a color RGB value is (6, 100, 196).
#664c4a hex color red value is 6, green value is 100, and blue value is 196.
Cylindrical-coordinate representations (HSL) of color #664c4a hue: 210.32, saturation: 0.94 and lightness: 0.4.

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

Color Spaces
Color spaces of #664c4aValue
RGB102, 76, 74
HSL0.01, 0.16, 0.35
HSV4°, 27°, 40°
XYZ9.3, 8.49, 7.63
Base Numbers
Base Red Green Blue
Binary 1100110 1001100 1001010
Octal 146 114 112
Decimal 102 76 74
Hex 66 4C 4A

RGB Percentages for Color #664c4a

40.48%
30.16%
29.37%

CMYK Percentages of the Color #664c4a

25.49%
27.45%
60%
CSS Codes for Color #664c4a
.mybgColor {background-color: #664c4a;}
.myforeColor {color: #664c4a;}
.myborderColor {border:3px solid #664c4a;}
Text Font Color #664c4a

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

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

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

The background color of this div is #664c4a
Border Color #664c4a

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

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

<p style="text-shadow: 4px 4px 2px rgba(102, 76, 74, 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 #664c4a;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #664c4a

Scroll to Top