Color Hex Logo

#87521b Color Hex

#87521B
(135,82,27)
0 Favorites   0 Comments

Color spaces of #87521b

RGB 1358227
HSL0.080.670.32
HSV31°80°53°
CMYK 0.000.390.80   0.47
XYZ13.206811.26462.5151
Yxy11.26460.48940.4174
Hunter Lab33.562811.504119.0509
CIE-Lab40.022617.497439.6318

#87521b color RGB value is (135,82,27).

#87521b hex color red value is 135, green value is 82 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #87521b hue: 0.08 , saturation: 0.67 and the lightness value of 87521b is 0.32.

The process color (four color CMYK) of #87521b color hex is 0.00, 0.39, 0.80, 0.47. Web safe color of #87521b is #996633. Color #87521b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010010 00011011
Octal 207 122 33
Decimal 135 82 27
Hex 87 52 1B

RGB Percentages of Color #87521b

%55.33
%33.61
%11.07

CMYK Percentages of Color #87521b

%0
%39
%80
%47

Triadic Colors of #87521b

#87521b #1b8752 #521b87

Analogous Colors of #87521b

#87521b #86871b #871c1b

Monochromatic Colors of #87521b

#87521b

Complementary Color

#87521b #1b5087

#87521b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87521b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87521b Color CSS Codes

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

#87521b Text Font Color

<p style="color:#87521b">Text here</p>

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


#87521b Background Color

<div style="background-color:#87521b">
Div content here</div>

This div background color is #87521b


#87521b Border Color

<div style="border:3px solid #87521b">
Div here</div>

This div border color is #87521b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,82,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87521b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87521b;
  -webkit-box-shadow: 1px 1px 3px 2px #87521b;
  box-shadow:         1px 1px 3px 2px #87521b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87521b


Comments

No comments written yet.

Please login to write comment.