COLOR #82848D

HEX: #82848D
RGB: (130,132,141)

Color info

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

RGB color model

#82848D color RGB value is (130,132,141).

  • red value is 130;
  • green value is 132;
  • blue value is 141.
RGB:
(130,132,141)
(51%,52%,55%)

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 141 of 255 = 55%

130
132
141

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

Portions of RGB colors in percentages

R + G + B =
130 + 132 + 141 = 403 (100%)
R 130 of 403 ~ 32.26%
G 132 of 403 ~ 32.75%
B 141 of 403 ~ 34.99%

%32.26
%32.75
%34.99

CMYK color model

#82848D color CMYK value is (8,6,0,45).

  • cyan value is 7.80%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(8,6,0,45)
C8M6Y0K45 
(8%,6%,0%,45%)
(0.08/0.06/0.00/0.45)	

CMYK percentages

%7.8
%6.38
%0
%44.71

Codes

Color #82848D in popluar color models

82848D
RGB130132141
HSL229°4.60%53.14%
HSB/HSV229°7.80%55.29%
CMYK7.80%6.38%0.00%
44.71%

Color #82848D in popluar number systems.

HEX82848D
Decimal130132141
Binary100000101000010010001101
Octal202204215

Shades and tints

Shades of #82848D

#82848D
(130,132,141)
#777881
(119,120,129)
#6C6C75
(108,108,117)
#616069
(97,96,105)
#56545D
(86,84,93)
#4B4851
(75,72,81)
#403C45
(64,60,69)
#353039
(53,48,57)
#2A242D
(42,36,45)
#1F1821
(31,24,33)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #82848D

#82848D
(130,132,141)
#8D8F97
(141,143,151)
#989AA1
(152,154,161)
#A3A5AB
(163,165,171)
#AEB0B5
(174,176,181)
#B9BBBF
(185,187,191)
#C4C6C9
(196,198,201)
#CFD1D3
(207,209,211)
#DADCDD
(218,220,221)
#E5E7E7
(229,231,231)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82848D color. Also use rgb(130,132,141) instead hex code.

Text Font Color

.myTextColor { color: #82848D; }

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

This text font color is #82848D.


Background Color

.myBgColor { background-color: #82848D; }

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

This div background color is #82848D.


Border color

.myBorderColor { border: 1px solid #82848D; }

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

This div border color is #82848D.


Opacity

.myOpacity80 { color: #82848D; opacity: 0.8; }

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

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

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

This text has shadow with #82848D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82848D on black background.


Color preview on white background

This text has color #82848D on white background.



Black color preview on #82848D background

This text has black color on #82848D background.


White color preview on #82848D background

This text has white color on #82848D background.