Color Hex Logo

#66832f Color Hex

#66832F
(102,131,47)
0 Favorites   0 Comments

Color spaces of #66832f

RGB 10213147
HSL0.220.470.35
HSV81°64°51°
CMYK 0.220.000.64   0.49
XYZ14.108919.26265.6638
Yxy19.26260.36140.4935
Hunter Lab43.8892-19.424323.0712
CIE-Lab50.9930-24.021840.8467

#66832f color RGB value is (102,131,47).

#66832f hex color red value is 102, green value is 131 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #66832f hue: 0.22 , saturation: 0.47 and the lightness value of 66832f is 0.35.

The process color (four color CMYK) of #66832f color hex is 0.22, 0.00, 0.64, 0.49. Web safe color of #66832f is #669933. Color #66832f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000011 00101111
Octal 146 203 57
Decimal 102 131 47
Hex 66 83 2F

RGB Percentages of Color #66832f

%36.43
%46.79
%16.79

CMYK Percentages of Color #66832f

%22
%0
%64
%49

Triadic Colors of #66832f

#66832f #2f6683 #832f66

Analogous Colors of #66832f

#66832f #3c832f #83762f

Monochromatic Colors of #66832f

#66832f

Complementary Color

#66832f #4c2f83

#66832f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66832f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66832f Color CSS Codes

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

#66832f Text Font Color

<p style="color:#66832f">Text here</p>

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


#66832f Background Color

<div style="background-color:#66832f">
Div content here</div>

This div background color is #66832f


#66832f Border Color

<div style="border:3px solid #66832f">
Div here</div>

This div border color is #66832f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66832f


Comments

No comments written yet.

Please login to write comment.