COLOR #80B573

HEX: #80B573 RGB: (128,181,115)

Color info

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

RGB color model

#80B573 color RGB value is (128,181,115).

RGB: (128,181,115) (50%, 71%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 181 of 255 = 71%
B 115 of 255 = 45%

128
181
115

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

Portions of RGB colors in percentages

R + G + B = 128 + 181 + 115 = 424 (100%)
R 128 of 424 ~ 30.19%
G 181 of 424 ~ 42.69%
B 115 of 424 ~ 27.12'%

%30.19
%42.69
%27.12

CMYK color model

#80B573 color CMYK value is (29,0,36,29).

  • cyan value is 29.28%
  • magenta value is 0.00%
  • yellow value is 36.46%
  • key color value is 29.02%
CMYK: (29,0,36,29) C29M0Y36K29 (29%,0%,36%,29%) (0.29/0.00/0.36/0.29) 

CMYK percentages

%29.28
%0
%36.46
%29.02

Codes

Color #80B573 in popluar color models

80 B5 73
RGB 128 181 115
HSL 108° 30.84% 58.04%
HSB/HSV 108° 36.46% 70.98%
CMYK 29.28% 0.00% 36.46%
29.02%

Color #80B573 in popluar number systems.

HEX 80 B5 73
Decimal 128 181 115
Binary 10000000 10110101 1110011
Octal 200 265 163

Shades and tints

Shades of #80B573

#80B573
(128,181,115)
#75A569
(117,165,105)
#6A955F
(106,149,95)
#5F8555
(95,133,85)
#54754B
(84,117,75)
#496541
(73,101,65)
#3E5537
(62,85,55)
#33452D
(51,69,45)
#283523
(40,53,35)
#1D2519
(29,37,25)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #80B573

#80B573
(128,181,115)
#8BBB7F
(139,187,127)
#96C18B
(150,193,139)
#A1C797
(161,199,151)
#ACCDA3
(172,205,163)
#B7D3AF
(183,211,175)
#C2D9BB
(194,217,187)
#CDDFC7
(205,223,199)
#D8E5D3
(216,229,211)
#E3EBDF
(227,235,223)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B573; }

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

This text font color is #80B573.

Background Color

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

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

This div background color is #80B573.

Border color

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

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

This div border color is #80B573.

Opacity

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

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

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

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

This text has shadow with #80B573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B573.

Preview

Color preview on black background

This text has color #80B573 on black background.


Color preview on white background

This text has color #80B573 on white background.


Black color preview on #80B573 background

This text has black color on #80B573 background.


White color preview on #80B573 background

This text has white color on #80B573 background.


Related colors

Complementary color

Complementary color for #hex is #7F4A8C.


I love getcolorcode.com

Triadic colors

1 #7380B5 and #B57380 with #80B573 are triadic colors.

2 #73B580 and #B58073 with #80B573 are triadic colors.