COLOR #84AE73

HEX: #84AE73
RGB: (132,174,115)

Color info

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

RGB color model

#84AE73 color RGB value is (132,174,115).

  • red value is 132;
  • green value is 174;
  • blue value is 115.
RGB:
(132,174,115)
(52%,68%,45%)

RGB channels and saturation

R 132 of 255 = 52%
G 174 of 255 = 68%
B 115 of 255 = 45%

132
174
115

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

Portions of RGB colors in percentages

R + G + B =
132 + 174 + 115 = 421 (100%)
R 132 of 421 ~ 31.35%
G 174 of 421 ~ 41.33%
B 115 of 421 ~ 27.32%

%31.35
%41.33
%27.32

CMYK color model

#84AE73 color CMYK value is (24,0,34,32).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 31.76%
CMYK:
(24,0,34,32)
C24M0Y34K32 
(24%,0%,34%,32%)
(0.24/0.00/0.34/0.32)	

CMYK percentages

%24.14
%0
%33.91
%31.76

Codes

Color #84AE73 in popluar color models

84AE73
RGB132174115
HSL103°26.70%56.67%
HSB/HSV103°33.91%68.24%
CMYK24.14%0.00%33.91%
31.76%

Color #84AE73 in popluar number systems.

HEX84AE73
Decimal132174115
Binary10000100101011101110011
Octal204256163

Shades and tints

Shades of #84AE73

#84AE73
(132,174,115)
#789F69
(120,159,105)
#6C905F
(108,144,95)
#608155
(96,129,85)
#54724B
(84,114,75)
#486341
(72,99,65)
#3C5437
(60,84,55)
#30452D
(48,69,45)
#243623
(36,54,35)
#182719
(24,39,25)
#0C180F
(12,24,15)
#000000
(0,0,0)

Tints of #84AE73

#84AE73
(132,174,115)
#8FB57F
(143,181,127)
#9ABC8B
(154,188,139)
#A5C397
(165,195,151)
#B0CAA3
(176,202,163)
#BBD1AF
(187,209,175)
#C6D8BB
(198,216,187)
#D1DFC7
(209,223,199)
#DCE6D3
(220,230,211)
#E7EDDF
(231,237,223)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AE73 color. Also use rgb(132,174,115) instead hex code.

Text Font Color

.myTextColor { color: #84AE73; }

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

This text font color is #84AE73.


Background Color

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

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

This div background color is #84AE73.


Border color

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

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

This div border color is #84AE73.


Opacity

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

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

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

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

This text has shadow with #84AE73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AE73 on black background.


Color preview on white background

This text has color #84AE73 on white background.



Black color preview on #84AE73 background

This text has black color on #84AE73 background.


White color preview on #84AE73 background

This text has white color on #84AE73 background.