COLOR #80B777

HEX: #80B777
RGB: (128,183,119)

Color info

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

RGB color model

#80B777 color RGB value is (128,183,119).

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

RGB channels and saturation

R 128 of 255 = 50%
G 183 of 255 = 72%
B 119 of 255 = 47%

128
183
119

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

Portions of RGB colors in percentages

R + G + B =
128 + 183 + 119 = 430 (100%)
R 128 of 430 ~ 29.77%
G 183 of 430 ~ 42.56%
B 119 of 430 ~ 27.67%

%29.77
%42.56
%27.67

CMYK color model

#80B777 color CMYK value is (30,0,35,28).

  • cyan value is 30.05%
  • magenta value is 0.00%
  • yellow value is 34.97%
  • key color value is 28.24%
CMYK:
(30,0,35,28)
C30M0Y35K28 
(30%,0%,35%,28%)
(0.30/0.00/0.35/0.28)	

CMYK percentages

%30.05
%0
%34.97
%28.24

Codes

Color #80B777 in popluar color models

80B777
RGB128183119
HSL112°30.77%59.22%
HSB/HSV112°34.97%71.76%
CMYK30.05%0.00%34.97%
28.24%

Color #80B777 in popluar number systems.

HEX80B777
Decimal128183119
Binary10000000101101111110111
Octal200267167

Shades and tints

Shades of #80B777

#80B777
(128,183,119)
#75A76D
(117,167,109)
#6A9763
(106,151,99)
#5F8759
(95,135,89)
#54774F
(84,119,79)
#496745
(73,103,69)
#3E573B
(62,87,59)
#334731
(51,71,49)
#283727
(40,55,39)
#1D271D
(29,39,29)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #80B777

#80B777
(128,183,119)
#8BBD83
(139,189,131)
#96C38F
(150,195,143)
#A1C99B
(161,201,155)
#ACCFA7
(172,207,167)
#B7D5B3
(183,213,179)
#C2DBBF
(194,219,191)
#CDE1CB
(205,225,203)
#D8E7D7
(216,231,215)
#E3EDE3
(227,237,227)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B777; }

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

This text font color is #80B777.


Background Color

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

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

This div background color is #80B777.


Border color

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

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

This div border color is #80B777.


Opacity

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

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

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

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

This text has shadow with #80B777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B777 on black background.


Color preview on white background

This text has color #80B777 on white background.



Black color preview on #80B777 background

This text has black color on #80B777 background.


White color preview on #80B777 background

This text has white color on #80B777 background.