COLOR #80B071

HEX: #80B071
RGB: (128,176,113)

Color info

#80B071 contains mainly red and green colors. Web safe color of #80B071 is #669966 (or #696).

RGB color model

#80B071 color RGB value is (128,176,113).

  • red value is 128;
  • green value is 176;
  • blue value is 113.
RGB:
(128,176,113)
(50%,69%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 176 of 255 = 69%
B 113 of 255 = 44%

128
176
113

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

Portions of RGB colors in percentages

R + G + B =
128 + 176 + 113 = 417 (100%)
R 128 of 417 ~ 30.7%
G 176 of 417 ~ 42.21%
B 113 of 417 ~ 27.1%

%30.7
%42.21
%27.1

CMYK color model

#80B071 color CMYK value is (27,0,36,31).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 35.80%
  • key color value is 30.98%
CMYK:
(27,0,36,31)
C27M0Y36K31 
(27%,0%,36%,31%)
(0.27/0.00/0.36/0.31)	

CMYK percentages

%27.27
%0
%35.8
%30.98

Codes

Color #80B071 in popluar color models

80B071
RGB128176113
HSL106°28.51%56.67%
HSB/HSV106°35.80%69.02%
CMYK27.27%0.00%35.80%
30.98%

Color #80B071 in popluar number systems.

HEX80B071
Decimal128176113
Binary10000000101100001110001
Octal200260161

Shades and tints

Shades of #80B071

#80B071
(128,176,113)
#75A067
(117,160,103)
#6A905D
(106,144,93)
#5F8053
(95,128,83)
#547049
(84,112,73)
#49603F
(73,96,63)
#3E5035
(62,80,53)
#33402B
(51,64,43)
#283021
(40,48,33)
#1D2017
(29,32,23)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #80B071

#80B071
(128,176,113)
#8BB77D
(139,183,125)
#96BE89
(150,190,137)
#A1C595
(161,197,149)
#ACCCA1
(172,204,161)
#B7D3AD
(183,211,173)
#C2DAB9
(194,218,185)
#CDE1C5
(205,225,197)
#D8E8D1
(216,232,209)
#E3EFDD
(227,239,221)
#EEF6E9
(238,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B071; }

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

This text font color is #80B071.


Background Color

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

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

This div background color is #80B071.


Border color

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

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

This div border color is #80B071.


Opacity

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

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

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

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

This text has shadow with #80B071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B071 on black background.


Color preview on white background

This text has color #80B071 on white background.



Black color preview on #80B071 background

This text has black color on #80B071 background.


White color preview on #80B071 background

This text has white color on #80B071 background.