Color Hex Logo

#87530a Color Hex

#87530A
(135,83,10)
0 Favorites   0 Comments

Color spaces of #87530a

RGB 1358310
HSL0.100.860.28
HSV35°93°53°
CMYK 0.000.390.93   0.47
XYZ13.139711.35931.7872
Yxy11.35930.49990.4321
Hunter Lab33.703610.608920.4485
CIE-Lab40.179216.383346.0328

#87530a color RGB value is (135,83,10).

#87530a hex color red value is 135, green value is 83 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #87530a hue: 0.10 , saturation: 0.86 and the lightness value of 87530a is 0.28.

The process color (four color CMYK) of #87530a color hex is 0.00, 0.39, 0.93, 0.47. Web safe color of #87530a is #996600. Color #87530a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010011 00001010
Octal 207 123 12
Decimal 135 83 10
Hex 87 53 A

RGB Percentages of Color #87530a

%59.21
%36.40
%4.39

CMYK Percentages of Color #87530a

%0
%39
%93
%47

Triadic Colors of #87530a

#87530a #0a8753 #530a87

Analogous Colors of #87530a

#87530a #7d870a #87140a

Monochromatic Colors of #87530a

#87530a

Complementary Color

#87530a #0a3e87

#87530a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87530a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87530a Color CSS Codes

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

#87530a Text Font Color

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

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


#87530a Background Color

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

This div background color is #87530a


#87530a Border Color

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

This div border color is #87530a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87530a


Comments

No comments written yet.

Please login to write comment.