COLOR #80A23D

HEX: #80A23D
RGB: (128,162,61)

Color info

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

RGB color model

#80A23D color RGB value is (128,162,61).

  • red value is 128;
  • green value is 162;
  • blue value is 61.
RGB:
(128,162,61)
(50%,64%,24%)

RGB channels and saturation

R 128 of 255 = 50%
G 162 of 255 = 64%
B 61 of 255 = 24%

128
162
61

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

Portions of RGB colors in percentages

R + G + B =
128 + 162 + 61 = 351 (100%)
R 128 of 351 ~ 36.47%
G 162 of 351 ~ 46.15%
B 61 of 351 ~ 17.38%

%36.47
%46.15
%17.38

CMYK color model

#80A23D color CMYK value is (21,0,62,36).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 62.35%
  • key color value is 36.47%
CMYK:
(21,0,62,36)
C21M0Y62K36 
(21%,0%,62%,36%)
(0.21/0.00/0.62/0.36)	

CMYK percentages

%20.99
%0
%62.35
%36.47

Codes

Color #80A23D in popluar color models

80A23D
RGB12816261
HSL80°45.29%43.73%
HSB/HSV80°62.35%63.53%
CMYK20.99%0.00%62.35%
36.47%

Color #80A23D in popluar number systems.

HEX80A23D
Decimal12816261
Binary1000000010100010111101
Octal20024275

Shades and tints

Shades of #80A23D

#80A23D
(128,162,61)
#759438
(117,148,56)
#6A8633
(106,134,51)
#5F782E
(95,120,46)
#546A29
(84,106,41)
#495C24
(73,92,36)
#3E4E1F
(62,78,31)
#33401A
(51,64,26)
#283215
(40,50,21)
#1D2410
(29,36,16)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #80A23D

#80A23D
(128,162,61)
#8BAA4E
(139,170,78)
#96B25F
(150,178,95)
#A1BA70
(161,186,112)
#ACC281
(172,194,129)
#B7CA92
(183,202,146)
#C2D2A3
(194,210,163)
#CDDAB4
(205,218,180)
#D8E2C5
(216,226,197)
#E3EAD6
(227,234,214)
#EEF2E7
(238,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A23D color. Also use rgb(128,162,61) instead hex code.

Text Font Color

.myTextColor { color: #80A23D; }

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

This text font color is #80A23D.


Background Color

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

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

This div background color is #80A23D.


Border color

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

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

This div border color is #80A23D.


Opacity

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

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

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

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

This text has shadow with #80A23D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A23D on black background.


Color preview on white background

This text has color #80A23D on white background.



Black color preview on #80A23D background

This text has black color on #80A23D background.


White color preview on #80A23D background

This text has white color on #80A23D background.