COLOR #82878B

HEX: #82878B
RGB: (130,135,139)

Color info

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

RGB color model

#82878B color RGB value is (130,135,139).

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

RGB channels and saturation

R 130 of 255 = 51%
G 135 of 255 = 53%
B 139 of 255 = 55%

130
135
139

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

Portions of RGB colors in percentages

R + G + B =
130 + 135 + 139 = 404 (100%)
R 130 of 404 ~ 32.18%
G 135 of 404 ~ 33.42%
B 139 of 404 ~ 34.41%

%32.18
%33.42
%34.41

CMYK color model

#82878B color CMYK value is (6,3,0,45).

  • cyan value is 6.47%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,3,0,45)
C6M3Y0K45 
(6%,3%,0%,45%)
(0.06/0.03/0.00/0.45)	

CMYK percentages

%6.47
%2.88
%0
%45.49

Codes

Color #82878B in popluar color models

82878B
RGB130135139
HSL207°3.73%52.75%
HSB/HSV207°6.47%54.51%
CMYK6.47%2.88%0.00%
45.49%

Color #82878B in popluar number systems.

HEX82878B
Decimal130135139
Binary100000101000011110001011
Octal202207213

Shades and tints

Shades of #82878B

#82878B
(130,135,139)
#777B7F
(119,123,127)
#6C6F73
(108,111,115)
#616367
(97,99,103)
#56575B
(86,87,91)
#4B4B4F
(75,75,79)
#403F43
(64,63,67)
#353337
(53,51,55)
#2A272B
(42,39,43)
#1F1B1F
(31,27,31)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #82878B

#82878B
(130,135,139)
#8D9195
(141,145,149)
#989B9F
(152,155,159)
#A3A5A9
(163,165,169)
#AEAFB3
(174,175,179)
#B9B9BD
(185,185,189)
#C4C3C7
(196,195,199)
#CFCDD1
(207,205,209)
#DAD7DB
(218,215,219)
#E5E1E5
(229,225,229)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82878B color. Also use rgb(130,135,139) instead hex code.

Text Font Color

.myTextColor { color: #82878B; }

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

This text font color is #82878B.


Background Color

.myBgColor { background-color: #82878B; }

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

This div background color is #82878B.


Border color

.myBorderColor { border: 1px solid #82878B; }

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

This div border color is #82878B.


Opacity

.myOpacity80 { color: #82878B; opacity: 0.8; }

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

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

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

This text has shadow with #82878B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82878B on black background.


Color preview on white background

This text has color #82878B on white background.



Black color preview on #82878B background

This text has black color on #82878B background.


White color preview on #82878B background

This text has white color on #82878B background.