Color Hex Logo

#87553e Color Hex

#87553E
(135,85,62)
0 Favorites   0 Comments

Color spaces of #87553e

RGB 1358562
HSL0.050.370.39
HSV19°54°53°
CMYK 0.000.370.54   0.47
XYZ14.109711.99576.1292
Yxy11.99570.43770.3721
Hunter Lab34.634812.107313.7520
CIE-Lab41.209318.154521.9869

#87553e color RGB value is (135,85,62).

#87553e hex color red value is 135, green value is 85 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #87553e hue: 0.05 , saturation: 0.37 and the lightness value of 87553e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010101 00111110
Octal 207 125 76
Decimal 135 85 62
Hex 87 55 3E

RGB Percentages of Color #87553e

%47.87
%30.14
%21.99

CMYK Percentages of Color #87553e

%0
%37
%54
%47

Triadic Colors of #87553e

#87553e #3e8755 #553e87

Analogous Colors of #87553e

#87553e #877a3e #873e4c

Monochromatic Colors of #87553e

#87553e

Complementary Color

#87553e #3e7087

#87553e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87553e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87553e Color CSS Codes

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

#87553e Text Font Color

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

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


#87553e Background Color

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

This div background color is #87553e


#87553e Border Color

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

This div border color is #87553e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87553e

#87553e Color Palettes


Comments

No comments written yet.

Please login to write comment.