COLOR #84A871

HEX: #84A871 RGB: (132,168,113)

Color info

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

RGB color model

#84A871 color RGB value is (132,168,113).

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

RGB channels and saturation

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

132
168
113

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

Portions of RGB colors in percentages

R + G + B = 132 + 168 + 113 = 413 (100%)
R 132 of 413 ~ 31.96%
G 168 of 413 ~ 40.68%
B 113 of 413 ~ 27.36'%

%31.96
%40.68
%27.36

CMYK color model

#84A871 color CMYK value is (21,0,33,34).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 34.12%

CMYK: (21,0,33,34)
C21M0Y33K34 (21%, 0%, 33%, 34%)
(0.21 / 0.00 / 0.33 / 0.34)

CMYK percentages

%21.43
%0
%32.74
%34.12

Codes

Color #84A871 in popluar color models

84 A8 71
RGB 132 168 113
HSL 99° 24.02% 55.10%
HSB/HSV 99° 32.74% 65.88%
CMYK 21.43% 0.00% 32.74%
34.12%

Color #84A871 in popluar number systems.

HEX 84 A8 71
Decimal 132 168 113
Binary 10000100 10101000 1110001
Octal 204 250 161

Shades and tints

Shades of #84A871

#84A871
(132,168,113)
#789967
(120,153,103)
#6C8A5D
(108,138,93)
#607B53
(96,123,83)
#546C49
(84,108,73)
#485D3F
(72,93,63)
#3C4E35
(60,78,53)
#303F2B
(48,63,43)
#243021
(36,48,33)
#182117
(24,33,23)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #84A871

#84A871
(132,168,113)
#8FAF7D
(143,175,125)
#9AB689
(154,182,137)
#A5BD95
(165,189,149)
#B0C4A1
(176,196,161)
#BBCBAD
(187,203,173)
#C6D2B9
(198,210,185)
#D1D9C5
(209,217,197)
#DCE0D1
(220,224,209)
#E7E7DD
(231,231,221)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A871; }

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

This text font color is #84A871.

Background Color

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

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

This div background color is #84A871.

Border color

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

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

This div border color is #84A871.

Opacity

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

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

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

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

This text has shadow with #84A871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A871.

Preview

Color preview on black background

This text has color #84A871 on black background.


Color preview on white background

This text has color #84A871 on white background.


Black color preview on #84A871 background

This text has black color on #84A871 background.


White color preview on #84A871 background

This text has white color on #84A871 background.


Related colors

Complementary color

Complementary color for #hex is #7B578E.


I love getcolorcode.com

Triadic colors

1 #7184A8 and #A87184 with #84A871 are triadic colors.

2 #71A884 and #A88471 with #84A871 are triadic colors.