COLOR #84818E

HEX: #84818E
RGB: (132,129,142)

Color info

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

RGB color model

#84818E color RGB value is (132,129,142).

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

RGB channels and saturation

R 132 of 255 = 52%
G 129 of 255 = 51%
B 142 of 255 = 56%

132
129
142

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

Portions of RGB colors in percentages

R + G + B =
132 + 129 + 142 = 403 (100%)
R 132 of 403 ~ 32.75%
G 129 of 403 ~ 32.01%
B 142 of 403 ~ 35.24%

%32.75
%32.01
%35.24

CMYK color model

#84818E color CMYK value is (7,9,0,44).

  • cyan value is 7.04%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(7,9,0,44)
C7M9Y0K44 
(7%,9%,0%,44%)
(0.07/0.09/0.00/0.44)	

CMYK percentages

%7.04
%9.15
%0
%44.31

Codes

Color #84818E in popluar color models

84818E
RGB132129142
HSL254°5.44%53.14%
HSB/HSV254°9.15%55.69%
CMYK7.04%9.15%0.00%
44.31%

Color #84818E in popluar number systems.

HEX84818E
Decimal132129142
Binary100001001000000110001110
Octal204201216

Shades and tints

Shades of #84818E

#84818E
(132,129,142)
#787682
(120,118,130)
#6C6B76
(108,107,118)
#60606A
(96,96,106)
#54555E
(84,85,94)
#484A52
(72,74,82)
#3C3F46
(60,63,70)
#30343A
(48,52,58)
#24292E
(36,41,46)
#181E22
(24,30,34)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #84818E

#84818E
(132,129,142)
#8F8C98
(143,140,152)
#9A97A2
(154,151,162)
#A5A2AC
(165,162,172)
#B0ADB6
(176,173,182)
#BBB8C0
(187,184,192)
#C6C3CA
(198,195,202)
#D1CED4
(209,206,212)
#DCD9DE
(220,217,222)
#E7E4E8
(231,228,232)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84818E; }

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

This text font color is #84818E.


Background Color

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

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

This div background color is #84818E.


Border color

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

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

This div border color is #84818E.


Opacity

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

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

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

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

This text has shadow with #84818E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84818E on black background.


Color preview on white background

This text has color #84818E on white background.



Black color preview on #84818E background

This text has black color on #84818E background.


White color preview on #84818E background

This text has white color on #84818E background.