COLOR #80AA51

HEX: #80AA51
RGB: (128,170,81)

Color info

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

RGB color model

#80AA51 color RGB value is (128,170,81).

  • red value is 128;
  • green value is 170;
  • blue value is 81.
RGB:
(128,170,81)
(50%,67%,32%)

RGB channels and saturation

R 128 of 255 = 50%
G 170 of 255 = 67%
B 81 of 255 = 32%

128
170
81

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

Portions of RGB colors in percentages

R + G + B =
128 + 170 + 81 = 379 (100%)
R 128 of 379 ~ 33.77%
G 170 of 379 ~ 44.85%
B 81 of 379 ~ 21.37%

%33.77
%44.85
%21.37

CMYK color model

#80AA51 color CMYK value is (25,0,52,33).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 52.35%
  • key color value is 33.33%
CMYK:
(25,0,52,33)
C25M0Y52K33 
(25%,0%,52%,33%)
(0.25/0.00/0.52/0.33)	

CMYK percentages

%24.71
%0
%52.35
%33.33

Codes

Color #80AA51 in popluar color models

80AA51
RGB12817081
HSL88°35.46%49.22%
HSB/HSV88°52.35%66.67%
CMYK24.71%0.00%52.35%
33.33%

Color #80AA51 in popluar number systems.

HEX80AA51
Decimal12817081
Binary10000000101010101010001
Octal200252121

Shades and tints

Shades of #80AA51

#80AA51
(128,170,81)
#759B4A
(117,155,74)
#6A8C43
(106,140,67)
#5F7D3C
(95,125,60)
#546E35
(84,110,53)
#495F2E
(73,95,46)
#3E5027
(62,80,39)
#334120
(51,65,32)
#283219
(40,50,25)
#1D2312
(29,35,18)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #80AA51

#80AA51
(128,170,81)
#8BB160
(139,177,96)
#96B86F
(150,184,111)
#A1BF7E
(161,191,126)
#ACC68D
(172,198,141)
#B7CD9C
(183,205,156)
#C2D4AB
(194,212,171)
#CDDBBA
(205,219,186)
#D8E2C9
(216,226,201)
#E3E9D8
(227,233,216)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AA51 color. Also use rgb(128,170,81) instead hex code.

Text Font Color

.myTextColor { color: #80AA51; }

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

This text font color is #80AA51.


Background Color

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

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

This div background color is #80AA51.


Border color

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

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

This div border color is #80AA51.


Opacity

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

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

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

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

This text has shadow with #80AA51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AA51 on black background.


Color preview on white background

This text has color #80AA51 on white background.



Black color preview on #80AA51 background

This text has black color on #80AA51 background.


White color preview on #80AA51 background

This text has white color on #80AA51 background.