COLOR #82858A

HEX: #82858A RGB: (130,133,138)

Color info

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

RGB color model

#82858A color RGB value is (130,133,138).

RGB: (130,133,138) (51%, 52%, 54%)

RGB channels and saturation

R 130 of 255 = 51%
G 133 of 255 = 52%
B 138 of 255 = 54%

130
133
138

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

Portions of RGB colors in percentages

R + G + B = 130 + 133 + 138 = 401 (100%)
R 130 of 401 ~ 32.42%
G 133 of 401 ~ 33.17%
B 138 of 401 ~ 34.41'%

%32.42
%33.17
%34.41

CMYK color model

#82858A color CMYK value is (6,4,0,46).

  • cyan value is 5.80%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (6,4,0,46)
C6M4Y0K46 (6%, 4%, 0%, 46%)
(0.06 / 0.04 / 0.00 / 0.46)

CMYK percentages

%5.8
%3.62
%0
%45.88

Codes

Color #82858A in popluar color models

82 85 8A
RGB 130 133 138
HSL 218° 3.31% 52.55%
HSB/HSV 218° 5.80% 54.12%
CMYK 5.80% 3.62% 0.00%
45.88%

Color #82858A in popluar number systems.

HEX 82 85 8A
Decimal 130 133 138
Binary 10000010 10000101 10001010
Octal 202 205 212

Shades and tints

Shades of #82858A

#82858A
(130,133,138)
#77797E
(119,121,126)
#6C6D72
(108,109,114)
#616166
(97,97,102)
#56555A
(86,85,90)
#4B494E
(75,73,78)
#403D42
(64,61,66)
#353136
(53,49,54)
#2A252A
(42,37,42)
#1F191E
(31,25,30)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #82858A

#82858A
(130,133,138)
#8D9094
(141,144,148)
#989B9E
(152,155,158)
#A3A6A8
(163,166,168)
#AEB1B2
(174,177,178)
#B9BCBC
(185,188,188)
#C4C7C6
(196,199,198)
#CFD2D0
(207,210,208)
#DADDDA
(218,221,218)
#E5E8E4
(229,232,228)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82858A; }

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

This text font color is #82858A.

Background Color

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

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

This div background color is #82858A.

Border color

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

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

This div border color is #82858A.

Opacity

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

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

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

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

This text has shadow with #82858A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82858A.

Preview

Color preview on black background

This text has color #82858A on black background.


Color preview on white background

This text has color #82858A on white background.


Black color preview on #82858A background

This text has black color on #82858A background.


White color preview on #82858A background

This text has white color on #82858A background.


Related colors

Complementary color

Complementary color for #hex is #7D7A75.


I love getcolorcode.com

Triadic colors

1 #8A8285 and #858A82 with #82858A are triadic colors.

2 #8A8582 and #85828A with #82858A are triadic colors.