COLOR #80A26C

HEX: #80A26C RGB: (128,162,108)

Color info

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

RGB color model

#80A26C color RGB value is (128,162,108).

RGB: (128,162,108) (50%, 64%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 162 of 255 = 64%
B 108 of 255 = 42%

128
162
108

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

Portions of RGB colors in percentages

R + G + B = 128 + 162 + 108 = 398 (100%)
R 128 of 398 ~ 32.16%
G 162 of 398 ~ 40.7%
B 108 of 398 ~ 27.14'%

%32.16
%40.7
%27.14

CMYK color model

#80A26C color CMYK value is (21,0,33,36).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 36.47%
CMYK: (21,0,33,36) C21M0Y33K36 (21%,0%,33%,36%) (0.21/0.00/0.33/0.36) 

CMYK percentages

%20.99
%0
%33.33
%36.47

Codes

Color #80A26C in popluar color models

80 A2 6C
RGB 128 162 108
HSL 98° 22.50% 52.94%
HSB/HSV 98° 33.33% 63.53%
CMYK 20.99% 0.00% 33.33%
36.47%

Color #80A26C in popluar number systems.

HEX 80 A2 6C
Decimal 128 162 108
Binary 10000000 10100010 1101100
Octal 200 242 154

Shades and tints

Shades of #80A26C

#80A26C
(128,162,108)
#759463
(117,148,99)
#6A865A
(106,134,90)
#5F7851
(95,120,81)
#546A48
(84,106,72)
#495C3F
(73,92,63)
#3E4E36
(62,78,54)
#33402D
(51,64,45)
#283224
(40,50,36)
#1D241B
(29,36,27)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #80A26C

#80A26C
(128,162,108)
#8BAA79
(139,170,121)
#96B286
(150,178,134)
#A1BA93
(161,186,147)
#ACC2A0
(172,194,160)
#B7CAAD
(183,202,173)
#C2D2BA
(194,210,186)
#CDDAC7
(205,218,199)
#D8E2D4
(216,226,212)
#E3EAE1
(227,234,225)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A26C color. Also use rgb(128,162,108) instead hex code.

Text Font Color

.myTextColor { color: #80A26C; }

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

This text font color is #80A26C.

Background Color

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

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

This div background color is #80A26C.

Border color

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

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

This div border color is #80A26C.

Opacity

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

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

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

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

This text has shadow with #80A26C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A26C.

Preview

Color preview on black background

This text has color #80A26C on black background.


Color preview on white background

This text has color #80A26C on white background.


Black color preview on #80A26C background

This text has black color on #80A26C background.


White color preview on #80A26C background

This text has white color on #80A26C background.


Related colors

Complementary color

Complementary color for #hex is #7F5D93.


I love getcolorcode.com

Triadic colors

1 #6C80A2 and #A26C80 with #80A26C are triadic colors.

2 #6CA280 and #A2806C with #80A26C are triadic colors.