COLOR #80B873

HEX: #80B873 RGB: (128,184,115)

Color info

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

RGB color model

#80B873 color RGB value is (128,184,115).

RGB: (128,184,115) (50%, 72%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 184 of 255 = 72%
B 115 of 255 = 45%

128
184
115

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

Portions of RGB colors in percentages

R + G + B = 128 + 184 + 115 = 427 (100%)
R 128 of 427 ~ 29.98%
G 184 of 427 ~ 43.09%
B 115 of 427 ~ 26.93'%

%29.98
%43.09
%26.93

CMYK color model

#80B873 color CMYK value is (30,0,38,28).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 27.84%

CMYK: (30,0,38,28)
C30M0Y38K28 (30%, 0%, 38%, 28%)
(0.30 / 0.00 / 0.38 / 0.28)

CMYK percentages

%30.43
%0
%37.5
%27.84

Codes

Color #80B873 in popluar color models

80 B8 73
RGB 128 184 115
HSL 109° 32.70% 58.63%
HSB/HSV 109° 37.50% 72.16%
CMYK 30.43% 0.00% 37.50%
27.84%

Color #80B873 in popluar number systems.

HEX 80 B8 73
Decimal 128 184 115
Binary 10000000 10111000 1110011
Octal 200 270 163

Shades and tints

Shades of #80B873

#80B873
(128,184,115)
#75A869
(117,168,105)
#6A985F
(106,152,95)
#5F8855
(95,136,85)
#54784B
(84,120,75)
#496841
(73,104,65)
#3E5837
(62,88,55)
#33482D
(51,72,45)
#283823
(40,56,35)
#1D2819
(29,40,25)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #80B873

#80B873
(128,184,115)
#8BBE7F
(139,190,127)
#96C48B
(150,196,139)
#A1CA97
(161,202,151)
#ACD0A3
(172,208,163)
#B7D6AF
(183,214,175)
#C2DCBB
(194,220,187)
#CDE2C7
(205,226,199)
#D8E8D3
(216,232,211)
#E3EEDF
(227,238,223)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B873 color. Also use rgb(128,184,115) instead hex code.

Text Font Color

.myTextColor { color: #80B873; }

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

This text font color is #80B873.

Background Color

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

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

This div background color is #80B873.

Border color

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

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

This div border color is #80B873.

Opacity

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

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

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

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

This text has shadow with #80B873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B873.

Preview

Color preview on black background

This text has color #80B873 on black background.


Color preview on white background

This text has color #80B873 on white background.


Black color preview on #80B873 background

This text has black color on #80B873 background.


White color preview on #80B873 background

This text has white color on #80B873 background.


Related colors

Complementary color

Complementary color for #hex is #7F478C.


I love getcolorcode.com

Triadic colors

1 #7380B8 and #B87380 with #80B873 are triadic colors.

2 #73B880 and #B88073 with #80B873 are triadic colors.