COLOR #80A02D

HEX: #80A02D
RGB: (128,160,45)

Color info

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

RGB color model

#80A02D color RGB value is (128,160,45).

  • red value is 128;
  • green value is 160;
  • blue value is 45.
RGB:
(128,160,45)
(50%,63%,18%)

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 45 of 255 = 18%

128
160
45

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

Portions of RGB colors in percentages

R + G + B =
128 + 160 + 45 = 333 (100%)
R 128 of 333 ~ 38.44%
G 160 of 333 ~ 48.05%
B 45 of 333 ~ 13.51%

%38.44
%48.05
%13.51

CMYK color model

#80A02D color CMYK value is (20,0,72,37).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 71.88%
  • key color value is 37.25%
CMYK:
(20,0,72,37)
C20M0Y72K37 
(20%,0%,72%,37%)
(0.20/0.00/0.72/0.37)	

CMYK percentages

%20
%0
%71.88
%37.25

Codes

Color #80A02D in popluar color models

80A02D
RGB12816045
HSL77°56.10%40.20%
HSB/HSV77°71.88%62.75%
CMYK20.00%0.00%71.88%
37.25%

Color #80A02D in popluar number systems.

HEX80A02D
Decimal12816045
Binary1000000010100000101101
Octal20024055

Shades and tints

Shades of #80A02D

#80A02D
(128,160,45)
#759229
(117,146,41)
#6A8425
(106,132,37)
#5F7621
(95,118,33)
#54681D
(84,104,29)
#495A19
(73,90,25)
#3E4C15
(62,76,21)
#333E11
(51,62,17)
#28300D
(40,48,13)
#1D2209
(29,34,9)
#121405
(18,20,5)
#000000
(0,0,0)

Tints of #80A02D

#80A02D
(128,160,45)
#8BA840
(139,168,64)
#96B053
(150,176,83)
#A1B866
(161,184,102)
#ACC079
(172,192,121)
#B7C88C
(183,200,140)
#C2D09F
(194,208,159)
#CDD8B2
(205,216,178)
#D8E0C5
(216,224,197)
#E3E8D8
(227,232,216)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A02D color. Also use rgb(128,160,45) instead hex code.

Text Font Color

.myTextColor { color: #80A02D; }

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

This text font color is #80A02D.


Background Color

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

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

This div background color is #80A02D.


Border color

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

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

This div border color is #80A02D.


Opacity

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

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

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

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

This text has shadow with #80A02D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A02D on black background.


Color preview on white background

This text has color #80A02D on white background.



Black color preview on #80A02D background

This text has black color on #80A02D background.


White color preview on #80A02D background

This text has white color on #80A02D background.