Color Hex Logo

#875b5e Color Hex

#875B5E
(135,91,94)
0 Favorites   0 Comments

Color spaces of #875b5e

RGB 1359194
HSL0.990.190.44
HSV356°33°53°
CMYK 0.000.330.30   0.47
XYZ15.753113.441212.3538
Yxy13.44120.37920.3235
Hunter Lab36.662212.53935.6851
CIE-Lab43.420618.52635.6268

#875b5e color RGB value is (135,91,94).

#875b5e hex color red value is 135, green value is 91 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #875b5e hue: 0.99 , saturation: 0.19 and the lightness value of 875b5e is 0.44.

The process color (four color CMYK) of #875b5e color hex is 0.00, 0.33, 0.30, 0.47. Web safe color of #875b5e is #996666. Color #875b5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011011 01011110
Octal 207 133 136
Decimal 135 91 94
Hex 87 5B 5E

RGB Percentages of Color #875b5e

%42.19
%28.44
%29.38

CMYK Percentages of Color #875b5e

%0
%33
%30
%47

Triadic Colors of #875b5e

#875b5e #5e875b #5b5e87

Analogous Colors of #875b5e

#875b5e #876e5b #875b74

Monochromatic Colors of #875b5e

#875b5e

Complementary Color

#875b5e #5b8784

#875b5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875b5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#875b5e Color CSS Codes

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

#875b5e Text Font Color

<p style="color:#875b5e">Text here</p>

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


#875b5e Background Color

<div style="background-color:#875b5e">
Div content here</div>

This div background color is #875b5e


#875b5e Border Color

<div style="border:3px solid #875b5e">
Div here</div>

This div border color is #875b5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,91,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #875b5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #875b5e;
  -webkit-box-shadow: 1px 1px 3px 2px #875b5e;
  box-shadow:         1px 1px 3px 2px #875b5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,91,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 #875b5e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875b5e


Comments

No comments written yet.

Please login to write comment.