COLOR #84998A

HEX: #84998A RGB: (132,153,138)

Color info

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

RGB color model

#84998A color RGB value is (132,153,138).

RGB: (132,153,138) (52%, 60%, 54%)

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 138 of 255 = 54%

132
153
138

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

Portions of RGB colors in percentages

R + G + B = 132 + 153 + 138 = 423 (100%)
R 132 of 423 ~ 31.21%
G 153 of 423 ~ 36.17%
B 138 of 423 ~ 32.62'%

%31.21
%36.17
%32.62

CMYK color model

#84998A color CMYK value is (14,0,10,40).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 40.00%

CMYK: (14,0,10,40)
C14M0Y10K40 (14%, 0%, 10%, 40%)
(0.14 / 0.00 / 0.10 / 0.40)

CMYK percentages

%13.73
%0
%9.8
%40

Codes

Color #84998A in popluar color models

84 99 8A
RGB 132 153 138
HSL 137° 9.33% 55.88%
HSB/HSV 137° 13.73% 60.00%
CMYK 13.73% 0.00% 9.80%
40.00%

Color #84998A in popluar number systems.

HEX 84 99 8A
Decimal 132 153 138
Binary 10000100 10011001 10001010
Octal 204 231 212

Shades and tints

Shades of #84998A

#84998A
(132,153,138)
#788C7E
(120,140,126)
#6C7F72
(108,127,114)
#607266
(96,114,102)
#54655A
(84,101,90)
#48584E
(72,88,78)
#3C4B42
(60,75,66)
#303E36
(48,62,54)
#24312A
(36,49,42)
#18241E
(24,36,30)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #84998A

#84998A
(132,153,138)
#8FA294
(143,162,148)
#9AAB9E
(154,171,158)
#A5B4A8
(165,180,168)
#B0BDB2
(176,189,178)
#BBC6BC
(187,198,188)
#C6CFC6
(198,207,198)
#D1D8D0
(209,216,208)
#DCE1DA
(220,225,218)
#E7EAE4
(231,234,228)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84998A; }

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

This text font color is #84998A.

Background Color

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

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

This div background color is #84998A.

Border color

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

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

This div border color is #84998A.

Opacity

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

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

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

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

This text has shadow with #84998A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84998A.

Preview

Color preview on black background

This text has color #84998A on black background.


Color preview on white background

This text has color #84998A on white background.


Black color preview on #84998A background

This text has black color on #84998A background.


White color preview on #84998A background

This text has white color on #84998A background.


Related colors

Complementary color

Complementary color for #hex is #7B6675.


I love getcolorcode.com

Triadic colors

1 #8A8499 and #998A84 with #84998A are triadic colors.

2 #8A9984 and #99848A with #84998A are triadic colors.