Color Hex Logo

#87561f Color Hex

#87561F
(135,86,31)
0 Favorites   0 Comments

Color spaces of #87561f

RGB 1358631
HSL0.090.630.33
HSV32°77°53°
CMYK 0.000.360.77   0.47
XYZ13.566811.90542.8792
Yxy11.90540.47850.4199
Hunter Lab34.50429.802519.2055
CIE-Lab41.065415.334738.8040

#87561f color RGB value is (135,86,31).

#87561f hex color red value is 135, green value is 86 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #87561f hue: 0.09 , saturation: 0.63 and the lightness value of 87561f is 0.33.

The process color (four color CMYK) of #87561f color hex is 0.00, 0.36, 0.77, 0.47. Web safe color of #87561f is #996633. Color #87561f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010110 00011111
Octal 207 126 37
Decimal 135 86 31
Hex 87 56 1F

RGB Percentages of Color #87561f

%53.57
%34.13
%12.30

CMYK Percentages of Color #87561f

%0
%36
%77
%47

Triadic Colors of #87561f

#87561f #1f8756 #561f87

Analogous Colors of #87561f

#87561f #84871f #87221f

Monochromatic Colors of #87561f

#87561f

Complementary Color

#87561f #1f5087

#87561f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87561f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87561f Color CSS Codes

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

#87561f Text Font Color

<p style="color:#87561f">Text here</p>

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


#87561f Background Color

<div style="background-color:#87561f">
Div content here</div>

This div background color is #87561f


#87561f Border Color

<div style="border:3px solid #87561f">
Div here</div>

This div border color is #87561f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,86,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87561f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87561f;
  -webkit-box-shadow: 1px 1px 3px 2px #87561f;
  box-shadow:         1px 1px 3px 2px #87561f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87561f


Comments

No comments written yet.

Please login to write comment.