COLOR #84A953

HEX: #84A953
RGB: (132,169,83)

Color info

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

RGB color model

#84A953 color RGB value is (132,169,83).

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

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 83 of 255 = 33%

132
169
83

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

Portions of RGB colors in percentages

R + G + B =
132 + 169 + 83 = 384 (100%)
R 132 of 384 ~ 34.38%
G 169 of 384 ~ 44.01%
B 83 of 384 ~ 21.61%

%34.38
%44.01
%21.61

CMYK color model

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

  • cyan value is 21.89%
  • magenta value is 0.00%
  • yellow value is 50.89%
  • key color value is 33.73%
CMYK:
(22,0,51,34)
C22M0Y51K34 
(22%,0%,51%,34%)
(0.22/0.00/0.51/0.34)	

CMYK percentages

%21.89
%0
%50.89
%33.73

Codes

Color #84A953 in popluar color models

84A953
RGB13216983
HSL86°34.13%49.41%
HSB/HSV86°50.89%66.27%
CMYK21.89%0.00%50.89%
33.73%

Color #84A953 in popluar number systems.

HEX84A953
Decimal13216983
Binary10000100101010011010011
Octal204251123

Shades and tints

Shades of #84A953

#84A953
(132,169,83)
#789A4C
(120,154,76)
#6C8B45
(108,139,69)
#607C3E
(96,124,62)
#546D37
(84,109,55)
#485E30
(72,94,48)
#3C4F29
(60,79,41)
#304022
(48,64,34)
#24311B
(36,49,27)
#182214
(24,34,20)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #84A953

#84A953
(132,169,83)
#8FB062
(143,176,98)
#9AB771
(154,183,113)
#A5BE80
(165,190,128)
#B0C58F
(176,197,143)
#BBCC9E
(187,204,158)
#C6D3AD
(198,211,173)
#D1DABC
(209,218,188)
#DCE1CB
(220,225,203)
#E7E8DA
(231,232,218)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A953; }

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

This text font color is #84A953.


Background Color

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

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

This div background color is #84A953.


Border color

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

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

This div border color is #84A953.


Opacity

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

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

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

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

This text has shadow with #84A953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A953 on black background.


Color preview on white background

This text has color #84A953 on white background.



Black color preview on #84A953 background

This text has black color on #84A953 background.


White color preview on #84A953 background

This text has white color on #84A953 background.