Color Hex Logo

#85605e Color Hex

#85605E
(133,96,94)
0 Favorites   0 Comments

Color spaces of #85605e

RGB 1339694
HSL0.010.170.45
HSV29°52°
CMYK 0.000.280.29   0.48
XYZ15.876114.160412.4862
Yxy14.16040.37340.3330
Hunter Lab37.63039.45556.6681
CIE-Lab44.462114.75037.0777

#85605e color RGB value is (133,96,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100000 01011110
Octal 205 140 136
Decimal 133 96 94
Hex 85 60 5E

RGB Percentages of Color #85605e

%41.18
%29.72
%29.10

CMYK Percentages of Color #85605e

%0
%28
%29
%48

Triadic Colors of #85605e

#85605e #5e8560 #605e85

Analogous Colors of #85605e

#85605e #85745e #855e70

Monochromatic Colors of #85605e

#85605e

Complementary Color

#85605e #5e8385

#85605e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85605e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85605e Color CSS Codes

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

#85605e Text Font Color

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

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


#85605e Background Color

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

This div background color is #85605e


#85605e Border Color

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

This div border color is #85605e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85605e


Comments

No comments written yet.

Please login to write comment.