COLOR #80B15C

HEX: #80B15C
RGB: (128,177,92)

Color info

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

RGB color model

#80B15C color RGB value is (128,177,92).

  • red value is 128;
  • green value is 177;
  • blue value is 92.
RGB:
(128,177,92)
(50%,69%,36%)

RGB channels and saturation

R 128 of 255 = 50%
G 177 of 255 = 69%
B 92 of 255 = 36%

128
177
92

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

Portions of RGB colors in percentages

R + G + B =
128 + 177 + 92 = 397 (100%)
R 128 of 397 ~ 32.24%
G 177 of 397 ~ 44.58%
B 92 of 397 ~ 23.17%

%32.24
%44.58
%23.17

CMYK color model

#80B15C color CMYK value is (28,0,48,31).

  • cyan value is 27.68%
  • magenta value is 0.00%
  • yellow value is 48.02%
  • key color value is 30.59%
CMYK:
(28,0,48,31)
C28M0Y48K31 
(28%,0%,48%,31%)
(0.28/0.00/0.48/0.31)	

CMYK percentages

%27.68
%0
%48.02
%30.59

Codes

Color #80B15C in popluar color models

80B15C
RGB12817792
HSL95°35.27%52.75%
HSB/HSV95°48.02%69.41%
CMYK27.68%0.00%48.02%
30.59%

Color #80B15C in popluar number systems.

HEX80B15C
Decimal12817792
Binary10000000101100011011100
Octal200261134

Shades and tints

Shades of #80B15C

#80B15C
(128,177,92)
#75A154
(117,161,84)
#6A914C
(106,145,76)
#5F8144
(95,129,68)
#54713C
(84,113,60)
#496134
(73,97,52)
#3E512C
(62,81,44)
#334124
(51,65,36)
#28311C
(40,49,28)
#1D2114
(29,33,20)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #80B15C

#80B15C
(128,177,92)
#8BB86A
(139,184,106)
#96BF78
(150,191,120)
#A1C686
(161,198,134)
#ACCD94
(172,205,148)
#B7D4A2
(183,212,162)
#C2DBB0
(194,219,176)
#CDE2BE
(205,226,190)
#D8E9CC
(216,233,204)
#E3F0DA
(227,240,218)
#EEF7E8
(238,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B15C color. Also use rgb(128,177,92) instead hex code.

Text Font Color

.myTextColor { color: #80B15C; }

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

This text font color is #80B15C.


Background Color

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

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

This div background color is #80B15C.


Border color

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

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

This div border color is #80B15C.


Opacity

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

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

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

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

This text has shadow with #80B15C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B15C on black background.


Color preview on white background

This text has color #80B15C on white background.



Black color preview on #80B15C background

This text has black color on #80B15C background.


White color preview on #80B15C background

This text has white color on #80B15C background.