COLOR #84A54F

HEX: #84A54F
RGB: (132,165,79)

Color info

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

RGB color model

#84A54F color RGB value is (132,165,79).

  • red value is 132;
  • green value is 165;
  • blue value is 79.
RGB:
(132,165,79)
(52%,65%,31%)

RGB channels and saturation

R 132 of 255 = 52%
G 165 of 255 = 65%
B 79 of 255 = 31%

132
165
79

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

Portions of RGB colors in percentages

R + G + B =
132 + 165 + 79 = 376 (100%)
R 132 of 376 ~ 35.11%
G 165 of 376 ~ 43.88%
B 79 of 376 ~ 21.01%

%35.11
%43.88
%21.01

CMYK color model

#84A54F color CMYK value is (20,0,52,35).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 52.12%
  • key color value is 35.29%
CMYK:
(20,0,52,35)
C20M0Y52K35 
(20%,0%,52%,35%)
(0.20/0.00/0.52/0.35)	

CMYK percentages

%20
%0
%52.12
%35.29

Codes

Color #84A54F in popluar color models

84A54F
RGB13216579
HSL83°35.25%47.84%
HSB/HSV83°52.12%64.71%
CMYK20.00%0.00%52.12%
35.29%

Color #84A54F in popluar number systems.

HEX84A54F
Decimal13216579
Binary10000100101001011001111
Octal204245117

Shades and tints

Shades of #84A54F

#84A54F
(132,165,79)
#789648
(120,150,72)
#6C8741
(108,135,65)
#60783A
(96,120,58)
#546933
(84,105,51)
#485A2C
(72,90,44)
#3C4B25
(60,75,37)
#303C1E
(48,60,30)
#242D17
(36,45,23)
#181E10
(24,30,16)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #84A54F

#84A54F
(132,165,79)
#8FAD5F
(143,173,95)
#9AB56F
(154,181,111)
#A5BD7F
(165,189,127)
#B0C58F
(176,197,143)
#BBCD9F
(187,205,159)
#C6D5AF
(198,213,175)
#D1DDBF
(209,221,191)
#DCE5CF
(220,229,207)
#E7EDDF
(231,237,223)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A54F color. Also use rgb(132,165,79) instead hex code.

Text Font Color

.myTextColor { color: #84A54F; }

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

This text font color is #84A54F.


Background Color

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

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

This div background color is #84A54F.


Border color

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

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

This div border color is #84A54F.


Opacity

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

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

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

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

This text has shadow with #84A54F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A54F on black background.


Color preview on white background

This text has color #84A54F on white background.



Black color preview on #84A54F background

This text has black color on #84A54F background.


White color preview on #84A54F background

This text has white color on #84A54F background.