COLOR #84A971

HEX: #84A971 RGB: (132,169,113)

Color info

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

RGB color model

#84A971 color RGB value is (132,169,113).

RGB: (132,169,113) (52%, 66%, 44%)

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 113 of 255 = 44%

132
169
113

R + G + B ~ 54%. #84A971 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 169 + 113 = 414 (100%)
R 132 of 414 ~ 31.88%
G 169 of 414 ~ 40.82%
B 113 of 414 ~ 27.29'%

%31.88
%40.82
%27.29

CMYK color model

#84A971 color CMYK value is (22,0,33,34).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 33.14%
  • key color value is 33.73%
CMYK: (22,0,33,34) C22M0Y33K34 (22%,0%,33%,34%) (0.22/0.00/0.33/0.34) 

CMYK percentages

%21.89
%0
%33.14
%33.73

Codes

Color #84A971 in popluar color models

84 A9 71
RGB 132 169 113
HSL 100° 24.56% 55.29%
HSB/HSV 100° 33.14% 66.27%
CMYK 21.89% 0.00% 33.14%
33.73%

Color #84A971 in popluar number systems.

HEX 84 A9 71
Decimal 132 169 113
Binary 10000100 10101001 1110001
Octal 204 251 161

Shades and tints

Shades of #84A971

#84A971
(132,169,113)
#789A67
(120,154,103)
#6C8B5D
(108,139,93)
#607C53
(96,124,83)
#546D49
(84,109,73)
#485E3F
(72,94,63)
#3C4F35
(60,79,53)
#30402B
(48,64,43)
#243121
(36,49,33)
#182217
(24,34,23)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #84A971

#84A971
(132,169,113)
#8FB07D
(143,176,125)
#9AB789
(154,183,137)
#A5BE95
(165,190,149)
#B0C5A1
(176,197,161)
#BBCCAD
(187,204,173)
#C6D3B9
(198,211,185)
#D1DAC5
(209,218,197)
#DCE1D1
(220,225,209)
#E7E8DD
(231,232,221)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A971 color. Also use rgb(132,169,113) instead hex code.

Text Font Color

.myTextColor { color: #84A971; }

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

This text font color is #84A971.

Background Color

.myBgColor { background-color: #84A971; }

<div style="background-color:#84A971">Inner text</div>

This div background color is #84A971.

Border color

.myBorderColor { border: 1px solid #84A971; }

<div style="border:3px solid #84A971">Div</div>

This div border color is #84A971.

Opacity

.myOpacity80 { color: #84A971; opacity: 0.8; }

<p style="color:#84A971;opacity:0.8;">80%</p>

Text with #84A971 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 #84A971;}

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

This text has shadow with #84A971 color.


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

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

This text has shadow with #84A971 primary color and red secondary color.


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

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

This text has shadow with #84A971 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84A971.

Preview

Color preview on black background

This text has color #84A971 on black background.


Color preview on white background

This text has color #84A971 on white background.


Black color preview on #84A971 background

This text has black color on #84A971 background.


White color preview on #84A971 background

This text has white color on #84A971 background.


Related colors

Complementary color

Complementary color for #hex is #7B568E.


I love getcolorcode.com

Triadic colors

1 #7184A9 and #A97184 with #84A971 are triadic colors.

2 #71A984 and #A98471 with #84A971 are triadic colors.