COLOR #84949A

HEX: #84949A
RGB: (132,148,154)

Color info

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

RGB color model

#84949A color RGB value is (132,148,154).

  • red value is 132;
  • green value is 148;
  • blue value is 154.
RGB:
(132,148,154)
(52%,58%,60%)

RGB channels and saturation

R 132 of 255 = 52%
G 148 of 255 = 58%
B 154 of 255 = 60%

132
148
154

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

Portions of RGB colors in percentages

R + G + B =
132 + 148 + 154 = 434 (100%)
R 132 of 434 ~ 30.41%
G 148 of 434 ~ 34.1%
B 154 of 434 ~ 35.48%

%30.41
%34.1
%35.48

CMYK color model

#84949A color CMYK value is (14,4,0,40).

  • cyan value is 14.29%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(14,4,0,40)
C14M4Y0K40 
(14%,4%,0%,40%)
(0.14/0.04/0.00/0.40)	

CMYK percentages

%14.29
%3.9
%0
%39.61

Codes

Color #84949A in popluar color models

84949A
RGB132148154
HSL196°9.82%56.08%
HSB/HSV196°14.29%60.39%
CMYK14.29%3.90%0.00%
39.61%

Color #84949A in popluar number systems.

HEX84949A
Decimal132148154
Binary100001001001010010011010
Octal204224232

Shades and tints

Shades of #84949A

#84949A
(132,148,154)
#78878C
(120,135,140)
#6C7A7E
(108,122,126)
#606D70
(96,109,112)
#546062
(84,96,98)
#485354
(72,83,84)
#3C4646
(60,70,70)
#303938
(48,57,56)
#242C2A
(36,44,42)
#181F1C
(24,31,28)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #84949A

#84949A
(132,148,154)
#8F9DA3
(143,157,163)
#9AA6AC
(154,166,172)
#A5AFB5
(165,175,181)
#B0B8BE
(176,184,190)
#BBC1C7
(187,193,199)
#C6CAD0
(198,202,208)
#D1D3D9
(209,211,217)
#DCDCE2
(220,220,226)
#E7E5EB
(231,229,235)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84949A; }

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

This text font color is #84949A.


Background Color

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

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

This div background color is #84949A.


Border color

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

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

This div border color is #84949A.


Opacity

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

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

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

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

This text has shadow with #84949A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84949A on black background.


Color preview on white background

This text has color #84949A on white background.



Black color preview on #84949A background

This text has black color on #84949A background.


White color preview on #84949A background

This text has white color on #84949A background.