COLOR #87837F

HEX: #87837F
RGB: (135,131,127)

Color info

#87837F contains red, green and blue colors in about the same proportion. Web safe color of #87837F is #999966 (or #996).

RGB color model

#87837F color RGB value is (135,131,127).

  • red value is 135;
  • green value is 131;
  • blue value is 127.
RGB:
(135,131,127)
(53%,51%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 131 of 255 = 51%
B 127 of 255 = 50%

135
131
127

R + G + B ~ 51%. #87837F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 131 + 127 = 393 (100%)
R 135 of 393 ~ 34.35%
G 131 of 393 ~ 33.33%
B 127 of 393 ~ 32.32%

%34.35
%33.33
%32.32

CMYK color model

#87837F color CMYK value is (0,3,6,47).

  • cyan value is 0.00%
  • magenta value is 2.96%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK:
(0,3,6,47)
C0M3Y6K47 
(0%,3%,6%,47%)
(0.00/0.03/0.06/0.47)	

CMYK percentages

%0
%2.96
%5.93
%47.06

Codes

Color #87837F in popluar color models

87837F
RGB135131127
HSL30°3.23%51.37%
HSB/HSV30°5.93%52.94%
CMYK0.00%2.96%5.93%
47.06%

Color #87837F in popluar number systems.

HEX87837F
Decimal135131127
Binary10000111100000111111111
Octal207203177

Shades and tints

Shades of #87837F

#87837F
(135,131,127)
#7B7874
(123,120,116)
#6F6D69
(111,109,105)
#63625E
(99,98,94)
#575753
(87,87,83)
#4B4C48
(75,76,72)
#3F413D
(63,65,61)
#333632
(51,54,50)
#272B27
(39,43,39)
#1B201C
(27,32,28)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #87837F

#87837F
(135,131,127)
#918E8A
(145,142,138)
#9B9995
(155,153,149)
#A5A4A0
(165,164,160)
#AFAFAB
(175,175,171)
#B9BAB6
(185,186,182)
#C3C5C1
(195,197,193)
#CDD0CC
(205,208,204)
#D7DBD7
(215,219,215)
#E1E6E2
(225,230,226)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87837F color. Also use rgb(135,131,127) instead hex code.

Text Font Color

.myTextColor { color: #87837F; }

<p style="color:#87837F">This sample text font color is #87837F.</p>

This text font color is #87837F.


Background Color

.myBgColor { background-color: #87837F; }

<div style="background-color:#87837F">Inner text</div>

This div background color is #87837F.


Border color

.myBorderColor { border: 1px solid #87837F; }

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

This div border color is #87837F.


Opacity

.myOpacity80 { color: #87837F; opacity: 0.8; }

<p style="color:#87837F;opacity:0.8;">80%</p>

Text with #87837F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #87837F;}

<p style="text-shadow: 3px 3px 1px #87837F">Text here.</p>

This text has shadow with #87837F color.

.textShadow {text-shadow: 3px 3px 1px #87837F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #87837F, 5px 5px 20px red">Text here.</p>

This text has shadow with #87837F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87837F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#87837F, Direction=45, Strength=4)">Text</p>

This text has shadow with #87837F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #87837F;
  -webkit-box-shadow:	1px 1px 3px 2px #87837F;
  box-shadow:		1px 1px 3px 2px #87837F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87837F;
-webkit-box-shadow: 1px 1px 3px 2px #87837F;
box-shadow:1px 1px 3px 2px #87837F;">
Div content here</div>
This div box has shadow with color #87837F.

Preview

Color preview on black background

This text has color #87837F on black background.


Color preview on white background

This text has color #87837F on white background.



Black color preview on #87837F background

This text has black color on #87837F background.


White color preview on #87837F background

This text has white color on #87837F background.