COLOR #80A32E

HEX: #80A32E
RGB: (128,163,46)

Color info

#80A32E contains mainly red and green colors. Web safe color of #80A32E is #669933 (or #693).

RGB color model

#80A32E color RGB value is (128,163,46).

  • red value is 128;
  • green value is 163;
  • blue value is 46.
RGB:
(128,163,46)
(50%,64%,18%)

RGB channels and saturation

R 128 of 255 = 50%
G 163 of 255 = 64%
B 46 of 255 = 18%

128
163
46

R + G + B ~ 44%. #80A32E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 163 + 46 = 337 (100%)
R 128 of 337 ~ 37.98%
G 163 of 337 ~ 48.37%
B 46 of 337 ~ 13.65%

%37.98
%48.37
%13.65

CMYK color model

#80A32E color CMYK value is (21,0,72,36).

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 71.78%
  • key color value is 36.08%
CMYK:
(21,0,72,36)
C21M0Y72K36 
(21%,0%,72%,36%)
(0.21/0.00/0.72/0.36)	

CMYK percentages

%21.47
%0
%71.78
%36.08

Codes

Color #80A32E in popluar color models

80A32E
RGB12816346
HSL78°55.98%40.98%
HSB/HSV78°71.78%63.92%
CMYK21.47%0.00%71.78%
36.08%

Color #80A32E in popluar number systems.

HEX80A32E
Decimal12816346
Binary1000000010100011101110
Octal20024356

Shades and tints

Shades of #80A32E

#80A32E
(128,163,46)
#75952A
(117,149,42)
#6A8726
(106,135,38)
#5F7922
(95,121,34)
#546B1E
(84,107,30)
#495D1A
(73,93,26)
#3E4F16
(62,79,22)
#334112
(51,65,18)
#28330E
(40,51,14)
#1D250A
(29,37,10)
#121706
(18,23,6)
#000000
(0,0,0)

Tints of #80A32E

#80A32E
(128,163,46)
#8BAB41
(139,171,65)
#96B354
(150,179,84)
#A1BB67
(161,187,103)
#ACC37A
(172,195,122)
#B7CB8D
(183,203,141)
#C2D3A0
(194,211,160)
#CDDBB3
(205,219,179)
#D8E3C6
(216,227,198)
#E3EBD9
(227,235,217)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A32E color. Also use rgb(128,163,46) instead hex code.

Text Font Color

.myTextColor { color: #80A32E; }

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

This text font color is #80A32E.


Background Color

.myBgColor { background-color: #80A32E; }

<div style="background-color:#80A32E">Inner text</div>

This div background color is #80A32E.


Border color

.myBorderColor { border: 1px solid #80A32E; }

<div style="border:3px solid #80A32E">Div</div>

This div border color is #80A32E.


Opacity

.myOpacity80 { color: #80A32E; opacity: 0.8; }

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

Text with #80A32E 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 #80A32E;}

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

This text has shadow with #80A32E color.

.textShadow {text-shadow: 3px 3px 1px #80A32E, 3px 3px 1px red;}

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

This text has shadow with #80A32E primary color and red secondary color.


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

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

This text has shadow with #80A32E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A32E on black background.


Color preview on white background

This text has color #80A32E on white background.



Black color preview on #80A32E background

This text has black color on #80A32E background.


White color preview on #80A32E background

This text has white color on #80A32E background.