Color Hex Logo

#85565e Color Hex

#85565E
(133,86,94)
0 Favorites   0 Comments

Color spaces of #85565e

RGB 1338694
HSL0.970.210.43
HSV350°35°52°
CMYK 0.000.350.29   0.48
XYZ15.021012.450312.2011
Yxy12.45030.37860.3138
Hunter Lab35.285014.23974.1978
CIE-Lab41.923020.65923.4453

#85565e color RGB value is (133,86,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010110 01011110
Octal 205 126 136
Decimal 133 86 94
Hex 85 56 5E

RGB Percentages of Color #85565e

%42.49
%27.48
%30.03

CMYK Percentages of Color #85565e

%0
%35
%29
%48

Triadic Colors of #85565e

#85565e #5e8556 #565e85

Analogous Colors of #85565e

#85565e #856656 #855676

Monochromatic Colors of #85565e

#85565e

Complementary Color

#85565e #56857d

#85565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85565e Color CSS Codes

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

#85565e Text Font Color

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

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


#85565e Background Color

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

This div background color is #85565e


#85565e Border Color

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

This div border color is #85565e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85565e


Comments

No comments written yet.

Please login to write comment.