Color Hex Logo

#66701d Color Hex

#66701D
(102,112,29)
0 Favorites   0 Comments

Color spaces of #66701d

RGB 10211229
HSL0.190.590.28
HSV67°74°44°
CMYK 0.090.000.74   0.56
XYZ11.495414.50183.3557
Yxy14.50180.39160.4940
Hunter Lab38.0812-12.759221.4323
CIE-Lab44.9441-15.423842.3708

#66701d color RGB value is (102,112,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110000 00011101
Octal 146 160 35
Decimal 102 112 29
Hex 66 70 1D

RGB Percentages of Color #66701d

%41.98
%46.09
%11.93

CMYK Percentages of Color #66701d

%9
%0
%74
%56

Triadic Colors of #66701d

#66701d #1d6670 #701d66

Analogous Colors of #66701d

#66701d #3d701d #70511d

Monochromatic Colors of #66701d

#66701d

Complementary Color

#66701d #271d70

#66701d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66701d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66701d Color CSS Codes

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

#66701d Text Font Color

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

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


#66701d Background Color

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

This div background color is #66701d


#66701d Border Color

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

This div border color is #66701d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66701d


Comments

No comments written yet.

Please login to write comment.