Color Hex Logo

#859532 Color Hex

#859532
(133,149,50)
0 Favorites   0 Comments

Color spaces of #859532

RGB 13314950
HSL0.190.500.39
HSV70°66°58°
CMYK 0.110.000.66   0.42
XYZ20.996026.71177.0669
Yxy26.71170.38330.4877
Hunter Lab51.6834-17.931528.0714
CIE-Lab58.7065-19.758748.4296

#859532 color RGB value is (133,149,50).

#859532 hex color red value is 133, green value is 149 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #859532 hue: 0.19 , saturation: 0.50 and the lightness value of 859532 is 0.39.

The process color (four color CMYK) of #859532 color hex is 0.11, 0.00, 0.66, 0.42. Web safe color of #859532 is #999933. Color #859532 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010101 00110010
Octal 205 225 62
Decimal 133 149 50
Hex 85 95 32

RGB Percentages of Color #859532

%40.06
%44.88
%15.06

CMYK Percentages of Color #859532

%11
%0
%66
%42

Triadic Colors of #859532

#859532 #328595 #953285

Analogous Colors of #859532

#859532 #549532 #957432

Monochromatic Colors of #859532

#859532

Complementary Color

#859532 #423295

#859532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859532 Color CSS Codes

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

#859532 Text Font Color

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

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


#859532 Background Color

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

This div background color is #859532


#859532 Border Color

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

This div border color is #859532


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,149,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #859532; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #859532;
  -webkit-box-shadow: 1px 1px 3px 2px #859532;
  box-shadow:         1px 1px 3px 2px #859532; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,149,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859532


Comments

No comments written yet.

Please login to write comment.