COLOR #84998D

HEX: #84998D
RGB: (132,153,141)

Color info

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

RGB color model

#84998D color RGB value is (132,153,141).

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

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 141 of 255 = 55%

132
153
141

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

Portions of RGB colors in percentages

R + G + B =
132 + 153 + 141 = 426 (100%)
R 132 of 426 ~ 30.99%
G 153 of 426 ~ 35.92%
B 141 of 426 ~ 33.1%

%30.99
%35.92
%33.1

CMYK color model

#84998D color CMYK value is (14,0,8,40).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 40.00%
CMYK:
(14,0,8,40)
C14M0Y8K40 
(14%,0%,8%,40%)
(0.14/0.00/0.08/0.40)	

CMYK percentages

%13.73
%0
%7.84
%40

Codes

Color #84998D in popluar color models

84998D
RGB132153141
HSL146°9.33%55.88%
HSB/HSV146°13.73%60.00%
CMYK13.73%0.00%7.84%
40.00%

Color #84998D in popluar number systems.

HEX84998D
Decimal132153141
Binary100001001001100110001101
Octal204231215

Shades and tints

Shades of #84998D

#84998D
(132,153,141)
#788C81
(120,140,129)
#6C7F75
(108,127,117)
#607269
(96,114,105)
#54655D
(84,101,93)
#485851
(72,88,81)
#3C4B45
(60,75,69)
#303E39
(48,62,57)
#24312D
(36,49,45)
#182421
(24,36,33)
#0C1715
(12,23,21)
#000000
(0,0,0)

Tints of #84998D

#84998D
(132,153,141)
#8FA297
(143,162,151)
#9AABA1
(154,171,161)
#A5B4AB
(165,180,171)
#B0BDB5
(176,189,181)
#BBC6BF
(187,198,191)
#C6CFC9
(198,207,201)
#D1D8D3
(209,216,211)
#DCE1DD
(220,225,221)
#E7EAE7
(231,234,231)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84998D; }

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

This text font color is #84998D.


Background Color

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

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

This div background color is #84998D.


Border color

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

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

This div border color is #84998D.


Opacity

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

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

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

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

This text has shadow with #84998D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84998D on black background.


Color preview on white background

This text has color #84998D on white background.



Black color preview on #84998D background

This text has black color on #84998D background.


White color preview on #84998D background

This text has white color on #84998D background.