COLOR #80A44C

HEX: #80A44C
RGB: (128,164,76)

Color info

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

RGB color model

#80A44C color RGB value is (128,164,76).

  • red value is 128;
  • green value is 164;
  • blue value is 76.
RGB:
(128,164,76)
(50%,64%,30%)

RGB channels and saturation

R 128 of 255 = 50%
G 164 of 255 = 64%
B 76 of 255 = 30%

128
164
76

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

Portions of RGB colors in percentages

R + G + B =
128 + 164 + 76 = 368 (100%)
R 128 of 368 ~ 34.78%
G 164 of 368 ~ 44.57%
B 76 of 368 ~ 20.65%

%34.78
%44.57
%20.65

CMYK color model

#80A44C color CMYK value is (22,0,54,36).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 53.66%
  • key color value is 35.69%
CMYK:
(22,0,54,36)
C22M0Y54K36 
(22%,0%,54%,36%)
(0.22/0.00/0.54/0.36)	

CMYK percentages

%21.95
%0
%53.66
%35.69

Codes

Color #80A44C in popluar color models

80A44C
RGB12816476
HSL85°36.67%47.06%
HSB/HSV85°53.66%64.31%
CMYK21.95%0.00%53.66%
35.69%

Color #80A44C in popluar number systems.

HEX80A44C
Decimal12816476
Binary10000000101001001001100
Octal200244114

Shades and tints

Shades of #80A44C

#80A44C
(128,164,76)
#759646
(117,150,70)
#6A8840
(106,136,64)
#5F7A3A
(95,122,58)
#546C34
(84,108,52)
#495E2E
(73,94,46)
#3E5028
(62,80,40)
#334222
(51,66,34)
#28341C
(40,52,28)
#1D2616
(29,38,22)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #80A44C

#80A44C
(128,164,76)
#8BAC5C
(139,172,92)
#96B46C
(150,180,108)
#A1BC7C
(161,188,124)
#ACC48C
(172,196,140)
#B7CC9C
(183,204,156)
#C2D4AC
(194,212,172)
#CDDCBC
(205,220,188)
#D8E4CC
(216,228,204)
#E3ECDC
(227,236,220)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A44C; }

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

This text font color is #80A44C.


Background Color

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

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

This div background color is #80A44C.


Border color

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

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

This div border color is #80A44C.


Opacity

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

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

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

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

This text has shadow with #80A44C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A44C on black background.


Color preview on white background

This text has color #80A44C on white background.



Black color preview on #80A44C background

This text has black color on #80A44C background.


White color preview on #80A44C background

This text has white color on #80A44C background.