COLOR #84A23A

HEX: #84A23A
RGB: (132,162,58)

Color info

#84A23A contains mainly red and green colors. Web safe color of #84A23A is #999933 (or #993).

RGB color model

#84A23A color RGB value is (132,162,58).

  • red value is 132;
  • green value is 162;
  • blue value is 58.
RGB:
(132,162,58)
(52%,64%,23%)

RGB channels and saturation

R 132 of 255 = 52%
G 162 of 255 = 64%
B 58 of 255 = 23%

132
162
58

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

Portions of RGB colors in percentages

R + G + B =
132 + 162 + 58 = 352 (100%)
R 132 of 352 ~ 37.5%
G 162 of 352 ~ 46.02%
B 58 of 352 ~ 16.48%

%37.5
%46.02
%16.48

CMYK color model

#84A23A color CMYK value is (19,0,64,36).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 64.20%
  • key color value is 36.47%
CMYK:
(19,0,64,36)
C19M0Y64K36 
(19%,0%,64%,36%)
(0.19/0.00/0.64/0.36)	

CMYK percentages

%18.52
%0
%64.2
%36.47

Codes

Color #84A23A in popluar color models

84A23A
RGB13216258
HSL77°47.27%43.14%
HSB/HSV77°64.20%63.53%
CMYK18.52%0.00%64.20%
36.47%

Color #84A23A in popluar number systems.

HEX84A23A
Decimal13216258
Binary1000010010100010111010
Octal20424272

Shades and tints

Shades of #84A23A

#84A23A
(132,162,58)
#789435
(120,148,53)
#6C8630
(108,134,48)
#60782B
(96,120,43)
#546A26
(84,106,38)
#485C21
(72,92,33)
#3C4E1C
(60,78,28)
#304017
(48,64,23)
#243212
(36,50,18)
#18240D
(24,36,13)
#0C1608
(12,22,8)
#000000
(0,0,0)

Tints of #84A23A

#84A23A
(132,162,58)
#8FAA4B
(143,170,75)
#9AB25C
(154,178,92)
#A5BA6D
(165,186,109)
#B0C27E
(176,194,126)
#BBCA8F
(187,202,143)
#C6D2A0
(198,210,160)
#D1DAB1
(209,218,177)
#DCE2C2
(220,226,194)
#E7EAD3
(231,234,211)
#F2F2E4
(242,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A23A color. Also use rgb(132,162,58) instead hex code.

Text Font Color

.myTextColor { color: #84A23A; }

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

This text font color is #84A23A.


Background Color

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

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

This div background color is #84A23A.


Border color

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

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

This div border color is #84A23A.


Opacity

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

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

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

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

This text has shadow with #84A23A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A23A on black background.


Color preview on white background

This text has color #84A23A on white background.



Black color preview on #84A23A background

This text has black color on #84A23A background.


White color preview on #84A23A background

This text has white color on #84A23A background.