Color Hex Logo

#87531f Color Hex

#87531F
(135,83,31)
0 Favorites   0 Comments

Color spaces of #87531f

RGB 1358331
HSL0.080.630.33
HSV30°77°53°
CMYK 0.000.390.77   0.47
XYZ13.332311.43632.8011
Yxy11.43630.48360.4148
Hunter Lab33.817611.191318.7613
CIE-Lab40.305817.094438.0381

#87531f color RGB value is (135,83,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010011 00011111
Octal 207 123 37
Decimal 135 83 31
Hex 87 53 1F

RGB Percentages of Color #87531f

%54.22
%33.33
%12.45

CMYK Percentages of Color #87531f

%0
%39
%77
%47

Triadic Colors of #87531f

#87531f #1f8753 #531f87

Analogous Colors of #87531f

#87531f #87871f #871f1f

Monochromatic Colors of #87531f

#87531f

Complementary Color

#87531f #1f5387

#87531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87531f Color CSS Codes

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

#87531f Text Font Color

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

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


#87531f Background Color

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

This div background color is #87531f


#87531f Border Color

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

This div border color is #87531f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87531f


Comments

No comments written yet.

Please login to write comment.