COLOR #80A271

HEX: #80A271 RGB: (128,162,113)

Color info

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

RGB color model

#80A271 color RGB value is (128,162,113).

RGB: (128,162,113) (50%, 64%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 162 of 255 = 64%
B 113 of 255 = 44%

128
162
113

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

Portions of RGB colors in percentages

R + G + B = 128 + 162 + 113 = 403 (100%)
R 128 of 403 ~ 31.76%
G 162 of 403 ~ 40.2%
B 113 of 403 ~ 28.04'%

%31.76
%40.2
%28.04

CMYK color model

#80A271 color CMYK value is (21,0,30,36).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 30.25%
  • key color value is 36.47%

CMYK: (21,0,30,36)
C21M0Y30K36 (21%, 0%, 30%, 36%)
(0.21 / 0.00 / 0.30 / 0.36)

CMYK percentages

%20.99
%0
%30.25
%36.47

Codes

Color #80A271 in popluar color models

80 A2 71
RGB 128 162 113
HSL 102° 20.85% 53.92%
HSB/HSV 102° 30.25% 63.53%
CMYK 20.99% 0.00% 30.25%
36.47%

Color #80A271 in popluar number systems.

HEX 80 A2 71
Decimal 128 162 113
Binary 10000000 10100010 1110001
Octal 200 242 161

Shades and tints

Shades of #80A271

#80A271
(128,162,113)
#759467
(117,148,103)
#6A865D
(106,134,93)
#5F7853
(95,120,83)
#546A49
(84,106,73)
#495C3F
(73,92,63)
#3E4E35
(62,78,53)
#33402B
(51,64,43)
#283221
(40,50,33)
#1D2417
(29,36,23)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #80A271

#80A271
(128,162,113)
#8BAA7D
(139,170,125)
#96B289
(150,178,137)
#A1BA95
(161,186,149)
#ACC2A1
(172,194,161)
#B7CAAD
(183,202,173)
#C2D2B9
(194,210,185)
#CDDAC5
(205,218,197)
#D8E2D1
(216,226,209)
#E3EADD
(227,234,221)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A271; }

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

This text font color is #80A271.

Background Color

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

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

This div background color is #80A271.

Border color

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

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

This div border color is #80A271.

Opacity

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

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

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

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

This text has shadow with #80A271 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A271.

Preview

Color preview on black background

This text has color #80A271 on black background.


Color preview on white background

This text has color #80A271 on white background.


Black color preview on #80A271 background

This text has black color on #80A271 background.


White color preview on #80A271 background

This text has white color on #80A271 background.


Related colors

Complementary color

Complementary color for #hex is #7F5D8E.


I love getcolorcode.com

Triadic colors

1 #7180A2 and #A27180 with #80A271 are triadic colors.

2 #71A280 and #A28071 with #80A271 are triadic colors.