COLOR #80BA77

HEX: #80BA77
RGB: (128,186,119)

Color info

#80BA77 contains mainly red and green colors. Web safe color of #80BA77 is #66CC66 (or #6C6).

RGB color model

#80BA77 color RGB value is (128,186,119).

  • red value is 128;
  • green value is 186;
  • blue value is 119.
RGB:
(128,186,119)
(50%,73%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 186 of 255 = 73%
B 119 of 255 = 47%

128
186
119

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

Portions of RGB colors in percentages

R + G + B =
128 + 186 + 119 = 433 (100%)
R 128 of 433 ~ 29.56%
G 186 of 433 ~ 42.96%
B 119 of 433 ~ 27.48%

%29.56
%42.96
%27.48

CMYK color model

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

  • cyan value is 31.18%
  • magenta value is 0.00%
  • yellow value is 36.02%
  • key color value is 27.06%
CMYK:
(31,0,36,27)
C31M0Y36K27 
(31%,0%,36%,27%)
(0.31/0.00/0.36/0.27)	

CMYK percentages

%31.18
%0
%36.02
%27.06

Codes

Color #80BA77 in popluar color models

80BA77
RGB128186119
HSL112°32.68%59.80%
HSB/HSV112°36.02%72.94%
CMYK31.18%0.00%36.02%
27.06%

Color #80BA77 in popluar number systems.

HEX80BA77
Decimal128186119
Binary10000000101110101110111
Octal200272167

Shades and tints

Shades of #80BA77

#80BA77
(128,186,119)
#75AA6D
(117,170,109)
#6A9A63
(106,154,99)
#5F8A59
(95,138,89)
#547A4F
(84,122,79)
#496A45
(73,106,69)
#3E5A3B
(62,90,59)
#334A31
(51,74,49)
#283A27
(40,58,39)
#1D2A1D
(29,42,29)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #80BA77

#80BA77
(128,186,119)
#8BC083
(139,192,131)
#96C68F
(150,198,143)
#A1CC9B
(161,204,155)
#ACD2A7
(172,210,167)
#B7D8B3
(183,216,179)
#C2DEBF
(194,222,191)
#CDE4CB
(205,228,203)
#D8EAD7
(216,234,215)
#E3F0E3
(227,240,227)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BA77 color. Also use rgb(128,186,119) instead hex code.

Text Font Color

.myTextColor { color: #80BA77; }

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

This text font color is #80BA77.


Background Color

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

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

This div background color is #80BA77.


Border color

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

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

This div border color is #80BA77.


Opacity

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

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

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

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

This text has shadow with #80BA77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BA77 on black background.


Color preview on white background

This text has color #80BA77 on white background.



Black color preview on #80BA77 background

This text has black color on #80BA77 background.


White color preview on #80BA77 background

This text has white color on #80BA77 background.