COLOR #80A479

HEX: #80A479
RGB: (128,164,121)

Color info

#80A479 contains red, green and blue colors in about the same proportion. Web safe color of #80A479 is #669966 (or #696).

RGB color model

#80A479 color RGB value is (128,164,121).

  • red value is 128;
  • green value is 164;
  • blue value is 121.
RGB:
(128,164,121)
(50%,64%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 164 of 255 = 64%
B 121 of 255 = 47%

128
164
121

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

Portions of RGB colors in percentages

R + G + B =
128 + 164 + 121 = 413 (100%)
R 128 of 413 ~ 30.99%
G 164 of 413 ~ 39.71%
B 121 of 413 ~ 29.3%

%30.99
%39.71
%29.3

CMYK color model

#80A479 color CMYK value is (22,0,26,36).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 26.22%
  • key color value is 35.69%
CMYK:
(22,0,26,36)
C22M0Y26K36 
(22%,0%,26%,36%)
(0.22/0.00/0.26/0.36)	

CMYK percentages

%21.95
%0
%26.22
%35.69

Codes

Color #80A479 in popluar color models

80A479
RGB128164121
HSL110°19.11%55.88%
HSB/HSV110°26.22%64.31%
CMYK21.95%0.00%26.22%
35.69%

Color #80A479 in popluar number systems.

HEX80A479
Decimal128164121
Binary10000000101001001111001
Octal200244171

Shades and tints

Shades of #80A479

#80A479
(128,164,121)
#75966E
(117,150,110)
#6A8863
(106,136,99)
#5F7A58
(95,122,88)
#546C4D
(84,108,77)
#495E42
(73,94,66)
#3E5037
(62,80,55)
#33422C
(51,66,44)
#283421
(40,52,33)
#1D2616
(29,38,22)
#12180B
(18,24,11)
#000000
(0,0,0)

Tints of #80A479

#80A479
(128,164,121)
#8BAC85
(139,172,133)
#96B491
(150,180,145)
#A1BC9D
(161,188,157)
#ACC4A9
(172,196,169)
#B7CCB5
(183,204,181)
#C2D4C1
(194,212,193)
#CDDCCD
(205,220,205)
#D8E4D9
(216,228,217)
#E3ECE5
(227,236,229)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A479 color. Also use rgb(128,164,121) instead hex code.

Text Font Color

.myTextColor { color: #80A479; }

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

This text font color is #80A479.


Background Color

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

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

This div background color is #80A479.


Border color

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

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

This div border color is #80A479.


Opacity

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

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

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

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

This text has shadow with #80A479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A479 on black background.


Color preview on white background

This text has color #80A479 on white background.



Black color preview on #80A479 background

This text has black color on #80A479 background.


White color preview on #80A479 background

This text has white color on #80A479 background.