Color Hex Logo

#85836e Color Hex

#85836E
(133,131,110)
0 Favorites   0 Comments

Color spaces of #85836e

RGB 133131110
HSL0.150.090.48
HSV55°17°52°
CMYK 0.000.020.17   0.48
XYZ20.603622.344917.9789
Yxy22.34490.33820.3667
Hunter Lab47.2704-4.920910.5388
CIE-Lab54.3911-3.052411.6409

#85836e color RGB value is (133,131,110).

#85836e hex color red value is 133, green value is 131 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #85836e hue: 0.15 , saturation: 0.09 and the lightness value of 85836e is 0.48.

The process color (four color CMYK) of #85836e color hex is 0.00, 0.02, 0.17, 0.48. Web safe color of #85836e is #999966. Color #85836e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000011 01101110
Octal 205 203 156
Decimal 133 131 110
Hex 85 83 6E

RGB Percentages of Color #85836e

%35.56
%35.03
%29.41

CMYK Percentages of Color #85836e

%0
%2
%17
%48

Triadic Colors of #85836e

#85836e #6e8583 #836e85

Analogous Colors of #85836e

#85836e #7c856e #85786e

Monochromatic Colors of #85836e

#85836e

Complementary Color

#85836e #6e7085

#85836e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85836e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85836e Color CSS Codes

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

#85836e Text Font Color

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

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


#85836e Background Color

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

This div background color is #85836e


#85836e Border Color

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

This div border color is #85836e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85836e


Comments

No comments written yet.

Please login to write comment.