Color Hex Logo

#87501f Color Hex

#87501F
(135,80,31)
0 Favorites   0 Comments

Color spaces of #87501f

RGB 1358031
HSL0.080.630.33
HSV28°77°53°
CMYK 0.000.410.77   0.47
XYZ13.107710.98712.7262
Yxy10.98710.48870.4096
Hunter Lab33.146812.579918.3264
CIE-Lab39.558718.847537.2810

#87501f color RGB value is (135,80,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010000 00011111
Octal 207 120 37
Decimal 135 80 31
Hex 87 50 1F

RGB Percentages of Color #87501f

%54.88
%32.52
%12.60

CMYK Percentages of Color #87501f

%0
%41
%77
%47

Triadic Colors of #87501f

#87501f #1f8750 #501f87

Analogous Colors of #87501f

#87501f #87841f #871f22

Monochromatic Colors of #87501f

#87501f

Complementary Color

#87501f #1f5687

#87501f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87501f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87501f Color CSS Codes

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

#87501f Text Font Color

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

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


#87501f Background Color

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

This div background color is #87501f


#87501f Border Color

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

This div border color is #87501f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87501f


Comments

No comments written yet.

Please login to write comment.