COLOR #80B373

HEX: #80B373 RGB: (128,179,115)

Color info

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

RGB color model

#80B373 color RGB value is (128,179,115).

RGB: (128,179,115) (50%, 70%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 179 of 255 = 70%
B 115 of 255 = 45%

128
179
115

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

Portions of RGB colors in percentages

R + G + B = 128 + 179 + 115 = 422 (100%)
R 128 of 422 ~ 30.33%
G 179 of 422 ~ 42.42%
B 115 of 422 ~ 27.25'%

%30.33
%42.42
%27.25

CMYK color model

#80B373 color CMYK value is (28,0,36,30).

  • cyan value is 28.49%
  • magenta value is 0.00%
  • yellow value is 35.75%
  • key color value is 29.80%

CMYK: (28,0,36,30)
C28M0Y36K30 (28%, 0%, 36%, 30%)
(0.28 / 0.00 / 0.36 / 0.30)

CMYK percentages

%28.49
%0
%35.75
%29.8

Codes

Color #80B373 in popluar color models

80 B3 73
RGB 128 179 115
HSL 108° 29.63% 57.65%
HSB/HSV 108° 35.75% 70.20%
CMYK 28.49% 0.00% 35.75%
29.80%

Color #80B373 in popluar number systems.

HEX 80 B3 73
Decimal 128 179 115
Binary 10000000 10110011 1110011
Octal 200 263 163

Shades and tints

Shades of #80B373

#80B373
(128,179,115)
#75A369
(117,163,105)
#6A935F
(106,147,95)
#5F8355
(95,131,85)
#54734B
(84,115,75)
#496341
(73,99,65)
#3E5337
(62,83,55)
#33432D
(51,67,45)
#283323
(40,51,35)
#1D2319
(29,35,25)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #80B373

#80B373
(128,179,115)
#8BB97F
(139,185,127)
#96BF8B
(150,191,139)
#A1C597
(161,197,151)
#ACCBA3
(172,203,163)
#B7D1AF
(183,209,175)
#C2D7BB
(194,215,187)
#CDDDC7
(205,221,199)
#D8E3D3
(216,227,211)
#E3E9DF
(227,233,223)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B373; }

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

This text font color is #80B373.

Background Color

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

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

This div background color is #80B373.

Border color

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

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

This div border color is #80B373.

Opacity

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

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

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

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

This text has shadow with #80B373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B373.

Preview

Color preview on black background

This text has color #80B373 on black background.


Color preview on white background

This text has color #80B373 on white background.


Black color preview on #80B373 background

This text has black color on #80B373 background.


White color preview on #80B373 background

This text has white color on #80B373 background.


Related colors

Complementary color

Complementary color for #hex is #7F4C8C.


I love getcolorcode.com

Triadic colors

1 #7380B3 and #B37380 with #80B373 are triadic colors.

2 #73B380 and #B38073 with #80B373 are triadic colors.