COLOR #84A981

HEX: #84A981
RGB: (132,169,129)

Color info

#84A981 contains red, green and blue colors in about the same proportion. Web safe color of #84A981 is #999999 (or #999).

RGB color model

#84A981 color RGB value is (132,169,129).

  • red value is 132;
  • green value is 169;
  • blue value is 129.
RGB:
(132,169,129)
(52%,66%,51%)

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 129 of 255 = 51%

132
169
129

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

Portions of RGB colors in percentages

R + G + B =
132 + 169 + 129 = 430 (100%)
R 132 of 430 ~ 30.7%
G 169 of 430 ~ 39.3%
B 129 of 430 ~ 30%

%30.7
%39.3
%30

CMYK color model

#84A981 color CMYK value is (22,0,24,34).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 33.73%
CMYK:
(22,0,24,34)
C22M0Y24K34 
(22%,0%,24%,34%)
(0.22/0.00/0.24/0.34)	

CMYK percentages

%21.89
%0
%23.67
%33.73

Codes

Color #84A981 in popluar color models

84A981
RGB132169129
HSL116°18.87%58.43%
HSB/HSV116°23.67%66.27%
CMYK21.89%0.00%23.67%
33.73%

Color #84A981 in popluar number systems.

HEX84A981
Decimal132169129
Binary100001001010100110000001
Octal204251201

Shades and tints

Shades of #84A981

#84A981
(132,169,129)
#789A76
(120,154,118)
#6C8B6B
(108,139,107)
#607C60
(96,124,96)
#546D55
(84,109,85)
#485E4A
(72,94,74)
#3C4F3F
(60,79,63)
#304034
(48,64,52)
#243129
(36,49,41)
#18221E
(24,34,30)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #84A981

#84A981
(132,169,129)
#8FB08C
(143,176,140)
#9AB797
(154,183,151)
#A5BEA2
(165,190,162)
#B0C5AD
(176,197,173)
#BBCCB8
(187,204,184)
#C6D3C3
(198,211,195)
#D1DACE
(209,218,206)
#DCE1D9
(220,225,217)
#E7E8E4
(231,232,228)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A981; }

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

This text font color is #84A981.


Background Color

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

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

This div background color is #84A981.


Border color

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

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

This div border color is #84A981.


Opacity

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

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

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

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

This text has shadow with #84A981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A981 on black background.


Color preview on white background

This text has color #84A981 on white background.



Black color preview on #84A981 background

This text has black color on #84A981 background.


White color preview on #84A981 background

This text has white color on #84A981 background.