COLOR #878983

HEX: #878983
RGB: (135,137,131)

Color info

#878983 contains red, green and blue colors in about the same proportion. Web safe color of #878983 is #999999 (or #999).

RGB color model

#878983 color RGB value is (135,137,131).

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

RGB channels and saturation

R 135 of 255 = 53%
G 137 of 255 = 54%
B 131 of 255 = 51%

135
137
131

R + G + B ~ 53%. #878983 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 137 + 131 = 403 (100%)
R 135 of 403 ~ 33.5%
G 137 of 403 ~ 34%
B 131 of 403 ~ 32.51%

%33.5
%34
%32.51

CMYK color model

#878983 color CMYK value is (1,0,4,46).

  • cyan value is 1.46%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 46.27%
CMYK:
(1,0,4,46)
C1M0Y4K46 
(1%,0%,4%,46%)
(0.01/0.00/0.04/0.46)	

CMYK percentages

%1.46
%0
%4.38
%46.27

Codes

Color #878983 in popluar color models

878983
RGB135137131
HSL80°2.48%52.55%
HSB/HSV80°4.38%53.73%
CMYK1.46%0.00%4.38%
46.27%

Color #878983 in popluar number systems.

HEX878983
Decimal135137131
Binary100001111000100110000011
Octal207211203

Shades and tints

Shades of #878983

#878983
(135,137,131)
#7B7D78
(123,125,120)
#6F716D
(111,113,109)
#636562
(99,101,98)
#575957
(87,89,87)
#4B4D4C
(75,77,76)
#3F4141
(63,65,65)
#333536
(51,53,54)
#27292B
(39,41,43)
#1B1D20
(27,29,32)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #878983

#878983
(135,137,131)
#91938E
(145,147,142)
#9B9D99
(155,157,153)
#A5A7A4
(165,167,164)
#AFB1AF
(175,177,175)
#B9BBBA
(185,187,186)
#C3C5C5
(195,197,197)
#CDCFD0
(205,207,208)
#D7D9DB
(215,217,219)
#E1E3E6
(225,227,230)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878983; }

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

This text font color is #878983.


Background Color

.myBgColor { background-color: #878983; }

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

This div background color is #878983.


Border color

.myBorderColor { border: 1px solid #878983; }

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

This div border color is #878983.


Opacity

.myOpacity80 { color: #878983; opacity: 0.8; }

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

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

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

This text has shadow with #878983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878983 on black background.


Color preview on white background

This text has color #878983 on white background.



Black color preview on #878983 background

This text has black color on #878983 background.


White color preview on #878983 background

This text has white color on #878983 background.