Color Hex Logo

#66866b Color Hex

#66866B
(102,134,107)
0 Favorites   0 Comments

Color spaces of #66866b

RGB 102134107
HSL0.360.140.46
HSV129°24°53°
CMYK 0.240.000.20   0.47
XYZ16.658420.936517.0731
Yxy20.93650.30470.3830
Hunter Lab45.7564-15.08789.9066
CIE-Lab52.8799-17.083010.9100

#66866b color RGB value is (102,134,107).

#66866b hex color red value is 102, green value is 134 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #66866b hue: 0.36 , saturation: 0.14 and the lightness value of 66866b is 0.46.

The process color (four color CMYK) of #66866b color hex is 0.24, 0.00, 0.20, 0.47. Web safe color of #66866b is #669966. Color #66866b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000110 01101011
Octal 146 206 153
Decimal 102 134 107
Hex 66 86 6B

RGB Percentages of Color #66866b

%29.74
%39.07
%31.20

CMYK Percentages of Color #66866b

%24
%0
%20
%47

Triadic Colors of #66866b

#66866b #6b6686 #866b66

Analogous Colors of #66866b

#66866b #66867b #718666

Monochromatic Colors of #66866b

#66866b

Complementary Color

#66866b #866681

#66866b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66866b Color Preview on White Background

Lorem ipsum dolor sit amet.

#66866b Color CSS Codes

.mybgcolor {background-color:#66866b; } 
.myforecolor {color:#66866b; }
.mybordercolor {border:3px solid #66866b; }

#66866b Text Font Color

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

This sample text font color is #66866b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#66866b Background Color

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

This div background color is #66866b


#66866b Border Color

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

This div border color is #66866b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,134,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66866b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66866b;
  -webkit-box-shadow: 1px 1px 3px 2px #66866b;
  box-shadow:         1px 1px 3px 2px #66866b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,134,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66866b


Comments

No comments written yet.

Please login to write comment.