Color Hex Logo

#85893e Color Hex

#85893E
(133,137,62)
0 Favorites   0 Comments

Color spaces of #85893e

RGB 13313762
HSL0.180.380.39
HSV63°55°54°
CMYK 0.030.000.55   0.46
XYZ19.488023.22578.0133
Yxy23.22570.38420.4579
Hunter Lab48.1930-12.157123.8767
CIE-Lab55.3041-12.509739.1246

#85893e color RGB value is (133,137,62).

#85893e hex color red value is 133, green value is 137 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #85893e hue: 0.18 , saturation: 0.38 and the lightness value of 85893e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001001 00111110
Octal 205 211 76
Decimal 133 137 62
Hex 85 89 3E

RGB Percentages of Color #85893e

%40.06
%41.27
%18.67

CMYK Percentages of Color #85893e

%3
%0
%55
%46

Triadic Colors of #85893e

#85893e #3e8589 #893e85

Analogous Colors of #85893e

#85893e #60893e #89683e

Monochromatic Colors of #85893e

#85893e

Complementary Color

#85893e #423e89

#85893e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85893e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85893e Color CSS Codes

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

#85893e Text Font Color

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

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


#85893e Background Color

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

This div background color is #85893e


#85893e Border Color

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

This div border color is #85893e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85893e


Comments

No comments written yet.

Please login to write comment.