Color Hex Logo

#66740e Color Hex

#66740E
(102,116,14)
0 Favorites   0 Comments

Color spaces of #66740e

RGB 10211614
HSL0.190.780.25
HSV68°88°45°
CMYK 0.120.000.88   0.55
XYZ11.804115.34732.7556
Yxy15.34730.39470.5132
Hunter Lab39.1756-14.773123.2525
CIE-Lab46.1063-18.239048.3603

#66740e color RGB value is (102,116,14).

#66740e hex color red value is 102, green value is 116 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #66740e hue: 0.19 , saturation: 0.78 and the lightness value of 66740e is 0.25.

The process color (four color CMYK) of #66740e color hex is 0.12, 0.00, 0.88, 0.55. Web safe color of #66740e is #666600. Color #66740e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110100 00001110
Octal 146 164 16
Decimal 102 116 14
Hex 66 74 E

RGB Percentages of Color #66740e

%43.97
%50.00
%6.03

CMYK Percentages of Color #66740e

%12
%0
%88
%55

Triadic Colors of #66740e

#66740e #0e6674 #740e66

Analogous Colors of #66740e

#66740e #33740e #744f0e

Monochromatic Colors of #66740e

#66740e

Complementary Color

#66740e #1c0e74

#66740e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66740e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66740e Color CSS Codes

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

#66740e Text Font Color

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

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


#66740e Background Color

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

This div background color is #66740e


#66740e Border Color

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

This div border color is #66740e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66740e


Comments

No comments written yet.

Please login to write comment.