COLOR #84908D

HEX: #84908D
RGB: (132,144,141)

Color info

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

RGB color model

#84908D color RGB value is (132,144,141).

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

RGB channels and saturation

R 132 of 255 = 52%
G 144 of 255 = 56%
B 141 of 255 = 55%

132
144
141

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

Portions of RGB colors in percentages

R + G + B =
132 + 144 + 141 = 417 (100%)
R 132 of 417 ~ 31.65%
G 144 of 417 ~ 34.53%
B 141 of 417 ~ 33.81%

%31.65
%34.53
%33.81

CMYK color model

#84908D color CMYK value is (8,0,2,44).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 43.53%
CMYK:
(8,0,2,44)
C8M0Y2K44 
(8%,0%,2%,44%)
(0.08/0.00/0.02/0.44)	

CMYK percentages

%8.33
%0
%2.08
%43.53

Codes

Color #84908D in popluar color models

84908D
RGB132144141
HSL165°5.13%54.12%
HSB/HSV165°8.33%56.47%
CMYK8.33%0.00%2.08%
43.53%

Color #84908D in popluar number systems.

HEX84908D
Decimal132144141
Binary100001001001000010001101
Octal204220215

Shades and tints

Shades of #84908D

#84908D
(132,144,141)
#788381
(120,131,129)
#6C7675
(108,118,117)
#606969
(96,105,105)
#545C5D
(84,92,93)
#484F51
(72,79,81)
#3C4245
(60,66,69)
#303539
(48,53,57)
#24282D
(36,40,45)
#181B21
(24,27,33)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #84908D

#84908D
(132,144,141)
#8F9A97
(143,154,151)
#9AA4A1
(154,164,161)
#A5AEAB
(165,174,171)
#B0B8B5
(176,184,181)
#BBC2BF
(187,194,191)
#C6CCC9
(198,204,201)
#D1D6D3
(209,214,211)
#DCE0DD
(220,224,221)
#E7EAE7
(231,234,231)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84908D; }

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

This text font color is #84908D.


Background Color

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

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

This div background color is #84908D.


Border color

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

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

This div border color is #84908D.


Opacity

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

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

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

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

This text has shadow with #84908D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84908D on black background.


Color preview on white background

This text has color #84908D on white background.



Black color preview on #84908D background

This text has black color on #84908D background.


White color preview on #84908D background

This text has white color on #84908D background.