Color Hex Logo

#66835a Color Hex

#66835A
(102,131,90)
0 Favorites   0 Comments

Color spaces of #66835a

RGB 10213190
HSL0.280.190.43
HSV102°31°51°
CMYK 0.220.000.31   0.49
XYZ15.441319.795612.6799
Yxy19.79560.32230.4131
Hunter Lab44.4922-15.911914.2474
CIE-Lab51.6053-18.576618.8937

#66835a color RGB value is (102,131,90).

#66835a hex color red value is 102, green value is 131 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #66835a hue: 0.28 , saturation: 0.19 and the lightness value of 66835a is 0.43.

The process color (four color CMYK) of #66835a color hex is 0.22, 0.00, 0.31, 0.49. Web safe color of #66835a is #669966. Color #66835a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000011 01011010
Octal 146 203 132
Decimal 102 131 90
Hex 66 83 5A

RGB Percentages of Color #66835a

%31.58
%40.56
%27.86

CMYK Percentages of Color #66835a

%22
%0
%31
%49

Triadic Colors of #66835a

#66835a #5a6683 #835a66

Analogous Colors of #66835a

#66835a #5a8363 #7b835a

Monochromatic Colors of #66835a

#66835a

Complementary Color

#66835a #775a83

#66835a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66835a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66835a Color CSS Codes

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

#66835a Text Font Color

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

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


#66835a Background Color

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

This div background color is #66835a


#66835a Border Color

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

This div border color is #66835a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66835a


Comments

No comments written yet.

Please login to write comment.