COLOR #83878C

HEX: #83878C
RGB: (131,135,140)

Color info

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

RGB color model

#83878C color RGB value is (131,135,140).

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

RGB channels and saturation

R 131 of 255 = 51%
G 135 of 255 = 53%
B 140 of 255 = 55%

131
135
140

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

Portions of RGB colors in percentages

R + G + B =
131 + 135 + 140 = 406 (100%)
R 131 of 406 ~ 32.27%
G 135 of 406 ~ 33.25%
B 140 of 406 ~ 34.48%

%32.27
%33.25
%34.48

CMYK color model

#83878C color CMYK value is (6,4,0,45).

  • cyan value is 6.43%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(6,4,0,45)
C6M4Y0K45 
(6%,4%,0%,45%)
(0.06/0.04/0.00/0.45)	

CMYK percentages

%6.43
%3.57
%0
%45.1

Codes

Color #83878C in popluar color models

83878C
RGB131135140
HSL213°3.77%53.14%
HSB/HSV213°6.43%54.90%
CMYK6.43%3.57%0.00%
45.10%

Color #83878C in popluar number systems.

HEX83878C
Decimal131135140
Binary100000111000011110001100
Octal203207214

Shades and tints

Shades of #83878C

#83878C
(131,135,140)
#787B80
(120,123,128)
#6D6F74
(109,111,116)
#626368
(98,99,104)
#57575C
(87,87,92)
#4C4B50
(76,75,80)
#413F44
(65,63,68)
#363338
(54,51,56)
#2B272C
(43,39,44)
#201B20
(32,27,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #83878C

#83878C
(131,135,140)
#8E9196
(142,145,150)
#999BA0
(153,155,160)
#A4A5AA
(164,165,170)
#AFAFB4
(175,175,180)
#BAB9BE
(186,185,190)
#C5C3C8
(197,195,200)
#D0CDD2
(208,205,210)
#DBD7DC
(219,215,220)
#E6E1E6
(230,225,230)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83878C; }

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

This text font color is #83878C.


Background Color

.myBgColor { background-color: #83878C; }

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

This div background color is #83878C.


Border color

.myBorderColor { border: 1px solid #83878C; }

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

This div border color is #83878C.


Opacity

.myOpacity80 { color: #83878C; opacity: 0.8; }

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

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

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

This text has shadow with #83878C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83878C on black background.


Color preview on white background

This text has color #83878C on white background.



Black color preview on #83878C background

This text has black color on #83878C background.


White color preview on #83878C background

This text has white color on #83878C background.