COLOR #80A356

HEX: #80A356
RGB: (128,163,86)

Color info

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

RGB color model

#80A356 color RGB value is (128,163,86).

  • red value is 128;
  • green value is 163;
  • blue value is 86.
RGB:
(128,163,86)
(50%,64%,34%)

RGB channels and saturation

R 128 of 255 = 50%
G 163 of 255 = 64%
B 86 of 255 = 34%

128
163
86

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

Portions of RGB colors in percentages

R + G + B =
128 + 163 + 86 = 377 (100%)
R 128 of 377 ~ 33.95%
G 163 of 377 ~ 43.24%
B 86 of 377 ~ 22.81%

%33.95
%43.24
%22.81

CMYK color model

#80A356 color CMYK value is (21,0,47,36).

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 47.24%
  • key color value is 36.08%
CMYK:
(21,0,47,36)
C21M0Y47K36 
(21%,0%,47%,36%)
(0.21/0.00/0.47/0.36)	

CMYK percentages

%21.47
%0
%47.24
%36.08

Codes

Color #80A356 in popluar color models

80A356
RGB12816386
HSL87°30.92%48.82%
HSB/HSV87°47.24%63.92%
CMYK21.47%0.00%47.24%
36.08%

Color #80A356 in popluar number systems.

HEX80A356
Decimal12816386
Binary10000000101000111010110
Octal200243126

Shades and tints

Shades of #80A356

#80A356
(128,163,86)
#75954F
(117,149,79)
#6A8748
(106,135,72)
#5F7941
(95,121,65)
#546B3A
(84,107,58)
#495D33
(73,93,51)
#3E4F2C
(62,79,44)
#334125
(51,65,37)
#28331E
(40,51,30)
#1D2517
(29,37,23)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #80A356

#80A356
(128,163,86)
#8BAB65
(139,171,101)
#96B374
(150,179,116)
#A1BB83
(161,187,131)
#ACC392
(172,195,146)
#B7CBA1
(183,203,161)
#C2D3B0
(194,211,176)
#CDDBBF
(205,219,191)
#D8E3CE
(216,227,206)
#E3EBDD
(227,235,221)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A356 color. Also use rgb(128,163,86) instead hex code.

Text Font Color

.myTextColor { color: #80A356; }

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

This text font color is #80A356.


Background Color

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

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

This div background color is #80A356.


Border color

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

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

This div border color is #80A356.


Opacity

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

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

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

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

This text has shadow with #80A356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A356 on black background.


Color preview on white background

This text has color #80A356 on white background.



Black color preview on #80A356 background

This text has black color on #80A356 background.


White color preview on #80A356 background

This text has white color on #80A356 background.