Color Hex Logo

#87552e Color Hex

#87552E
(135,85,46)
0 Favorites   0 Comments

Color spaces of #87552e

RGB 1358546
HSL0.070.490.35
HSV26°66°53°
CMYK 0.000.370.66   0.47
XYZ13.733311.84524.1473
Yxy11.84520.46200.3985
Hunter Lab34.416910.997116.9472
CIE-Lab40.969016.814730.9302

#87552e color RGB value is (135,85,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010101 00101110
Octal 207 125 56
Decimal 135 85 46
Hex 87 55 2E

RGB Percentages of Color #87552e

%50.75
%31.95
%17.29

CMYK Percentages of Color #87552e

%0
%37
%66
%47

Triadic Colors of #87552e

#87552e #2e8755 #552e87

Analogous Colors of #87552e

#87552e #87822e #872e34

Monochromatic Colors of #87552e

#87552e

Complementary Color

#87552e #2e6087

#87552e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87552e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87552e Color CSS Codes

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

#87552e Text Font Color

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

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


#87552e Background Color

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

This div background color is #87552e


#87552e Border Color

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

This div border color is #87552e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87552e


Comments

No comments written yet.

Please login to write comment.