COLOR #84998F

HEX: #84998F
RGB: (132,153,143)

Color info

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

RGB color model

#84998F color RGB value is (132,153,143).

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

RGB channels and saturation

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

132
153
143

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

Portions of RGB colors in percentages

R + G + B =
132 + 153 + 143 = 428 (100%)
R 132 of 428 ~ 30.84%
G 153 of 428 ~ 35.75%
B 143 of 428 ~ 33.41%

%30.84
%35.75
%33.41

CMYK color model

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

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • 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
%6.54
%40

Codes

Color #84998F in popluar color models

84998F
RGB132153143
HSL151°9.33%55.88%
HSB/HSV151°13.73%60.00%
CMYK13.73%0.00%6.54%
40.00%

Color #84998F in popluar number systems.

HEX84998F
Decimal132153143
Binary100001001001100110001111
Octal204231217

Shades and tints

Shades of #84998F

#84998F
(132,153,143)
#788C82
(120,140,130)
#6C7F75
(108,127,117)
#607268
(96,114,104)
#54655B
(84,101,91)
#48584E
(72,88,78)
#3C4B41
(60,75,65)
#303E34
(48,62,52)
#243127
(36,49,39)
#18241A
(24,36,26)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #84998F

#84998F
(132,153,143)
#8FA299
(143,162,153)
#9AABA3
(154,171,163)
#A5B4AD
(165,180,173)
#B0BDB7
(176,189,183)
#BBC6C1
(187,198,193)
#C6CFCB
(198,207,203)
#D1D8D5
(209,216,213)
#DCE1DF
(220,225,223)
#E7EAE9
(231,234,233)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84998F; }

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

This text font color is #84998F.


Background Color

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

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

This div background color is #84998F.


Border color

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

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

This div border color is #84998F.


Opacity

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

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

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

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

This text has shadow with #84998F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84998F on black background.


Color preview on white background

This text has color #84998F on white background.



Black color preview on #84998F background

This text has black color on #84998F background.


White color preview on #84998F background

This text has white color on #84998F background.