COLOR #84AC71

HEX: #84AC71
RGB: (132,172,113)

Color info

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

RGB color model

#84AC71 color RGB value is (132,172,113).

  • red value is 132;
  • green value is 172;
  • blue value is 113.
RGB:
(132,172,113)
(52%,67%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 172 of 255 = 67%
B 113 of 255 = 44%

132
172
113

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

Portions of RGB colors in percentages

R + G + B =
132 + 172 + 113 = 417 (100%)
R 132 of 417 ~ 31.65%
G 172 of 417 ~ 41.25%
B 113 of 417 ~ 27.1%

%31.65
%41.25
%27.1

CMYK color model

#84AC71 color CMYK value is (23,0,34,33).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 34.30%
  • key color value is 32.55%
CMYK:
(23,0,34,33)
C23M0Y34K33 
(23%,0%,34%,33%)
(0.23/0.00/0.34/0.33)	

CMYK percentages

%23.26
%0
%34.3
%32.55

Codes

Color #84AC71 in popluar color models

84AC71
RGB132172113
HSL101°26.22%55.88%
HSB/HSV101°34.30%67.45%
CMYK23.26%0.00%34.30%
32.55%

Color #84AC71 in popluar number systems.

HEX84AC71
Decimal132172113
Binary10000100101011001110001
Octal204254161

Shades and tints

Shades of #84AC71

#84AC71
(132,172,113)
#789D67
(120,157,103)
#6C8E5D
(108,142,93)
#607F53
(96,127,83)
#547049
(84,112,73)
#48613F
(72,97,63)
#3C5235
(60,82,53)
#30432B
(48,67,43)
#243421
(36,52,33)
#182517
(24,37,23)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #84AC71

#84AC71
(132,172,113)
#8FB37D
(143,179,125)
#9ABA89
(154,186,137)
#A5C195
(165,193,149)
#B0C8A1
(176,200,161)
#BBCFAD
(187,207,173)
#C6D6B9
(198,214,185)
#D1DDC5
(209,221,197)
#DCE4D1
(220,228,209)
#E7EBDD
(231,235,221)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AC71; }

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

This text font color is #84AC71.


Background Color

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

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

This div background color is #84AC71.


Border color

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

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

This div border color is #84AC71.


Opacity

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

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

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

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

This text has shadow with #84AC71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AC71 on black background.


Color preview on white background

This text has color #84AC71 on white background.



Black color preview on #84AC71 background

This text has black color on #84AC71 background.


White color preview on #84AC71 background

This text has white color on #84AC71 background.