COLOR #84A572

HEX: #84A572
RGB: (132,165,114)

Color info

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

RGB color model

#84A572 color RGB value is (132,165,114).

  • red value is 132;
  • green value is 165;
  • blue value is 114.
RGB:
(132,165,114)
(52%,65%,45%)

RGB channels and saturation

R 132 of 255 = 52%
G 165 of 255 = 65%
B 114 of 255 = 45%

132
165
114

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

Portions of RGB colors in percentages

R + G + B =
132 + 165 + 114 = 411 (100%)
R 132 of 411 ~ 32.12%
G 165 of 411 ~ 40.15%
B 114 of 411 ~ 27.74%

%32.12
%40.15
%27.74

CMYK color model

#84A572 color CMYK value is (20,0,31,35).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 35.29%
CMYK:
(20,0,31,35)
C20M0Y31K35 
(20%,0%,31%,35%)
(0.20/0.00/0.31/0.35)	

CMYK percentages

%20
%0
%30.91
%35.29

Codes

Color #84A572 in popluar color models

84A572
RGB132165114
HSL99°22.08%54.71%
HSB/HSV99°30.91%64.71%
CMYK20.00%0.00%30.91%
35.29%

Color #84A572 in popluar number systems.

HEX84A572
Decimal132165114
Binary10000100101001011110010
Octal204245162

Shades and tints

Shades of #84A572

#84A572
(132,165,114)
#789668
(120,150,104)
#6C875E
(108,135,94)
#607854
(96,120,84)
#54694A
(84,105,74)
#485A40
(72,90,64)
#3C4B36
(60,75,54)
#303C2C
(48,60,44)
#242D22
(36,45,34)
#181E18
(24,30,24)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #84A572

#84A572
(132,165,114)
#8FAD7E
(143,173,126)
#9AB58A
(154,181,138)
#A5BD96
(165,189,150)
#B0C5A2
(176,197,162)
#BBCDAE
(187,205,174)
#C6D5BA
(198,213,186)
#D1DDC6
(209,221,198)
#DCE5D2
(220,229,210)
#E7EDDE
(231,237,222)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A572 color. Also use rgb(132,165,114) instead hex code.

Text Font Color

.myTextColor { color: #84A572; }

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

This text font color is #84A572.


Background Color

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

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

This div background color is #84A572.


Border color

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

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

This div border color is #84A572.


Opacity

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

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

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

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

This text has shadow with #84A572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A572 on black background.


Color preview on white background

This text has color #84A572 on white background.



Black color preview on #84A572 background

This text has black color on #84A572 background.


White color preview on #84A572 background

This text has white color on #84A572 background.