Color Hex Logo

#87522e Color Hex

#87522E
(135,82,46)
0 Favorites   0 Comments

Color spaces of #87522e

RGB 1358246
HSL0.070.490.35
HSV24°66°53°
CMYK 0.000.390.66   0.47
XYZ13.502111.38274.0702
Yxy11.38270.46630.3931
Hunter Lab33.738312.394016.4640
CIE-Lab40.217718.572430.0544

#87522e color RGB value is (135,82,46).

#87522e hex color red value is 135, green value is 82 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #87522e hue: 0.07 , saturation: 0.49 and the lightness value of 87522e is 0.35.

The process color (four color CMYK) of #87522e color hex is 0.00, 0.39, 0.66, 0.47. Web safe color of #87522e is #996633. Color #87522e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010010 00101110
Octal 207 122 56
Decimal 135 82 46
Hex 87 52 2E

RGB Percentages of Color #87522e

%51.33
%31.18
%17.49

CMYK Percentages of Color #87522e

%0
%39
%66
%47

Triadic Colors of #87522e

#87522e #2e8752 #522e87

Analogous Colors of #87522e

#87522e #877f2e #872e37

Monochromatic Colors of #87522e

#87522e

Complementary Color

#87522e #2e6387

#87522e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87522e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87522e Color CSS Codes

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

#87522e Text Font Color

<p style="color:#87522e">Text here</p>

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


#87522e Background Color

<div style="background-color:#87522e">
Div content here</div>

This div background color is #87522e


#87522e Border Color

<div style="border:3px solid #87522e">
Div here</div>

This div border color is #87522e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87522e

#87522e Color Palettes


Comments

No comments written yet.

Please login to write comment.