Color Hex Logo

#66995c Color Hex

#66995C
(102,153,92)
0 Favorites   0 Comments

Color spaces of #66995c

RGB 10215392
HSL0.310.250.48
HSV110°40°60°
CMYK 0.330.000.40   0.40
XYZ18.802526.380014.2261
Yxy26.38000.31650.4440
Hunter Lab51.3615-24.537019.5309
CIE-Lab58.3960-29.335426.7832

#66995c color RGB value is (102,153,92).

#66995c hex color red value is 102, green value is 153 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #66995c hue: 0.31 , saturation: 0.25 and the lightness value of 66995c is 0.48.

The process color (four color CMYK) of #66995c color hex is 0.33, 0.00, 0.40, 0.40. Web safe color of #66995c is #669966. Color #66995c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011001 01011100
Octal 146 231 134
Decimal 102 153 92
Hex 66 99 5C

RGB Percentages of Color #66995c

%29.39
%44.09
%26.51

CMYK Percentages of Color #66995c

%33
%0
%40
%40

Triadic Colors of #66995c

#66995c #5c6699 #995c66

Analogous Colors of #66995c

#66995c #5c9971 #85995c

Monochromatic Colors of #66995c

#66995c

Complementary Color

#66995c #8f5c99

#66995c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66995c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66995c Color CSS Codes

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

#66995c Text Font Color

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

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


#66995c Background Color

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

This div background color is #66995c


#66995c Border Color

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

This div border color is #66995c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66995c


Comments

No comments written yet.

Please login to write comment.