Color Hex Logo

#66744a Color Hex

#66744A
(102,116,74)
0 Favorites   0 Comments

Color spaces of #66744a

RGB 10211674
HSL0.220.220.37
HSV80°36°45°
CMYK 0.120.000.36   0.55
XYZ12.960915.81008.8471
Yxy15.81000.34450.4203
Hunter Lab39.7618-11.398614.6411
CIE-Lab46.7242-13.006321.5201

#66744a color RGB value is (102,116,74).

#66744a hex color red value is 102, green value is 116 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #66744a hue: 0.22 , saturation: 0.22 and the lightness value of 66744a is 0.37.

The process color (four color CMYK) of #66744a color hex is 0.12, 0.00, 0.36, 0.55. Web safe color of #66744a is #666633. Color #66744a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110100 01001010
Octal 146 164 112
Decimal 102 116 74
Hex 66 74 4A

RGB Percentages of Color #66744a

%34.93
%39.73
%25.34

CMYK Percentages of Color #66744a

%12
%0
%36
%55

Triadic Colors of #66744a

#66744a #4a6674 #744a66

Analogous Colors of #66744a

#66744a #51744a #746d4a

Monochromatic Colors of #66744a

#66744a

Complementary Color

#66744a #584a74

#66744a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66744a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66744a Color CSS Codes

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

#66744a Text Font Color

<p style="color:#66744a">Text here</p>

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


#66744a Background Color

<div style="background-color:#66744a">
Div content here</div>

This div background color is #66744a


#66744a Border Color

<div style="border:3px solid #66744a">
Div here</div>

This div border color is #66744a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66744a


Comments

No comments written yet.

Please login to write comment.