COLOR #80A42E

HEX: #80A42E RGB: (128,164,46)

Color info

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

RGB color model

#80A42E color RGB value is (128,164,46).

RGB: (128,164,46) (50%, 64%, 18%)

RGB channels and saturation

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

128
164
46

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

Portions of RGB colors in percentages

R + G + B = 128 + 164 + 46 = 338 (100%)
R 128 of 338 ~ 37.87%
G 164 of 338 ~ 48.52%
B 46 of 338 ~ 13.61'%

%37.87
%48.52
%13.61

CMYK color model

#80A42E color CMYK value is (22,0,72,36).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 71.95%
  • key color value is 35.69%

CMYK: (22,0,72,36)
C22M0Y72K36 (22%, 0%, 72%, 36%)
(0.22 / 0.00 / 0.72 / 0.36)

CMYK percentages

%21.95
%0
%71.95
%35.69

Codes

Color #80A42E in popluar color models

80 A4 2E
RGB 128 164 46
HSL 78° 56.19% 41.18%
HSB/HSV 78° 71.95% 64.31%
CMYK 21.95% 0.00% 71.95%
35.69%

Color #80A42E in popluar number systems.

HEX 80 A4 2E
Decimal 128 164 46
Binary 10000000 10100100 101110
Octal 200 244 56

Shades and tints

Shades of #80A42E

#80A42E
(128,164,46)
#75962A
(117,150,42)
#6A8826
(106,136,38)
#5F7A22
(95,122,34)
#546C1E
(84,108,30)
#495E1A
(73,94,26)
#3E5016
(62,80,22)
#334212
(51,66,18)
#28340E
(40,52,14)
#1D260A
(29,38,10)
#121806
(18,24,6)
#000000
(0,0,0)

Tints of #80A42E

#80A42E
(128,164,46)
#8BAC41
(139,172,65)
#96B454
(150,180,84)
#A1BC67
(161,188,103)
#ACC47A
(172,196,122)
#B7CC8D
(183,204,141)
#C2D4A0
(194,212,160)
#CDDCB3
(205,220,179)
#D8E4C6
(216,228,198)
#E3ECD9
(227,236,217)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A42E; }

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

This text font color is #80A42E.

Background Color

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

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

This div background color is #80A42E.

Border color

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

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

This div border color is #80A42E.

Opacity

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

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

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

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

This text has shadow with #80A42E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A42E.

Preview

Color preview on black background

This text has color #80A42E on black background.


Color preview on white background

This text has color #80A42E on white background.


Black color preview on #80A42E background

This text has black color on #80A42E background.


White color preview on #80A42E background

This text has white color on #80A42E background.


Related colors

Complementary color

Complementary color for #hex is #7F5BD1.


I love getcolorcode.com

Triadic colors

1 #2E80A4 and #A42E80 with #80A42E are triadic colors.

2 #2EA480 and #A4802E with #80A42E are triadic colors.