COLOR #84AA59

HEX: #84AA59
RGB: (132,170,89)

Color info

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

RGB color model

#84AA59 color RGB value is (132,170,89).

  • red value is 132;
  • green value is 170;
  • blue value is 89.
RGB:
(132,170,89)
(52%,67%,35%)

RGB channels and saturation

R 132 of 255 = 52%
G 170 of 255 = 67%
B 89 of 255 = 35%

132
170
89

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

Portions of RGB colors in percentages

R + G + B =
132 + 170 + 89 = 391 (100%)
R 132 of 391 ~ 33.76%
G 170 of 391 ~ 43.48%
B 89 of 391 ~ 22.76%

%33.76
%43.48
%22.76

CMYK color model

#84AA59 color CMYK value is (22,0,48,33).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 47.65%
  • key color value is 33.33%
CMYK:
(22,0,48,33)
C22M0Y48K33 
(22%,0%,48%,33%)
(0.22/0.00/0.48/0.33)	

CMYK percentages

%22.35
%0
%47.65
%33.33

Codes

Color #84AA59 in popluar color models

84AA59
RGB13217089
HSL88°32.27%50.78%
HSB/HSV88°47.65%66.67%
CMYK22.35%0.00%47.65%
33.33%

Color #84AA59 in popluar number systems.

HEX84AA59
Decimal13217089
Binary10000100101010101011001
Octal204252131

Shades and tints

Shades of #84AA59

#84AA59
(132,170,89)
#789B51
(120,155,81)
#6C8C49
(108,140,73)
#607D41
(96,125,65)
#546E39
(84,110,57)
#485F31
(72,95,49)
#3C5029
(60,80,41)
#304121
(48,65,33)
#243219
(36,50,25)
#182311
(24,35,17)
#0C1409
(12,20,9)
#000000
(0,0,0)

Tints of #84AA59

#84AA59
(132,170,89)
#8FB168
(143,177,104)
#9AB877
(154,184,119)
#A5BF86
(165,191,134)
#B0C695
(176,198,149)
#BBCDA4
(187,205,164)
#C6D4B3
(198,212,179)
#D1DBC2
(209,219,194)
#DCE2D1
(220,226,209)
#E7E9E0
(231,233,224)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AA59 color. Also use rgb(132,170,89) instead hex code.

Text Font Color

.myTextColor { color: #84AA59; }

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

This text font color is #84AA59.


Background Color

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

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

This div background color is #84AA59.


Border color

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

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

This div border color is #84AA59.


Opacity

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

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

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

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

This text has shadow with #84AA59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AA59 on black background.


Color preview on white background

This text has color #84AA59 on white background.



Black color preview on #84AA59 background

This text has black color on #84AA59 background.


White color preview on #84AA59 background

This text has white color on #84AA59 background.