Color Hex Logo

#858937 Color Hex

#858937
(133,137,55)
0 Favorites   0 Comments

Color spaces of #858937

RGB 13313755
HSL0.170.430.38
HSV63°60°54°
CMYK 0.030.000.60   0.46
XYZ19.308123.15377.0659
Yxy23.15370.38980.4675
Hunter Lab48.1183-12.581524.9764
CIE-Lab55.2303-13.101842.4399

#858937 color RGB value is (133,137,55).

#858937 hex color red value is 133, green value is 137 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #858937 hue: 0.17 , saturation: 0.43 and the lightness value of 858937 is 0.38.

The process color (four color CMYK) of #858937 color hex is 0.03, 0.00, 0.60, 0.46. Web safe color of #858937 is #999933. Color #858937 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001001 00110111
Octal 205 211 67
Decimal 133 137 55
Hex 85 89 37

RGB Percentages of Color #858937

%40.92
%42.15
%16.92

CMYK Percentages of Color #858937

%3
%0
%60
%46

Triadic Colors of #858937

#858937 #378589 #893785

Analogous Colors of #858937

#858937 #5c8937 #896437

Monochromatic Colors of #858937

#858937

Complementary Color

#858937 #3b3789

#858937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858937 Color CSS Codes

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

#858937 Text Font Color

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

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


#858937 Background Color

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

This div background color is #858937


#858937 Border Color

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

This div border color is #858937


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,137,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 #858937">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858937


Comments

No comments written yet.

Please login to write comment.