COLOR #87827E

HEX: #87827E
RGB: (135,130,126)

Color info

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

RGB color model

#87827E color RGB value is (135,130,126).

  • red value is 135;
  • green value is 130;
  • blue value is 126.
RGB:
(135,130,126)
(53%,51%,49%)

RGB channels and saturation

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

135
130
126

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

Portions of RGB colors in percentages

R + G + B =
135 + 130 + 126 = 391 (100%)
R 135 of 391 ~ 34.53%
G 130 of 391 ~ 33.25%
B 126 of 391 ~ 32.23%

%34.53
%33.25
%32.23

CMYK color model

#87827E color CMYK value is (0,4,7,47).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 6.67%
  • key color value is 47.06%
CMYK:
(0,4,7,47)
C0M4Y7K47 
(0%,4%,7%,47%)
(0.00/0.04/0.07/0.47)	

CMYK percentages

%0
%3.7
%6.67
%47.06

Codes

Color #87827E in popluar color models

87827E
RGB135130126
HSL27°3.61%51.18%
HSB/HSV27°6.67%52.94%
CMYK0.00%3.70%6.67%
47.06%

Color #87827E in popluar number systems.

HEX87827E
Decimal135130126
Binary10000111100000101111110
Octal207202176

Shades and tints

Shades of #87827E

#87827E
(135,130,126)
#7B7773
(123,119,115)
#6F6C68
(111,108,104)
#63615D
(99,97,93)
#575652
(87,86,82)
#4B4B47
(75,75,71)
#3F403C
(63,64,60)
#333531
(51,53,49)
#272A26
(39,42,38)
#1B1F1B
(27,31,27)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #87827E

#87827E
(135,130,126)
#918D89
(145,141,137)
#9B9894
(155,152,148)
#A5A39F
(165,163,159)
#AFAEAA
(175,174,170)
#B9B9B5
(185,185,181)
#C3C4C0
(195,196,192)
#CDCFCB
(205,207,203)
#D7DAD6
(215,218,214)
#E1E5E1
(225,229,225)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87827E; }

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

This text font color is #87827E.


Background Color

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

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

This div background color is #87827E.


Border color

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

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

This div border color is #87827E.


Opacity

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

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

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

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

This text has shadow with #87827E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87827E on black background.


Color preview on white background

This text has color #87827E on white background.



Black color preview on #87827E background

This text has black color on #87827E background.


White color preview on #87827E background

This text has white color on #87827E background.