COLOR #80AB57

HEX: #80AB57
RGB: (128,171,87)

Color info

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

RGB color model

#80AB57 color RGB value is (128,171,87).

  • red value is 128;
  • green value is 171;
  • blue value is 87.
RGB:
(128,171,87)
(50%,67%,34%)

RGB channels and saturation

R 128 of 255 = 50%
G 171 of 255 = 67%
B 87 of 255 = 34%

128
171
87

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

Portions of RGB colors in percentages

R + G + B =
128 + 171 + 87 = 386 (100%)
R 128 of 386 ~ 33.16%
G 171 of 386 ~ 44.3%
B 87 of 386 ~ 22.54%

%33.16
%44.3
%22.54

CMYK color model

#80AB57 color CMYK value is (25,0,49,33).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 49.12%
  • key color value is 32.94%
CMYK:
(25,0,49,33)
C25M0Y49K33 
(25%,0%,49%,33%)
(0.25/0.00/0.49/0.33)	

CMYK percentages

%25.15
%0
%49.12
%32.94

Codes

Color #80AB57 in popluar color models

80AB57
RGB12817187
HSL91°33.33%50.59%
HSB/HSV91°49.12%67.06%
CMYK25.15%0.00%49.12%
32.94%

Color #80AB57 in popluar number systems.

HEX80AB57
Decimal12817187
Binary10000000101010111010111
Octal200253127

Shades and tints

Shades of #80AB57

#80AB57
(128,171,87)
#759C50
(117,156,80)
#6A8D49
(106,141,73)
#5F7E42
(95,126,66)
#546F3B
(84,111,59)
#496034
(73,96,52)
#3E512D
(62,81,45)
#334226
(51,66,38)
#28331F
(40,51,31)
#1D2418
(29,36,24)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #80AB57

#80AB57
(128,171,87)
#8BB266
(139,178,102)
#96B975
(150,185,117)
#A1C084
(161,192,132)
#ACC793
(172,199,147)
#B7CEA2
(183,206,162)
#C2D5B1
(194,213,177)
#CDDCC0
(205,220,192)
#D8E3CF
(216,227,207)
#E3EADE
(227,234,222)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AB57 color. Also use rgb(128,171,87) instead hex code.

Text Font Color

.myTextColor { color: #80AB57; }

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

This text font color is #80AB57.


Background Color

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

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

This div background color is #80AB57.


Border color

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

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

This div border color is #80AB57.


Opacity

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

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

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

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

This text has shadow with #80AB57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AB57 on black background.


Color preview on white background

This text has color #80AB57 on white background.



Black color preview on #80AB57 background

This text has black color on #80AB57 background.


White color preview on #80AB57 background

This text has white color on #80AB57 background.