COLOR #82878A

HEX: #82878A
RGB: (130,135,138)

Color info

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

RGB color model

#82878A color RGB value is (130,135,138).

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

RGB channels and saturation

R 130 of 255 = 51%
G 135 of 255 = 53%
B 138 of 255 = 54%

130
135
138

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

Portions of RGB colors in percentages

R + G + B =
130 + 135 + 138 = 403 (100%)
R 130 of 403 ~ 32.26%
G 135 of 403 ~ 33.5%
B 138 of 403 ~ 34.24%

%32.26
%33.5
%34.24

CMYK color model

#82878A color CMYK value is (6,2,0,46).

  • cyan value is 5.80%
  • magenta value is 2.17%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(6,2,0,46)
C6M2Y0K46 
(6%,2%,0%,46%)
(0.06/0.02/0.00/0.46)	

CMYK percentages

%5.8
%2.17
%0
%45.88

Codes

Color #82878A in popluar color models

82878A
RGB130135138
HSL203°3.31%52.55%
HSB/HSV203°5.80%54.12%
CMYK5.80%2.17%0.00%
45.88%

Color #82878A in popluar number systems.

HEX82878A
Decimal130135138
Binary100000101000011110001010
Octal202207212

Shades and tints

Shades of #82878A

#82878A
(130,135,138)
#777B7E
(119,123,126)
#6C6F72
(108,111,114)
#616366
(97,99,102)
#56575A
(86,87,90)
#4B4B4E
(75,75,78)
#403F42
(64,63,66)
#353336
(53,51,54)
#2A272A
(42,39,42)
#1F1B1E
(31,27,30)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #82878A

#82878A
(130,135,138)
#8D9194
(141,145,148)
#989B9E
(152,155,158)
#A3A5A8
(163,165,168)
#AEAFB2
(174,175,178)
#B9B9BC
(185,185,188)
#C4C3C6
(196,195,198)
#CFCDD0
(207,205,208)
#DAD7DA
(218,215,218)
#E5E1E4
(229,225,228)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82878A; }

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

This text font color is #82878A.


Background Color

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

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

This div background color is #82878A.


Border color

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

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

This div border color is #82878A.


Opacity

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

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

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

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

This text has shadow with #82878A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82878A on black background.


Color preview on white background

This text has color #82878A on white background.



Black color preview on #82878A background

This text has black color on #82878A background.


White color preview on #82878A background

This text has white color on #82878A background.