Color Hex Logo

#66837a Color Hex

#66837A
(102,131,122)
0 Favorites   0 Comments

Color spaces of #66837a

RGB 102131122
HSL0.450.120.46
HSV161°22°51°
CMYK 0.220.000.07   0.49
XYZ17.108620.462521.4603
Yxy20.46250.28980.3466
Hunter Lab45.2355-11.65133.5369
CIE-Lab52.3561-12.32701.4638

#66837a color RGB value is (102,131,122).

#66837a hex color red value is 102, green value is 131 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #66837a hue: 0.45 , saturation: 0.12 and the lightness value of 66837a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000011 01111010
Octal 146 203 172
Decimal 102 131 122
Hex 66 83 7A

RGB Percentages of Color #66837a

%28.73
%36.90
%34.37

CMYK Percentages of Color #66837a

%22
%0
%7
%49

Triadic Colors of #66837a

#66837a #7a6683 #837a66

Analogous Colors of #66837a

#66837a #667e83 #66836c

Monochromatic Colors of #66837a

#66837a

Complementary Color

#66837a #83666f

#66837a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66837a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66837a Color CSS Codes

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

#66837a Text Font Color

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

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


#66837a Background Color

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

This div background color is #66837a


#66837a Border Color

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

This div border color is #66837a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66837a


Comments

No comments written yet.

Please login to write comment.