COLOR #80B58F

HEX: #80B58F
RGB: (128,181,143)

Color info

#80B58F contains red, green and blue colors in about the same proportion. Web safe color of #80B58F is #66CC99 (or #6C9).

RGB color model

#80B58F color RGB value is (128,181,143).

  • red value is 128;
  • green value is 181;
  • blue value is 143.
RGB: (128,181,143) (50%,71%,56%)

RGB channels and saturation

R 128 of 255 = 50%
G 181 of 255 = 71%
B 143 of 255 = 56%

128
181
143

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

Portions of RGB colors in percentages

R + G + B =
128 + 181 + 143 = 452 (100%)
R 128 of 452 ~ 28.32%
G 181 of 452 ~ 40.04%
B 143 of 452 ~ 31.64%

%28.32
%40.04
%31.64

CMYK color model

#80B58F color CMYK value is (29,0,21,29).

  • cyan value is 29.28%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 29.02%
CMYK: (29,0,21,29) C29M0Y21K29 (29%,0%,21%,29%) (0.29/0.00/0.21/0.29)

CMYK percentages

%29.28
%0
%20.99
%29.02

Codes

Color #80B58F in popluar color models

80B58F
RGB128181143
HSL137°26.37%60.59%
HSB/HSV137°29.28%70.98%
CMYK29.28%0.00%20.99%
29.02%

Color #80B58F in popluar number systems.

HEX80B58F
Decimal128181143
Binary100000001011010110001111
Octal200265217

Shades and tints

Shades of #80B58F

#80B58F
(128,181,143)
#75A582
(117,165,130)
#6A9575
(106,149,117)
#5F8568
(95,133,104)
#54755B
(84,117,91)
#49654E
(73,101,78)
#3E5541
(62,85,65)
#334534
(51,69,52)
#283527
(40,53,39)
#1D251A
(29,37,26)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #80B58F

#80B58F
(128,181,143)
#8BBB99
(139,187,153)
#96C1A3
(150,193,163)
#A1C7AD
(161,199,173)
#ACCDB7
(172,205,183)
#B7D3C1
(183,211,193)
#C2D9CB
(194,217,203)
#CDDFD5
(205,223,213)
#D8E5DF
(216,229,223)
#E3EBE9
(227,235,233)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B58F; }

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

This text font color is #80B58F.


Background Color

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

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

This div background color is #80B58F.


Border color

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

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

This div border color is #80B58F.


Opacity

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

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

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

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

This text has shadow with #80B58F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #80B58F on black background.


Color preview on white background

This text has color #80B58F on white background.



Black color preview on #80B58F background

This text has black color on #80B58F background.


White color preview on #80B58F background

This text has white color on #80B58F background.