COLOR #84818C

HEX: #84818C
RGB: (132,129,140)

Color info

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

RGB color model

#84818C color RGB value is (132,129,140).

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

RGB channels and saturation

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

132
129
140

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

Portions of RGB colors in percentages

R + G + B =
132 + 129 + 140 = 401 (100%)
R 132 of 401 ~ 32.92%
G 129 of 401 ~ 32.17%
B 140 of 401 ~ 34.91%

%32.92
%32.17
%34.91

CMYK color model

#84818C color CMYK value is (6,8,0,45).

  • cyan value is 5.71%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(6,8,0,45)
C6M8Y0K45 
(6%,8%,0%,45%)
(0.06/0.08/0.00/0.45)	

CMYK percentages

%5.71
%7.86
%0
%45.1

Codes

Color #84818C in popluar color models

84818C
RGB132129140
HSL256°4.56%52.75%
HSB/HSV256°7.86%54.90%
CMYK5.71%7.86%0.00%
45.10%

Color #84818C in popluar number systems.

HEX84818C
Decimal132129140
Binary100001001000000110001100
Octal204201214

Shades and tints

Shades of #84818C

#84818C
(132,129,140)
#787680
(120,118,128)
#6C6B74
(108,107,116)
#606068
(96,96,104)
#54555C
(84,85,92)
#484A50
(72,74,80)
#3C3F44
(60,63,68)
#303438
(48,52,56)
#24292C
(36,41,44)
#181E20
(24,30,32)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #84818C

#84818C
(132,129,140)
#8F8C96
(143,140,150)
#9A97A0
(154,151,160)
#A5A2AA
(165,162,170)
#B0ADB4
(176,173,180)
#BBB8BE
(187,184,190)
#C6C3C8
(198,195,200)
#D1CED2
(209,206,210)
#DCD9DC
(220,217,220)
#E7E4E6
(231,228,230)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84818C; }

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

This text font color is #84818C.


Background Color

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

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

This div background color is #84818C.


Border color

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

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

This div border color is #84818C.


Opacity

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

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

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

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

This text has shadow with #84818C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84818C on black background.


Color preview on white background

This text has color #84818C on white background.



Black color preview on #84818C background

This text has black color on #84818C background.


White color preview on #84818C background

This text has white color on #84818C background.