Color Hex Logo

#859537 Color Hex

#859537
(133,149,55)
0 Favorites   0 Comments

Color spaces of #859537

RGB 13314955
HSL0.200.460.40
HSV70°63°58°
CMYK 0.110.000.63   0.42
XYZ21.109926.75737.6665
Yxy26.75730.38010.4818
Hunter Lab51.7275-17.677527.4219
CIE-Lab58.7490-19.396346.2911

#859537 color RGB value is (133,149,55).

#859537 hex color red value is 133, green value is 149 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #859537 hue: 0.20 , saturation: 0.46 and the lightness value of 859537 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010101 00110111
Octal 205 225 67
Decimal 133 149 55
Hex 85 95 37

RGB Percentages of Color #859537

%39.47
%44.21
%16.32

CMYK Percentages of Color #859537

%11
%0
%63
%42

Triadic Colors of #859537

#859537 #378595 #953785

Analogous Colors of #859537

#859537 #569537 #957637

Monochromatic Colors of #859537

#859537

Complementary Color

#859537 #473795

#859537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859537 Color CSS Codes

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

#859537 Text Font Color

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

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


#859537 Background Color

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

This div background color is #859537


#859537 Border Color

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

This div border color is #859537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859537


Comments

No comments written yet.

Please login to write comment.