Color Hex Logo

#66701e Color Hex

#66701E
(102,112,30)
0 Favorites   0 Comments

Color spaces of #66701e

RGB 10211230
HSL0.190.580.28
HSV67°73°44°
CMYK 0.090.000.73   0.56
XYZ11.508014.50693.4219
Yxy14.50690.39090.4928
Hunter Lab38.0879-12.721321.3348
CIE-Lab44.9513-15.364341.9734

#66701e color RGB value is (102,112,30).

#66701e hex color red value is 102, green value is 112 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #66701e hue: 0.19 , saturation: 0.58 and the lightness value of 66701e is 0.28.

The process color (four color CMYK) of #66701e color hex is 0.09, 0.00, 0.73, 0.56. Web safe color of #66701e is #666633. Color #66701e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110000 00011110
Octal 146 160 36
Decimal 102 112 30
Hex 66 70 1E

RGB Percentages of Color #66701e

%41.80
%45.90
%12.30

CMYK Percentages of Color #66701e

%9
%0
%73
%56

Triadic Colors of #66701e

#66701e #1e6670 #701e66

Analogous Colors of #66701e

#66701e #3d701e #70511e

Monochromatic Colors of #66701e

#66701e

Complementary Color

#66701e #281e70

#66701e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66701e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66701e Color CSS Codes

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

#66701e Text Font Color

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

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


#66701e Background Color

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

This div background color is #66701e


#66701e Border Color

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

This div border color is #66701e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66701e


Comments

No comments written yet.

Please login to write comment.