Color Hex Logo

#85894e Color Hex

#85894E
(133,137,78)
0 Favorites   0 Comments

Color spaces of #85894e

RGB 13313778
HSL0.180.270.42
HSV64°43°54°
CMYK 0.030.000.43   0.46
XYZ19.993723.427910.6760
Yxy23.42790.36960.4331
Hunter Lab48.4024-10.970720.8042
CIE-Lab55.5104-10.870531.0693

#85894e color RGB value is (133,137,78).

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

The process color (four color CMYK) of #85894e color hex is 0.03, 0.00, 0.43, 0.46. Web safe color of #85894e is #999966. Color #85894e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001001 01001110
Octal 205 211 116
Decimal 133 137 78
Hex 85 89 4E

RGB Percentages of Color #85894e

%38.22
%39.37
%22.41

CMYK Percentages of Color #85894e

%3
%0
%43
%46

Triadic Colors of #85894e

#85894e #4e8589 #894e85

Analogous Colors of #85894e

#85894e #68894e #89704e

Monochromatic Colors of #85894e

#85894e

Complementary Color

#85894e #524e89

#85894e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85894e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85894e Color CSS Codes

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

#85894e Text Font Color

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

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


#85894e Background Color

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

This div background color is #85894e


#85894e Border Color

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

This div border color is #85894e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85894e


Comments

No comments written yet.

Please login to write comment.