COLOR #84828C

HEX: #84828C
RGB: (132,130,140)

Color info

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

RGB color model

#84828C color RGB value is (132,130,140).

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

RGB channels and saturation

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

132
130
140

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

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 140 = 402 (100%)
R 132 of 402 ~ 32.84%
G 130 of 402 ~ 32.34%
B 140 of 402 ~ 34.83%

%32.84
%32.34
%34.83

CMYK color model

#84828C color CMYK value is (6,7,0,45).

  • cyan value is 5.71%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(6,7,0,45)
C6M7Y0K45 
(6%,7%,0%,45%)
(0.06/0.07/0.00/0.45)	

CMYK percentages

%5.71
%7.14
%0
%45.1

Codes

Color #84828C in popluar color models

84828C
RGB132130140
HSL252°4.17%52.94%
HSB/HSV252°7.14%54.90%
CMYK5.71%7.14%0.00%
45.10%

Color #84828C in popluar number systems.

HEX84828C
Decimal132130140
Binary100001001000001010001100
Octal204202214

Shades and tints

Shades of #84828C

#84828C
(132,130,140)
#787780
(120,119,128)
#6C6C74
(108,108,116)
#606168
(96,97,104)
#54565C
(84,86,92)
#484B50
(72,75,80)
#3C4044
(60,64,68)
#303538
(48,53,56)
#242A2C
(36,42,44)
#181F20
(24,31,32)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #84828C

#84828C
(132,130,140)
#8F8D96
(143,141,150)
#9A98A0
(154,152,160)
#A5A3AA
(165,163,170)
#B0AEB4
(176,174,180)
#BBB9BE
(187,185,190)
#C6C4C8
(198,196,200)
#D1CFD2
(209,207,210)
#DCDADC
(220,218,220)
#E7E5E6
(231,229,230)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84828C; }

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

This text font color is #84828C.


Background Color

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

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

This div background color is #84828C.


Border color

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

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

This div border color is #84828C.


Opacity

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

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

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

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

This text has shadow with #84828C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84828C on black background.


Color preview on white background

This text has color #84828C on white background.



Black color preview on #84828C background

This text has black color on #84828C background.


White color preview on #84828C background

This text has white color on #84828C background.