COLOR #80A566

HEX: #80A566
RGB: (128,165,102)

Color info

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

RGB color model

#80A566 color RGB value is (128,165,102).

  • red value is 128;
  • green value is 165;
  • blue value is 102.
RGB:
(128,165,102)
(50%,65%,40%)

RGB channels and saturation

R 128 of 255 = 50%
G 165 of 255 = 65%
B 102 of 255 = 40%

128
165
102

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

Portions of RGB colors in percentages

R + G + B =
128 + 165 + 102 = 395 (100%)
R 128 of 395 ~ 32.41%
G 165 of 395 ~ 41.77%
B 102 of 395 ~ 25.82%

%32.41
%41.77
%25.82

CMYK color model

#80A566 color CMYK value is (22,0,38,35).

  • cyan value is 22.42%
  • magenta value is 0.00%
  • yellow value is 38.18%
  • key color value is 35.29%
CMYK:
(22,0,38,35)
C22M0Y38K35 
(22%,0%,38%,35%)
(0.22/0.00/0.38/0.35)	

CMYK percentages

%22.42
%0
%38.18
%35.29

Codes

Color #80A566 in popluar color models

80A566
RGB128165102
HSL95°25.93%52.35%
HSB/HSV95°38.18%64.71%
CMYK22.42%0.00%38.18%
35.29%

Color #80A566 in popluar number systems.

HEX80A566
Decimal128165102
Binary10000000101001011100110
Octal200245146

Shades and tints

Shades of #80A566

#80A566
(128,165,102)
#75965D
(117,150,93)
#6A8754
(106,135,84)
#5F784B
(95,120,75)
#546942
(84,105,66)
#495A39
(73,90,57)
#3E4B30
(62,75,48)
#333C27
(51,60,39)
#282D1E
(40,45,30)
#1D1E15
(29,30,21)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #80A566

#80A566
(128,165,102)
#8BAD73
(139,173,115)
#96B580
(150,181,128)
#A1BD8D
(161,189,141)
#ACC59A
(172,197,154)
#B7CDA7
(183,205,167)
#C2D5B4
(194,213,180)
#CDDDC1
(205,221,193)
#D8E5CE
(216,229,206)
#E3EDDB
(227,237,219)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A566 color. Also use rgb(128,165,102) instead hex code.

Text Font Color

.myTextColor { color: #80A566; }

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

This text font color is #80A566.


Background Color

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

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

This div background color is #80A566.


Border color

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

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

This div border color is #80A566.


Opacity

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

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

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

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

This text has shadow with #80A566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A566 on black background.


Color preview on white background

This text has color #80A566 on white background.



Black color preview on #80A566 background

This text has black color on #80A566 background.


White color preview on #80A566 background

This text has white color on #80A566 background.