COLOR #84998E

HEX: #84998E
RGB: (132,153,142)

Color info

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

RGB color model

#84998E color RGB value is (132,153,142).

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

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 142 of 255 = 56%

132
153
142

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

Portions of RGB colors in percentages

R + G + B =
132 + 153 + 142 = 427 (100%)
R 132 of 427 ~ 30.91%
G 153 of 427 ~ 35.83%
B 142 of 427 ~ 33.26%

%30.91
%35.83
%33.26

CMYK color model

#84998E color CMYK value is (14,0,7,40).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 40.00%
CMYK:
(14,0,7,40)
C14M0Y7K40 
(14%,0%,7%,40%)
(0.14/0.00/0.07/0.40)	

CMYK percentages

%13.73
%0
%7.19
%40

Codes

Color #84998E in popluar color models

84998E
RGB132153142
HSL149°9.33%55.88%
HSB/HSV149°13.73%60.00%
CMYK13.73%0.00%7.19%
40.00%

Color #84998E in popluar number systems.

HEX84998E
Decimal132153142
Binary100001001001100110001110
Octal204231216

Shades and tints

Shades of #84998E

#84998E
(132,153,142)
#788C82
(120,140,130)
#6C7F76
(108,127,118)
#60726A
(96,114,106)
#54655E
(84,101,94)
#485852
(72,88,82)
#3C4B46
(60,75,70)
#303E3A
(48,62,58)
#24312E
(36,49,46)
#182422
(24,36,34)
#0C1716
(12,23,22)
#000000
(0,0,0)

Tints of #84998E

#84998E
(132,153,142)
#8FA298
(143,162,152)
#9AABA2
(154,171,162)
#A5B4AC
(165,180,172)
#B0BDB6
(176,189,182)
#BBC6C0
(187,198,192)
#C6CFCA
(198,207,202)
#D1D8D4
(209,216,212)
#DCE1DE
(220,225,222)
#E7EAE8
(231,234,232)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84998E; }

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

This text font color is #84998E.


Background Color

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

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

This div background color is #84998E.


Border color

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

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

This div border color is #84998E.


Opacity

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

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

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

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

This text has shadow with #84998E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84998E on black background.


Color preview on white background

This text has color #84998E on white background.



Black color preview on #84998E background

This text has black color on #84998E background.


White color preview on #84998E background

This text has white color on #84998E background.