COLOR #84AC77

HEX: #84AC77
RGB: (132,172,119)

Color info

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

RGB color model

#84AC77 color RGB value is (132,172,119).

  • red value is 132;
  • green value is 172;
  • blue value is 119.
RGB:
(132,172,119)
(52%,67%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 172 of 255 = 67%
B 119 of 255 = 47%

132
172
119

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

Portions of RGB colors in percentages

R + G + B =
132 + 172 + 119 = 423 (100%)
R 132 of 423 ~ 31.21%
G 172 of 423 ~ 40.66%
B 119 of 423 ~ 28.13%

%31.21
%40.66
%28.13

CMYK color model

#84AC77 color CMYK value is (23,0,31,33).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 30.81%
  • key color value is 32.55%
CMYK:
(23,0,31,33)
C23M0Y31K33 
(23%,0%,31%,33%)
(0.23/0.00/0.31/0.33)	

CMYK percentages

%23.26
%0
%30.81
%32.55

Codes

Color #84AC77 in popluar color models

84AC77
RGB132172119
HSL105°24.20%57.06%
HSB/HSV105°30.81%67.45%
CMYK23.26%0.00%30.81%
32.55%

Color #84AC77 in popluar number systems.

HEX84AC77
Decimal132172119
Binary10000100101011001110111
Octal204254167

Shades and tints

Shades of #84AC77

#84AC77
(132,172,119)
#789D6D
(120,157,109)
#6C8E63
(108,142,99)
#607F59
(96,127,89)
#54704F
(84,112,79)
#486145
(72,97,69)
#3C523B
(60,82,59)
#304331
(48,67,49)
#243427
(36,52,39)
#18251D
(24,37,29)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #84AC77

#84AC77
(132,172,119)
#8FB383
(143,179,131)
#9ABA8F
(154,186,143)
#A5C19B
(165,193,155)
#B0C8A7
(176,200,167)
#BBCFB3
(187,207,179)
#C6D6BF
(198,214,191)
#D1DDCB
(209,221,203)
#DCE4D7
(220,228,215)
#E7EBE3
(231,235,227)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AC77 color. Also use rgb(132,172,119) instead hex code.

Text Font Color

.myTextColor { color: #84AC77; }

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

This text font color is #84AC77.


Background Color

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

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

This div background color is #84AC77.


Border color

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

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

This div border color is #84AC77.


Opacity

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

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

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

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

This text has shadow with #84AC77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AC77 on black background.


Color preview on white background

This text has color #84AC77 on white background.



Black color preview on #84AC77 background

This text has black color on #84AC77 background.


White color preview on #84AC77 background

This text has white color on #84AC77 background.