COLOR #84997A

HEX: #84997A RGB: (132,153,122)

Color info

#84997A contains red, green and blue colors in about the same proportion. Web safe color of #84997A is #999966 (or #996).

RGB color model

#84997A color RGB value is (132,153,122).

RGB: (132,153,122) (52%, 60%, 48%)

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 122 of 255 = 48%

132
153
122

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

Portions of RGB colors in percentages

R + G + B = 132 + 153 + 122 = 407 (100%)
R 132 of 407 ~ 32.43%
G 153 of 407 ~ 37.59%
B 122 of 407 ~ 29.98'%

%32.43
%37.59
%29.98

CMYK color model

#84997A color CMYK value is (14,0,20,40).

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

CMYK: (14,0,20,40)
C14M0Y20K40 (14%, 0%, 20%, 40%)
(0.14 / 0.00 / 0.20 / 0.40)

CMYK percentages

%13.73
%0
%20.26
%40

Codes

Color #84997A in popluar color models

84 99 7A
RGB 132 153 122
HSL 101° 13.19% 53.92%
HSB/HSV 101° 20.26% 60.00%
CMYK 13.73% 0.00% 20.26%
40.00%

Color #84997A in popluar number systems.

HEX 84 99 7A
Decimal 132 153 122
Binary 10000100 10011001 1111010
Octal 204 231 172

Shades and tints

Shades of #84997A

#84997A
(132,153,122)
#788C6F
(120,140,111)
#6C7F64
(108,127,100)
#607259
(96,114,89)
#54654E
(84,101,78)
#485843
(72,88,67)
#3C4B38
(60,75,56)
#303E2D
(48,62,45)
#243122
(36,49,34)
#182417
(24,36,23)
#0C170C
(12,23,12)
#000000
(0,0,0)

Tints of #84997A

#84997A
(132,153,122)
#8FA286
(143,162,134)
#9AAB92
(154,171,146)
#A5B49E
(165,180,158)
#B0BDAA
(176,189,170)
#BBC6B6
(187,198,182)
#C6CFC2
(198,207,194)
#D1D8CE
(209,216,206)
#DCE1DA
(220,225,218)
#E7EAE6
(231,234,230)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84997A; }

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

This text font color is #84997A.

Background Color

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

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

This div background color is #84997A.

Border color

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

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

This div border color is #84997A.

Opacity

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

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

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

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

This text has shadow with #84997A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84997A.

Preview

Color preview on black background

This text has color #84997A on black background.


Color preview on white background

This text has color #84997A on white background.


Black color preview on #84997A background

This text has black color on #84997A background.


White color preview on #84997A background

This text has white color on #84997A background.


Related colors

Complementary color

Complementary color for #hex is #7B6685.


I love getcolorcode.com

Triadic colors

1 #7A8499 and #997A84 with #84997A are triadic colors.

2 #7A9984 and #99847A with #84997A are triadic colors.