COLOR #80AF49

HEX: #80AF49
RGB: (128,175,73)

Color info

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

RGB color model

#80AF49 color RGB value is (128,175,73).

  • red value is 128;
  • green value is 175;
  • blue value is 73.
RGB:
(128,175,73)
(50%,69%,29%)

RGB channels and saturation

R 128 of 255 = 50%
G 175 of 255 = 69%
B 73 of 255 = 29%

128
175
73

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

Portions of RGB colors in percentages

R + G + B =
128 + 175 + 73 = 376 (100%)
R 128 of 376 ~ 34.04%
G 175 of 376 ~ 46.54%
B 73 of 376 ~ 19.41%

%34.04
%46.54
%19.41

CMYK color model

#80AF49 color CMYK value is (27,0,58,31).

  • cyan value is 26.86%
  • magenta value is 0.00%
  • yellow value is 58.29%
  • key color value is 31.37%
CMYK:
(27,0,58,31)
C27M0Y58K31 
(27%,0%,58%,31%)
(0.27/0.00/0.58/0.31)	

CMYK percentages

%26.86
%0
%58.29
%31.37

Codes

Color #80AF49 in popluar color models

80AF49
RGB12817573
HSL88°41.13%48.63%
HSB/HSV88°58.29%68.63%
CMYK26.86%0.00%58.29%
31.37%

Color #80AF49 in popluar number systems.

HEX80AF49
Decimal12817573
Binary10000000101011111001001
Octal200257111

Shades and tints

Shades of #80AF49

#80AF49
(128,175,73)
#75A043
(117,160,67)
#6A913D
(106,145,61)
#5F8237
(95,130,55)
#547331
(84,115,49)
#49642B
(73,100,43)
#3E5525
(62,85,37)
#33461F
(51,70,31)
#283719
(40,55,25)
#1D2813
(29,40,19)
#12190D
(18,25,13)
#000000
(0,0,0)

Tints of #80AF49

#80AF49
(128,175,73)
#8BB659
(139,182,89)
#96BD69
(150,189,105)
#A1C479
(161,196,121)
#ACCB89
(172,203,137)
#B7D299
(183,210,153)
#C2D9A9
(194,217,169)
#CDE0B9
(205,224,185)
#D8E7C9
(216,231,201)
#E3EED9
(227,238,217)
#EEF5E9
(238,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AF49 color. Also use rgb(128,175,73) instead hex code.

Text Font Color

.myTextColor { color: #80AF49; }

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

This text font color is #80AF49.


Background Color

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

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

This div background color is #80AF49.


Border color

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

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

This div border color is #80AF49.


Opacity

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

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

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

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

This text has shadow with #80AF49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AF49 on black background.


Color preview on white background

This text has color #80AF49 on white background.



Black color preview on #80AF49 background

This text has black color on #80AF49 background.


White color preview on #80AF49 background

This text has white color on #80AF49 background.