Color Hex Logo

#87535b Color Hex

#87535B
(135,83,91)
0 Favorites   0 Comments

Color spaces of #87535b

RGB 1358391
HSL0.970.240.43
HSV351°39°53°
CMYK 0.000.390.33   0.47
XYZ14.973312.092711.4425
Yxy12.09270.38880.3140
Hunter Lab34.774616.00344.8329
CIE-Lab41.363122.78644.5211

#87535b color RGB value is (135,83,91).

#87535b hex color red value is 135, green value is 83 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #87535b hue: 0.97 , saturation: 0.24 and the lightness value of 87535b is 0.43.

The process color (four color CMYK) of #87535b color hex is 0.00, 0.39, 0.33, 0.47. Web safe color of #87535b is #996666. Color #87535b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010011 01011011
Octal 207 123 133
Decimal 135 83 91
Hex 87 53 5B

RGB Percentages of Color #87535b

%43.69
%26.86
%29.45

CMYK Percentages of Color #87535b

%0
%39
%33
%47

Triadic Colors of #87535b

#87535b #5b8753 #535b87

Analogous Colors of #87535b

#87535b #876553 #875375

Monochromatic Colors of #87535b

#87535b

Complementary Color

#87535b #53877f

#87535b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87535b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87535b Color CSS Codes

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

#87535b Text Font Color

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

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


#87535b Background Color

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

This div background color is #87535b


#87535b Border Color

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

This div border color is #87535b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87535b


Comments

No comments written yet.

Please login to write comment.