COLOR #84848A

HEX: #84848A RGB: (132,132,138)

Color info

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

RGB color model

#84848A color RGB value is (132,132,138).

RGB: (132,132,138) (52%, 52%, 54%)

RGB channels and saturation

R 132 of 255 = 52%
G 132 of 255 = 52%
B 138 of 255 = 54%

132
132
138

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

Portions of RGB colors in percentages

R + G + B = 132 + 132 + 138 = 402 (100%)
R 132 of 402 ~ 32.84%
G 132 of 402 ~ 32.84%
B 138 of 402 ~ 34.33'%

%32.84
%32.84
%34.33

CMYK color model

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

  • cyan value is 4.35%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (4,4,0,46) C4M4Y0K46 (4%,4%,0%,46%) (0.04/0.04/0.00/0.46) 

CMYK percentages

%4.35
%4.35
%0
%45.88

Codes

Color #84848A in popluar color models

84 84 8A
RGB 132 132 138
HSL 240° 2.50% 52.94%
HSB/HSV 240° 4.35% 54.12%
CMYK 4.35% 4.35% 0.00%
45.88%

Color #84848A in popluar number systems.

HEX 84 84 8A
Decimal 132 132 138
Binary 10000100 10000100 10001010
Octal 204 204 212

Shades and tints

Shades of #84848A

#84848A
(132,132,138)
#78787E
(120,120,126)
#6C6C72
(108,108,114)
#606066
(96,96,102)
#54545A
(84,84,90)
#48484E
(72,72,78)
#3C3C42
(60,60,66)
#303036
(48,48,54)
#24242A
(36,36,42)
#18181E
(24,24,30)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #84848A

#84848A
(132,132,138)
#8F8F94
(143,143,148)
#9A9A9E
(154,154,158)
#A5A5A8
(165,165,168)
#B0B0B2
(176,176,178)
#BBBBBC
(187,187,188)
#C6C6C6
(198,198,198)
#D1D1D0
(209,209,208)
#DCDCDA
(220,220,218)
#E7E7E4
(231,231,228)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84848A; }

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

This text font color is #84848A.

Background Color

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

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

This div background color is #84848A.

Border color

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

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

This div border color is #84848A.

Opacity

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

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

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

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

This text has shadow with #84848A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84848A.

Preview

Color preview on black background

This text has color #84848A on black background.


Color preview on white background

This text has color #84848A on white background.


Black color preview on #84848A background

This text has black color on #84848A background.


White color preview on #84848A background

This text has white color on #84848A background.


Related colors

Complementary color

Complementary color for #hex is #7B7B75.


I love getcolorcode.com