Color Hex Logo

#85725e Color Hex

#85725E
(133,114,94)
0 Favorites   0 Comments

Color spaces of #85725e

RGB 13311494
HSL0.090.170.45
HSV31°29°52°
CMYK 0.000.140.29   0.48
XYZ17.710617.829313.0976
Yxy17.82930.36410.3666
Hunter Lab42.22480.976111.1663
CIE-Lab49.28844.169213.8382

#85725e color RGB value is (133,114,94).

#85725e hex color red value is 133, green value is 114 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #85725e hue: 0.09 , saturation: 0.17 and the lightness value of 85725e is 0.45.

The process color (four color CMYK) of #85725e color hex is 0.00, 0.14, 0.29, 0.48. Web safe color of #85725e is #996666. Color #85725e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110010 01011110
Octal 205 162 136
Decimal 133 114 94
Hex 85 72 5E

RGB Percentages of Color #85725e

%39.00
%33.43
%27.57

CMYK Percentages of Color #85725e

%0
%14
%29
%48

Triadic Colors of #85725e

#85725e #5e8572 #725e85

Analogous Colors of #85725e

#85725e #85855e #855f5e

Monochromatic Colors of #85725e

#85725e

Complementary Color

#85725e #5e7185

#85725e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85725e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85725e Color CSS Codes

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

#85725e Text Font Color

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

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


#85725e Background Color

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

This div background color is #85725e


#85725e Border Color

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

This div border color is #85725e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85725e


Comments

No comments written yet.

Please login to write comment.