COLOR #87837E

HEX: #87837E RGB: (135,131,126)

Color info

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

RGB color model

#87837E color RGB value is (135,131,126).

RGB: (135,131,126) (53%, 51%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 131 of 255 = 51%
B 126 of 255 = 49%

135
131
126

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

Portions of RGB colors in percentages

R + G + B = 135 + 131 + 126 = 392 (100%)
R 135 of 392 ~ 34.44%
G 131 of 392 ~ 33.42%
B 126 of 392 ~ 32.14'%

%34.44
%33.42
%32.14

CMYK color model

#87837E color CMYK value is (0,3,7,47).

  • cyan value is 0.00%
  • magenta value is 2.96%
  • yellow value is 6.67%
  • key color value is 47.06%
CMYK: (0,3,7,47) C0M3Y7K47 (0%,3%,7%,47%) (0.00/0.03/0.07/0.47) 

CMYK percentages

%0
%2.96
%6.67
%47.06

Codes

Color #87837E in popluar color models

87 83 7E
RGB 135 131 126
HSL 33° 3.61% 51.18%
HSB/HSV 33° 6.67% 52.94%
CMYK 0.00% 2.96% 6.67%
47.06%

Color #87837E in popluar number systems.

HEX 87 83 7E
Decimal 135 131 126
Binary 10000111 10000011 1111110
Octal 207 203 176

Shades and tints

Shades of #87837E

#87837E
(135,131,126)
#7B7873
(123,120,115)
#6F6D68
(111,109,104)
#63625D
(99,98,93)
#575752
(87,87,82)
#4B4C47
(75,76,71)
#3F413C
(63,65,60)
#333631
(51,54,49)
#272B26
(39,43,38)
#1B201B
(27,32,27)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #87837E

#87837E
(135,131,126)
#918E89
(145,142,137)
#9B9994
(155,153,148)
#A5A49F
(165,164,159)
#AFAFAA
(175,175,170)
#B9BAB5
(185,186,181)
#C3C5C0
(195,197,192)
#CDD0CB
(205,208,203)
#D7DBD6
(215,219,214)
#E1E6E1
(225,230,225)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87837E; }

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

This text font color is #87837E.

Background Color

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

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

This div background color is #87837E.

Border color

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

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

This div border color is #87837E.

Opacity

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

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

Text with #87837E 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 #87837E;}

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

This text has shadow with #87837E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87837E.

Preview

Color preview on black background

This text has color #87837E on black background.


Color preview on white background

This text has color #87837E on white background.


Black color preview on #87837E background

This text has black color on #87837E background.


White color preview on #87837E background

This text has white color on #87837E background.


Related colors

Complementary color

Complementary color for #hex is #787C81.


I love getcolorcode.com

Triadic colors

1 #7E8783 and #837E87 with #87837E are triadic colors.

2 #7E8387 and #83877E with #87837E are triadic colors.