Color Hex Logo

#87837b Color Hex

#87837B
(135,131,123)
0 Favorites   0 Comments

Color spaces of #87837b

RGB 135131123
HSL0.110.050.51
HSV40°53°
CMYK 0.000.030.09   0.47
XYZ21.683122.813621.9995
Yxy22.81360.32610.3431
Hunter Lab47.7636-2.55316.1260
CIE-Lab54.8798-0.00254.8482

#87837b color RGB value is (135,131,123).

#87837b hex color red value is 135, green value is 131 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #87837b hue: 0.11 , saturation: 0.05 and the lightness value of 87837b is 0.51.

The process color (four color CMYK) of #87837b color hex is 0.00, 0.03, 0.09, 0.47. Web safe color of #87837b is #999966. Color #87837b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000011 01111011
Octal 207 203 173
Decimal 135 131 123
Hex 87 83 7B

RGB Percentages of Color #87837b

%34.70
%33.68
%31.62

CMYK Percentages of Color #87837b

%0
%3
%9
%47

Triadic Colors of #87837b

#87837b #7b8783 #837b87

Analogous Colors of #87837b

#87837b #85877b #877d7b

Monochromatic Colors of #87837b

#87837b

Complementary Color

#87837b #7b7f87

#87837b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87837b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87837b Color CSS Codes

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

#87837b Text Font Color

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

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


#87837b Background Color

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

This div background color is #87837b


#87837b Border Color

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

This div border color is #87837b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87837b

#87837b Color Palettes


Comments

No comments written yet.

Please login to write comment.