COLOR #80A370

HEX: #80A370 RGB: (128,163,112)

Color info

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

RGB color model

#80A370 color RGB value is (128,163,112).

RGB: (128,163,112) (50%, 64%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 163 of 255 = 64%
B 112 of 255 = 44%

128
163
112

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

Portions of RGB colors in percentages

R + G + B = 128 + 163 + 112 = 403 (100%)
R 128 of 403 ~ 31.76%
G 163 of 403 ~ 40.45%
B 112 of 403 ~ 27.79'%

%31.76
%40.45
%27.79

CMYK color model

#80A370 color CMYK value is (21,0,31,36).

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 31.29%
  • key color value is 36.08%
CMYK: (21,0,31,36) C21M0Y31K36 (21%,0%,31%,36%) (0.21/0.00/0.31/0.36) 

CMYK percentages

%21.47
%0
%31.29
%36.08

Codes

Color #80A370 in popluar color models

80 A3 70
RGB 128 163 112
HSL 101° 21.70% 53.92%
HSB/HSV 101° 31.29% 63.92%
CMYK 21.47% 0.00% 31.29%
36.08%

Color #80A370 in popluar number systems.

HEX 80 A3 70
Decimal 128 163 112
Binary 10000000 10100011 1110000
Octal 200 243 160

Shades and tints

Shades of #80A370

#80A370
(128,163,112)
#759566
(117,149,102)
#6A875C
(106,135,92)
#5F7952
(95,121,82)
#546B48
(84,107,72)
#495D3E
(73,93,62)
#3E4F34
(62,79,52)
#33412A
(51,65,42)
#283320
(40,51,32)
#1D2516
(29,37,22)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #80A370

#80A370
(128,163,112)
#8BAB7D
(139,171,125)
#96B38A
(150,179,138)
#A1BB97
(161,187,151)
#ACC3A4
(172,195,164)
#B7CBB1
(183,203,177)
#C2D3BE
(194,211,190)
#CDDBCB
(205,219,203)
#D8E3D8
(216,227,216)
#E3EBE5
(227,235,229)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A370 color. Also use rgb(128,163,112) instead hex code.

Text Font Color

.myTextColor { color: #80A370; }

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

This text font color is #80A370.

Background Color

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

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

This div background color is #80A370.

Border color

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

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

This div border color is #80A370.

Opacity

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

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

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

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

This text has shadow with #80A370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A370.

Preview

Color preview on black background

This text has color #80A370 on black background.


Color preview on white background

This text has color #80A370 on white background.


Black color preview on #80A370 background

This text has black color on #80A370 background.


White color preview on #80A370 background

This text has white color on #80A370 background.


Related colors

Complementary color

Complementary color for #hex is #7F5C8F.


I love getcolorcode.com

Triadic colors

1 #7080A3 and #A37080 with #80A370 are triadic colors.

2 #70A380 and #A38070 with #80A370 are triadic colors.