COLOR #80A44F

HEX: #80A44F
RGB: (128,164,79)

Color info

#80A44F contains mainly red and green colors. Web safe color of #80A44F is #669966 (or #696).

RGB color model

#80A44F color RGB value is (128,164,79).

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

RGB channels and saturation

R 128 of 255 = 50%
G 164 of 255 = 64%
B 79 of 255 = 31%

128
164
79

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

Portions of RGB colors in percentages

R + G + B =
128 + 164 + 79 = 371 (100%)
R 128 of 371 ~ 34.5%
G 164 of 371 ~ 44.2%
B 79 of 371 ~ 21.29%

%34.5
%44.2
%21.29

CMYK color model

#80A44F color CMYK value is (22,0,52,36).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 51.83%
  • key color value is 35.69%
CMYK:
(22,0,52,36)
C22M0Y52K36 
(22%,0%,52%,36%)
(0.22/0.00/0.52/0.36)	

CMYK percentages

%21.95
%0
%51.83
%35.69

Codes

Color #80A44F in popluar color models

80A44F
RGB12816479
HSL85°34.98%47.65%
HSB/HSV85°51.83%64.31%
CMYK21.95%0.00%51.83%
35.69%

Color #80A44F in popluar number systems.

HEX80A44F
Decimal12816479
Binary10000000101001001001111
Octal200244117

Shades and tints

Shades of #80A44F

#80A44F
(128,164,79)
#759648
(117,150,72)
#6A8841
(106,136,65)
#5F7A3A
(95,122,58)
#546C33
(84,108,51)
#495E2C
(73,94,44)
#3E5025
(62,80,37)
#33421E
(51,66,30)
#283417
(40,52,23)
#1D2610
(29,38,16)
#121809
(18,24,9)
#000000
(0,0,0)

Tints of #80A44F

#80A44F
(128,164,79)
#8BAC5F
(139,172,95)
#96B46F
(150,180,111)
#A1BC7F
(161,188,127)
#ACC48F
(172,196,143)
#B7CC9F
(183,204,159)
#C2D4AF
(194,212,175)
#CDDCBF
(205,220,191)
#D8E4CF
(216,228,207)
#E3ECDF
(227,236,223)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A44F; }

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

This text font color is #80A44F.


Background Color

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

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

This div background color is #80A44F.


Border color

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

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

This div border color is #80A44F.


Opacity

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

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

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

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

This text has shadow with #80A44F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A44F on black background.


Color preview on white background

This text has color #80A44F on white background.



Black color preview on #80A44F background

This text has black color on #80A44F background.


White color preview on #80A44F background

This text has white color on #80A44F background.