Color Hex Logo

#85545e Color Hex

#85545E
(133,84,94)
0 Favorites   0 Comments

Color spaces of #85545e

RGB 1338494
HSL0.970.230.43
HSV348°37°52°
CMYK 0.000.370.29   0.48
XYZ14.863612.135312.1486
Yxy12.13530.37970.3100
Hunter Lab34.835815.19923.7083
CIE-Lab41.430421.83532.7343

#85545e color RGB value is (133,84,94).

#85545e hex color red value is 133, green value is 84 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #85545e hue: 0.97 , saturation: 0.23 and the lightness value of 85545e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010100 01011110
Octal 205 124 136
Decimal 133 84 94
Hex 85 54 5E

RGB Percentages of Color #85545e

%42.77
%27.01
%30.23

CMYK Percentages of Color #85545e

%0
%37
%29
%48

Triadic Colors of #85545e

#85545e #5e8554 #545e85

Analogous Colors of #85545e

#85545e #856354 #855477

Monochromatic Colors of #85545e

#85545e

Complementary Color

#85545e #54857b

#85545e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85545e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85545e Color CSS Codes

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

#85545e Text Font Color

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

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


#85545e Background Color

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

This div background color is #85545e


#85545e Border Color

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

This div border color is #85545e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85545e


Comments

No comments written yet.

Please login to write comment.