Color Hex Logo

#66936c Color Hex

#66936C
(102,147,108)
0 Favorites   0 Comments

Color spaces of #66936c

RGB 102147108
HSL0.360.180.49
HSV128°31°58°
CMYK 0.310.000.27   0.42
XYZ18.620024.774917.9880
Yxy24.77490.30330.4036
Hunter Lab49.7744-20.330513.4152
CIE-Lab56.8554-23.640615.8713

#66936c color RGB value is (102,147,108).

#66936c hex color red value is 102, green value is 147 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #66936c hue: 0.36 , saturation: 0.18 and the lightness value of 66936c is 0.49.

The process color (four color CMYK) of #66936c color hex is 0.31, 0.00, 0.27, 0.42. Web safe color of #66936c is #669966. Color #66936c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010011 01101100
Octal 146 223 154
Decimal 102 147 108
Hex 66 93 6C

RGB Percentages of Color #66936c

%28.57
%41.18
%30.25

CMYK Percentages of Color #66936c

%31
%0
%27
%42

Triadic Colors of #66936c

#66936c #6c6693 #936c66

Analogous Colors of #66936c

#66936c #669383 #779366

Monochromatic Colors of #66936c

#66936c

Complementary Color

#66936c #93668d

#66936c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66936c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66936c Color CSS Codes

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

#66936c Text Font Color

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

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


#66936c Background Color

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

This div background color is #66936c


#66936c Border Color

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

This div border color is #66936c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66936c


Comments

No comments written yet.

Please login to write comment.