Color Hex Logo

#66754c Color Hex

#66754C
(102,117,76)
0 Favorites   0 Comments

Color spaces of #66754c

RGB 10211776
HSL0.230.210.38
HSV82°35°46°
CMYK 0.130.000.35   0.54
XYZ13.145316.06929.2463
Yxy16.06920.34180.4178
Hunter Lab40.0864-11.616814.3847
CIE-Lab47.0651-13.261020.8242

#66754c color RGB value is (102,117,76).

#66754c hex color red value is 102, green value is 117 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #66754c hue: 0.23 , saturation: 0.21 and the lightness value of 66754c is 0.38.

The process color (four color CMYK) of #66754c color hex is 0.13, 0.00, 0.35, 0.54. Web safe color of #66754c is #666633. Color #66754c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110101 01001100
Octal 146 165 114
Decimal 102 117 76
Hex 66 75 4C

RGB Percentages of Color #66754c

%34.58
%39.66
%25.76

CMYK Percentages of Color #66754c

%13
%0
%35
%54

Triadic Colors of #66754c

#66754c #4c6675 #754c66

Analogous Colors of #66754c

#66754c #52754c #75704c

Monochromatic Colors of #66754c

#66754c

Complementary Color

#66754c #5b4c75

#66754c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66754c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66754c Color CSS Codes

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

#66754c Text Font Color

<p style="color:#66754c">Text here</p>

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


#66754c Background Color

<div style="background-color:#66754c">
Div content here</div>

This div background color is #66754c


#66754c Border Color

<div style="border:3px solid #66754c">
Div here</div>

This div border color is #66754c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,117,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66754c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66754c;
  -webkit-box-shadow: 1px 1px 3px 2px #66754c;
  box-shadow:         1px 1px 3px 2px #66754c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66754c


Comments

No comments written yet.

Please login to write comment.