COLOR #84AD71

HEX: #84AD71 RGB: (132,173,113)

Color info

#84AD71 contains mainly red and green colors. Web safe color of #84AD71 is #999966 (or #996).

RGB color model

#84AD71 color RGB value is (132,173,113).

RGB: (132,173,113) (52%, 68%, 44%)

RGB channels and saturation

R 132 of 255 = 52%
G 173 of 255 = 68%
B 113 of 255 = 44%

132
173
113

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

Portions of RGB colors in percentages

R + G + B = 132 + 173 + 113 = 418 (100%)
R 132 of 418 ~ 31.58%
G 173 of 418 ~ 41.39%
B 113 of 418 ~ 27.03'%

%31.58
%41.39
%27.03

CMYK color model

#84AD71 color CMYK value is (24,0,35,32).

  • cyan value is 23.70%
  • magenta value is 0.00%
  • yellow value is 34.68%
  • key color value is 32.16%

CMYK: (24,0,35,32)
C24M0Y35K32 (24%, 0%, 35%, 32%)
(0.24 / 0.00 / 0.35 / 0.32)

CMYK percentages

%23.7
%0
%34.68
%32.16

Codes

Color #84AD71 in popluar color models

84 AD 71
RGB 132 173 113
HSL 101° 26.79% 56.08%
HSB/HSV 101° 34.68% 67.84%
CMYK 23.70% 0.00% 34.68%
32.16%

Color #84AD71 in popluar number systems.

HEX 84 AD 71
Decimal 132 173 113
Binary 10000100 10101101 1110001
Octal 204 255 161

Shades and tints

Shades of #84AD71

#84AD71
(132,173,113)
#789E67
(120,158,103)
#6C8F5D
(108,143,93)
#608053
(96,128,83)
#547149
(84,113,73)
#48623F
(72,98,63)
#3C5335
(60,83,53)
#30442B
(48,68,43)
#243521
(36,53,33)
#182617
(24,38,23)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #84AD71

#84AD71
(132,173,113)
#8FB47D
(143,180,125)
#9ABB89
(154,187,137)
#A5C295
(165,194,149)
#B0C9A1
(176,201,161)
#BBD0AD
(187,208,173)
#C6D7B9
(198,215,185)
#D1DEC5
(209,222,197)
#DCE5D1
(220,229,209)
#E7ECDD
(231,236,221)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AD71; }

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

This text font color is #84AD71.

Background Color

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

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

This div background color is #84AD71.

Border color

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

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

This div border color is #84AD71.

Opacity

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

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

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

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

This text has shadow with #84AD71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AD71.

Preview

Color preview on black background

This text has color #84AD71 on black background.


Color preview on white background

This text has color #84AD71 on white background.


Black color preview on #84AD71 background

This text has black color on #84AD71 background.


White color preview on #84AD71 background

This text has white color on #84AD71 background.


Related colors

Complementary color

Complementary color for #hex is #7B528E.


I love getcolorcode.com

Triadic colors

1 #7184AD and #AD7184 with #84AD71 are triadic colors.

2 #71AD84 and #AD8471 with #84AD71 are triadic colors.