COLOR #84828B

HEX: #84828B RGB: (132,130,139)

Color info

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

RGB color model

#84828B color RGB value is (132,130,139).

RGB: (132,130,139) (52%, 51%, 55%)

RGB channels and saturation

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

132
130
139

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

Portions of RGB colors in percentages

R + G + B = 132 + 130 + 139 = 401 (100%)
R 132 of 401 ~ 32.92%
G 130 of 401 ~ 32.42%
B 139 of 401 ~ 34.66'%

%32.92
%32.42
%34.66

CMYK color model

#84828B color CMYK value is (5,6,0,45).

  • cyan value is 5.04%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (5,6,0,45)
C5M6Y0K45 (5%, 6%, 0%, 45%)
(0.05 / 0.06 / 0.00 / 0.45)

CMYK percentages

%5.04
%6.47
%0
%45.49

Codes

Color #84828B in popluar color models

84 82 8B
RGB 132 130 139
HSL 253° 3.73% 52.75%
HSB/HSV 253° 6.47% 54.51%
CMYK 5.04% 6.47% 0.00%
45.49%

Color #84828B in popluar number systems.

HEX 84 82 8B
Decimal 132 130 139
Binary 10000100 10000010 10001011
Octal 204 202 213

Shades and tints

Shades of #84828B

#84828B
(132,130,139)
#78777F
(120,119,127)
#6C6C73
(108,108,115)
#606167
(96,97,103)
#54565B
(84,86,91)
#484B4F
(72,75,79)
#3C4043
(60,64,67)
#303537
(48,53,55)
#242A2B
(36,42,43)
#181F1F
(24,31,31)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #84828B

#84828B
(132,130,139)
#8F8D95
(143,141,149)
#9A989F
(154,152,159)
#A5A3A9
(165,163,169)
#B0AEB3
(176,174,179)
#BBB9BD
(187,185,189)
#C6C4C7
(198,196,199)
#D1CFD1
(209,207,209)
#DCDADB
(220,218,219)
#E7E5E5
(231,229,229)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84828B; }

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

This text font color is #84828B.

Background Color

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

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

This div background color is #84828B.

Border color

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

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

This div border color is #84828B.

Opacity

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

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

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

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

This text has shadow with #84828B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84828B.

Preview

Color preview on black background

This text has color #84828B on black background.


Color preview on white background

This text has color #84828B on white background.


Black color preview on #84828B background

This text has black color on #84828B background.


White color preview on #84828B background

This text has white color on #84828B background.


Related colors

Complementary color

Complementary color for #hex is #7B7D74.


I love getcolorcode.com

Triadic colors

1 #8B8482 and #828B84 with #84828B are triadic colors.

2 #8B8284 and #82848B with #84828B are triadic colors.