COLOR #80B073

HEX: #80B073 RGB: (128,176,115)

Color info

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

RGB color model

#80B073 color RGB value is (128,176,115).

RGB: (128,176,115) (50%, 69%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 176 of 255 = 69%
B 115 of 255 = 45%

128
176
115

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

Portions of RGB colors in percentages

R + G + B = 128 + 176 + 115 = 419 (100%)
R 128 of 419 ~ 30.55%
G 176 of 419 ~ 42%
B 115 of 419 ~ 27.45'%

%30.55
%42
%27.45

CMYK color model

#80B073 color CMYK value is (27,0,35,31).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 34.66%
  • key color value is 30.98%

CMYK: (27,0,35,31)
C27M0Y35K31 (27%, 0%, 35%, 31%)
(0.27 / 0.00 / 0.35 / 0.31)

CMYK percentages

%27.27
%0
%34.66
%30.98

Codes

Color #80B073 in popluar color models

80 B0 73
RGB 128 176 115
HSL 107° 27.85% 57.06%
HSB/HSV 107° 34.66% 69.02%
CMYK 27.27% 0.00% 34.66%
30.98%

Color #80B073 in popluar number systems.

HEX 80 B0 73
Decimal 128 176 115
Binary 10000000 10110000 1110011
Octal 200 260 163

Shades and tints

Shades of #80B073

#80B073
(128,176,115)
#75A069
(117,160,105)
#6A905F
(106,144,95)
#5F8055
(95,128,85)
#54704B
(84,112,75)
#496041
(73,96,65)
#3E5037
(62,80,55)
#33402D
(51,64,45)
#283023
(40,48,35)
#1D2019
(29,32,25)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #80B073

#80B073
(128,176,115)
#8BB77F
(139,183,127)
#96BE8B
(150,190,139)
#A1C597
(161,197,151)
#ACCCA3
(172,204,163)
#B7D3AF
(183,211,175)
#C2DABB
(194,218,187)
#CDE1C7
(205,225,199)
#D8E8D3
(216,232,211)
#E3EFDF
(227,239,223)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B073; }

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

This text font color is #80B073.

Background Color

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

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

This div background color is #80B073.

Border color

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

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

This div border color is #80B073.

Opacity

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

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

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

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

This text has shadow with #80B073 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B073.

Preview

Color preview on black background

This text has color #80B073 on black background.


Color preview on white background

This text has color #80B073 on white background.


Black color preview on #80B073 background

This text has black color on #80B073 background.


White color preview on #80B073 background

This text has white color on #80B073 background.


Related colors

Complementary color

Complementary color for #hex is #7F4F8C.


I love getcolorcode.com

Triadic colors

1 #7380B0 and #B07380 with #80B073 are triadic colors.

2 #73B080 and #B08073 with #80B073 are triadic colors.