COLOR #84AA58

HEX: #84AA58
RGB: (132,170,88)

Color info

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

RGB color model

#84AA58 color RGB value is (132,170,88).

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

RGB channels and saturation

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

132
170
88

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

Portions of RGB colors in percentages

R + G + B =
132 + 170 + 88 = 390 (100%)
R 132 of 390 ~ 33.85%
G 170 of 390 ~ 43.59%
B 88 of 390 ~ 22.56%

%33.85
%43.59
%22.56

CMYK color model

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

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 48.24%
  • 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
%48.24
%33.33

Codes

Color #84AA58 in popluar color models

84AA58
RGB13217088
HSL88°32.54%50.59%
HSB/HSV88°48.24%66.67%
CMYK22.35%0.00%48.24%
33.33%

Color #84AA58 in popluar number systems.

HEX84AA58
Decimal13217088
Binary10000100101010101011000
Octal204252130

Shades and tints

Shades of #84AA58

#84AA58
(132,170,88)
#789B50
(120,155,80)
#6C8C48
(108,140,72)
#607D40
(96,125,64)
#546E38
(84,110,56)
#485F30
(72,95,48)
#3C5028
(60,80,40)
#304120
(48,65,32)
#243218
(36,50,24)
#182310
(24,35,16)
#0C1408
(12,20,8)
#000000
(0,0,0)

Tints of #84AA58

#84AA58
(132,170,88)
#8FB167
(143,177,103)
#9AB876
(154,184,118)
#A5BF85
(165,191,133)
#B0C694
(176,198,148)
#BBCDA3
(187,205,163)
#C6D4B2
(198,212,178)
#D1DBC1
(209,219,193)
#DCE2D0
(220,226,208)
#E7E9DF
(231,233,223)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AA58; }

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

This text font color is #84AA58.


Background Color

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

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

This div background color is #84AA58.


Border color

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

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

This div border color is #84AA58.


Opacity

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

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

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

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

This text has shadow with #84AA58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AA58 on black background.


Color preview on white background

This text has color #84AA58 on white background.



Black color preview on #84AA58 background

This text has black color on #84AA58 background.


White color preview on #84AA58 background

This text has white color on #84AA58 background.