COLOR #84888D

HEX: #84888D
RGB: (132,136,141)

Color info

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

RGB color model

#84888D color RGB value is (132,136,141).

  • red value is 132;
  • green value is 136;
  • blue value is 141.
RGB:
(132,136,141)
(52%,53%,55%)

RGB channels and saturation

R 132 of 255 = 52%
G 136 of 255 = 53%
B 141 of 255 = 55%

132
136
141

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

Portions of RGB colors in percentages

R + G + B =
132 + 136 + 141 = 409 (100%)
R 132 of 409 ~ 32.27%
G 136 of 409 ~ 33.25%
B 141 of 409 ~ 34.47%

%32.27
%33.25
%34.47

CMYK color model

#84888D color CMYK value is (6,4,0,45).

  • cyan value is 6.38%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(6,4,0,45)
C6M4Y0K45 
(6%,4%,0%,45%)
(0.06/0.04/0.00/0.45)	

CMYK percentages

%6.38
%3.55
%0
%44.71

Codes

Color #84888D in popluar color models

84888D
RGB132136141
HSL213°3.80%53.53%
HSB/HSV213°6.38%55.29%
CMYK6.38%3.55%0.00%
44.71%

Color #84888D in popluar number systems.

HEX84888D
Decimal132136141
Binary100001001000100010001101
Octal204210215

Shades and tints

Shades of #84888D

#84888D
(132,136,141)
#787C81
(120,124,129)
#6C7075
(108,112,117)
#606469
(96,100,105)
#54585D
(84,88,93)
#484C51
(72,76,81)
#3C4045
(60,64,69)
#303439
(48,52,57)
#24282D
(36,40,45)
#181C21
(24,28,33)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #84888D

#84888D
(132,136,141)
#8F9297
(143,146,151)
#9A9CA1
(154,156,161)
#A5A6AB
(165,166,171)
#B0B0B5
(176,176,181)
#BBBABF
(187,186,191)
#C6C4C9
(198,196,201)
#D1CED3
(209,206,211)
#DCD8DD
(220,216,221)
#E7E2E7
(231,226,231)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84888D color. Also use rgb(132,136,141) instead hex code.

Text Font Color

.myTextColor { color: #84888D; }

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

This text font color is #84888D.


Background Color

.myBgColor { background-color: #84888D; }

<div style="background-color:#84888D">Inner text</div>

This div background color is #84888D.


Border color

.myBorderColor { border: 1px solid #84888D; }

<div style="border:3px solid #84888D">Div</div>

This div border color is #84888D.


Opacity

.myOpacity80 { color: #84888D; opacity: 0.8; }

<p style="color:#84888D;opacity:0.8;">80%</p>

Text with #84888D 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 #84888D;}

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

This text has shadow with #84888D color.

.textShadow {text-shadow: 3px 3px 1px #84888D, 3px 3px 1px red;}

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

This text has shadow with #84888D primary color and red secondary color.


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

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

This text has shadow with #84888D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84888D on black background.


Color preview on white background

This text has color #84888D on white background.



Black color preview on #84888D background

This text has black color on #84888D background.


White color preview on #84888D background

This text has white color on #84888D background.