Color Hex Logo

#87513a Color Hex

#87513A
(135,81,58)
0 Favorites   0 Comments

Color spaces of #87513a

RGB 1358158
HSL0.050.400.38
HSV18°57°53°
CMYK 0.000.400.57   0.47
XYZ13.697811.34125.4701
Yxy11.34120.44900.3717
Hunter Lab33.676713.669613.9432
CIE-Lab40.149320.121723.0116

#87513a color RGB value is (135,81,58).

#87513a hex color red value is 135, green value is 81 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #87513a hue: 0.05 , saturation: 0.40 and the lightness value of 87513a is 0.38.

The process color (four color CMYK) of #87513a color hex is 0.00, 0.40, 0.57, 0.47. Web safe color of #87513a is #996633. Color #87513a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010001 00111010
Octal 207 121 72
Decimal 135 81 58
Hex 87 51 3A

RGB Percentages of Color #87513a

%49.27
%29.56
%21.17

CMYK Percentages of Color #87513a

%0
%40
%57
%47

Triadic Colors of #87513a

#87513a #3a8751 #513a87

Analogous Colors of #87513a

#87513a #87783a #873a49

Monochromatic Colors of #87513a

#87513a

Complementary Color

#87513a #3a7087

#87513a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87513a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87513a Color CSS Codes

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

#87513a Text Font Color

<p style="color:#87513a">Text here</p>

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


#87513a Background Color

<div style="background-color:#87513a">
Div content here</div>

This div background color is #87513a


#87513a Border Color

<div style="border:3px solid #87513a">
Div here</div>

This div border color is #87513a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,81,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87513a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87513a;
  -webkit-box-shadow: 1px 1px 3px 2px #87513a;
  box-shadow:         1px 1px 3px 2px #87513a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87513a


Comments

No comments written yet.

Please login to write comment.