COLOR #80A06F

HEX: #80A06F RGB: (128,160,111)

Color info

#80A06F contains red, green and blue colors in about the same proportion. Web safe color of #80A06F is #669966 (or #696).

RGB color model

#80A06F color RGB value is (128,160,111).

RGB: (128,160,111) (50%, 63%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 160 of 255 = 63%
B 111 of 255 = 44%

128
160
111

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

Portions of RGB colors in percentages

R + G + B = 128 + 160 + 111 = 399 (100%)
R 128 of 399 ~ 32.08%
G 160 of 399 ~ 40.1%
B 111 of 399 ~ 27.82'%

%32.08
%40.1
%27.82

CMYK color model

#80A06F color CMYK value is (20,0,31,37).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 30.63%
  • key color value is 37.25%
CMYK: (20,0,31,37) C20M0Y31K37 (20%,0%,31%,37%) (0.20/0.00/0.31/0.37) 

CMYK percentages

%20
%0
%30.63
%37.25

Codes

Color #80A06F in popluar color models

80 A0 6F
RGB 128 160 111
HSL 99° 20.50% 53.14%
HSB/HSV 99° 30.63% 62.75%
CMYK 20.00% 0.00% 30.63%
37.25%

Color #80A06F in popluar number systems.

HEX 80 A0 6F
Decimal 128 160 111
Binary 10000000 10100000 1101111
Octal 200 240 157

Shades and tints

Shades of #80A06F

#80A06F
(128,160,111)
#759265
(117,146,101)
#6A845B
(106,132,91)
#5F7651
(95,118,81)
#546847
(84,104,71)
#495A3D
(73,90,61)
#3E4C33
(62,76,51)
#333E29
(51,62,41)
#28301F
(40,48,31)
#1D2215
(29,34,21)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #80A06F

#80A06F
(128,160,111)
#8BA87C
(139,168,124)
#96B089
(150,176,137)
#A1B896
(161,184,150)
#ACC0A3
(172,192,163)
#B7C8B0
(183,200,176)
#C2D0BD
(194,208,189)
#CDD8CA
(205,216,202)
#D8E0D7
(216,224,215)
#E3E8E4
(227,232,228)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A06F color. Also use rgb(128,160,111) instead hex code.

Text Font Color

.myTextColor { color: #80A06F; }

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

This text font color is #80A06F.

Background Color

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

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

This div background color is #80A06F.

Border color

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

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

This div border color is #80A06F.

Opacity

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

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

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

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

This text has shadow with #80A06F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A06F.

Preview

Color preview on black background

This text has color #80A06F on black background.


Color preview on white background

This text has color #80A06F on white background.


Black color preview on #80A06F background

This text has black color on #80A06F background.


White color preview on #80A06F background

This text has white color on #80A06F background.


Related colors

Complementary color

Complementary color for #hex is #7F5F90.


I love getcolorcode.com

Triadic colors

1 #6F80A0 and #A06F80 with #80A06F are triadic colors.

2 #6FA080 and #A0806F with #80A06F are triadic colors.