Color Hex Logo

#66702b Color Hex

#66702B
(102,112,43)
0 Favorites   0 Comments

Color spaces of #66702b

RGB 10211243
HSL0.190.450.30
HSV69°62°44°
CMYK 0.090.000.62   0.56
XYZ11.709714.58754.4840
Yxy14.58750.38040.4739
Hunter Lab38.1936-12.112819.7748
CIE-Lab45.0640-14.413236.2165

#66702b color RGB value is (102,112,43).

#66702b hex color red value is 102, green value is 112 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #66702b hue: 0.19 , saturation: 0.45 and the lightness value of 66702b is 0.30.

The process color (four color CMYK) of #66702b color hex is 0.09, 0.00, 0.62, 0.56. Web safe color of #66702b is #666633. Color #66702b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110000 00101011
Octal 146 160 53
Decimal 102 112 43
Hex 66 70 2B

RGB Percentages of Color #66702b

%39.69
%43.58
%16.73

CMYK Percentages of Color #66702b

%9
%0
%62
%56

Triadic Colors of #66702b

#66702b #2b6670 #702b66

Analogous Colors of #66702b

#66702b #44702b #70582b

Monochromatic Colors of #66702b

#66702b

Complementary Color

#66702b #352b70

#66702b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66702b Color Preview on White Background

Lorem ipsum dolor sit amet.

#66702b Color CSS Codes

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

#66702b Text Font Color

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

This sample text font color is #66702b
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.


#66702b Background Color

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

This div background color is #66702b


#66702b Border Color

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

This div border color is #66702b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66702b


Comments

No comments written yet.

Please login to write comment.