Color Hex Logo

#875f5c Color Hex

#875F5C
(135,95,92)
0 Favorites   0 Comments

Color spaces of #875f5c

RGB 1359592
HSL0.010.190.45
HSV32°53°
CMYK 0.000.300.32   0.47
XYZ16.015614.108012.0042
Yxy14.10800.38020.3349
Hunter Lab37.560610.38017.3436
CIE-Lab44.387415.87638.2157

#875f5c color RGB value is (135,95,92).

#875f5c hex color red value is 135, green value is 95 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #875f5c hue: 0.01 , saturation: 0.19 and the lightness value of 875f5c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011111 01011100
Octal 207 137 134
Decimal 135 95 92
Hex 87 5F 5C

RGB Percentages of Color #875f5c

%41.93
%29.50
%28.57

CMYK Percentages of Color #875f5c

%0
%30
%32
%47

Triadic Colors of #875f5c

#875f5c #5c875f #5f5c87

Analogous Colors of #875f5c

#875f5c #87755c #875c6f

Monochromatic Colors of #875f5c

#875f5c

Complementary Color

#875f5c #5c8487

#875f5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875f5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#875f5c Color CSS Codes

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

#875f5c Text Font Color

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

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


#875f5c Background Color

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

This div background color is #875f5c


#875f5c Border Color

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

This div border color is #875f5c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,95,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875f5c


Comments

No comments written yet.

Please login to write comment.