COLOR #80A658

HEX: #80A658
RGB: (128,166,88)

Color info

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

RGB color model

#80A658 color RGB value is (128,166,88).

  • red value is 128;
  • green value is 166;
  • blue value is 88.
RGB:
(128,166,88)
(50%,65%,35%)

RGB channels and saturation

R 128 of 255 = 50%
G 166 of 255 = 65%
B 88 of 255 = 35%

128
166
88

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

Portions of RGB colors in percentages

R + G + B =
128 + 166 + 88 = 382 (100%)
R 128 of 382 ~ 33.51%
G 166 of 382 ~ 43.46%
B 88 of 382 ~ 23.04%

%33.51
%43.46
%23.04

CMYK color model

#80A658 color CMYK value is (23,0,47,35).

  • cyan value is 22.89%
  • magenta value is 0.00%
  • yellow value is 46.99%
  • key color value is 34.90%
CMYK:
(23,0,47,35)
C23M0Y47K35 
(23%,0%,47%,35%)
(0.23/0.00/0.47/0.35)	

CMYK percentages

%22.89
%0
%46.99
%34.9

Codes

Color #80A658 in popluar color models

80A658
RGB12816688
HSL89°30.71%49.80%
HSB/HSV89°46.99%65.10%
CMYK22.89%0.00%46.99%
34.90%

Color #80A658 in popluar number systems.

HEX80A658
Decimal12816688
Binary10000000101001101011000
Octal200246130

Shades and tints

Shades of #80A658

#80A658
(128,166,88)
#759750
(117,151,80)
#6A8848
(106,136,72)
#5F7940
(95,121,64)
#546A38
(84,106,56)
#495B30
(73,91,48)
#3E4C28
(62,76,40)
#333D20
(51,61,32)
#282E18
(40,46,24)
#1D1F10
(29,31,16)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #80A658

#80A658
(128,166,88)
#8BAE67
(139,174,103)
#96B676
(150,182,118)
#A1BE85
(161,190,133)
#ACC694
(172,198,148)
#B7CEA3
(183,206,163)
#C2D6B2
(194,214,178)
#CDDEC1
(205,222,193)
#D8E6D0
(216,230,208)
#E3EEDF
(227,238,223)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A658 color. Also use rgb(128,166,88) instead hex code.

Text Font Color

.myTextColor { color: #80A658; }

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

This text font color is #80A658.


Background Color

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

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

This div background color is #80A658.


Border color

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

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

This div border color is #80A658.


Opacity

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

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

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

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

This text has shadow with #80A658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A658 on black background.


Color preview on white background

This text has color #80A658 on white background.



Black color preview on #80A658 background

This text has black color on #80A658 background.


White color preview on #80A658 background

This text has white color on #80A658 background.