COLOR #84A96F

HEX: #84A96F
RGB: (132,169,111)

Color info

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

RGB color model

#84A96F color RGB value is (132,169,111).

  • red value is 132;
  • green value is 169;
  • blue value is 111.
RGB:
(132,169,111)
(52%,66%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 111 of 255 = 44%

132
169
111

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

Portions of RGB colors in percentages

R + G + B =
132 + 169 + 111 = 412 (100%)
R 132 of 412 ~ 32.04%
G 169 of 412 ~ 41.02%
B 111 of 412 ~ 26.94%

%32.04
%41.02
%26.94

CMYK color model

#84A96F color CMYK value is (22,0,34,34).

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 34.32%
  • key color value is 33.73%
CMYK:
(22,0,34,34)
C22M0Y34K34 
(22%,0%,34%,34%)
(0.22/0.00/0.34/0.34)	

CMYK percentages

%21.89
%0
%34.32
%33.73

Codes

Color #84A96F in popluar color models

84A96F
RGB132169111
HSL98°25.22%54.90%
HSB/HSV98°34.32%66.27%
CMYK21.89%0.00%34.32%
33.73%

Color #84A96F in popluar number systems.

HEX84A96F
Decimal132169111
Binary10000100101010011101111
Octal204251157

Shades and tints

Shades of #84A96F

#84A96F
(132,169,111)
#789A65
(120,154,101)
#6C8B5B
(108,139,91)
#607C51
(96,124,81)
#546D47
(84,109,71)
#485E3D
(72,94,61)
#3C4F33
(60,79,51)
#304029
(48,64,41)
#24311F
(36,49,31)
#182215
(24,34,21)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #84A96F

#84A96F
(132,169,111)
#8FB07C
(143,176,124)
#9AB789
(154,183,137)
#A5BE96
(165,190,150)
#B0C5A3
(176,197,163)
#BBCCB0
(187,204,176)
#C6D3BD
(198,211,189)
#D1DACA
(209,218,202)
#DCE1D7
(220,225,215)
#E7E8E4
(231,232,228)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A96F color. Also use rgb(132,169,111) instead hex code.

Text Font Color

.myTextColor { color: #84A96F; }

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

This text font color is #84A96F.


Background Color

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

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

This div background color is #84A96F.


Border color

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

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

This div border color is #84A96F.


Opacity

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

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

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

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

This text has shadow with #84A96F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A96F on black background.


Color preview on white background

This text has color #84A96F on white background.



Black color preview on #84A96F background

This text has black color on #84A96F background.


White color preview on #84A96F background

This text has white color on #84A96F background.