Color Hex Logo

#87481f Color Hex

#87481F
(135,72,31)
0 Favorites   0 Comments

Color spaces of #87481f

RGB 1357231
HSL0.070.630.33
HSV24°77°53°
CMYK 0.000.470.77   0.47
XYZ12.55649.88462.5424
Yxy9.88460.50260.3956
Hunter Lab31.439816.269617.2133
CIE-Lab37.634523.467935.3090

#87481f color RGB value is (135,72,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001000 00011111
Octal 207 110 37
Decimal 135 72 31
Hex 87 48 1F

RGB Percentages of Color #87481f

%56.72
%30.25
%13.03

CMYK Percentages of Color #87481f

%0
%47
%77
%47

Triadic Colors of #87481f

#87481f #1f8748 #481f87

Analogous Colors of #87481f

#87481f #877c1f #871f2a

Monochromatic Colors of #87481f

#87481f

Complementary Color

#87481f #1f5e87

#87481f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87481f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87481f Color CSS Codes

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

#87481f Text Font Color

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

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


#87481f Background Color

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

This div background color is #87481f


#87481f Border Color

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

This div border color is #87481f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87481f


Comments

No comments written yet.

Please login to write comment.