COLOR #80A46B

HEX: #80A46B RGB: (128,164,107)

Color info

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

RGB color model

#80A46B color RGB value is (128,164,107).

RGB: (128,164,107) (50%, 64%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 164 of 255 = 64%
B 107 of 255 = 42%

128
164
107

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

Portions of RGB colors in percentages

R + G + B = 128 + 164 + 107 = 399 (100%)
R 128 of 399 ~ 32.08%
G 164 of 399 ~ 41.1%
B 107 of 399 ~ 26.82'%

%32.08
%41.1
%26.82

CMYK color model

#80A46B color CMYK value is (22,0,35,36).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 35.69%

CMYK: (22,0,35,36)
C22M0Y35K36 (22%, 0%, 35%, 36%)
(0.22 / 0.00 / 0.35 / 0.36)

CMYK percentages

%21.95
%0
%34.76
%35.69

Codes

Color #80A46B in popluar color models

80 A4 6B
RGB 128 164 107
HSL 98° 23.85% 53.14%
HSB/HSV 98° 34.76% 64.31%
CMYK 21.95% 0.00% 34.76%
35.69%

Color #80A46B in popluar number systems.

HEX 80 A4 6B
Decimal 128 164 107
Binary 10000000 10100100 1101011
Octal 200 244 153

Shades and tints

Shades of #80A46B

#80A46B
(128,164,107)
#759662
(117,150,98)
#6A8859
(106,136,89)
#5F7A50
(95,122,80)
#546C47
(84,108,71)
#495E3E
(73,94,62)
#3E5035
(62,80,53)
#33422C
(51,66,44)
#283423
(40,52,35)
#1D261A
(29,38,26)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #80A46B

#80A46B
(128,164,107)
#8BAC78
(139,172,120)
#96B485
(150,180,133)
#A1BC92
(161,188,146)
#ACC49F
(172,196,159)
#B7CCAC
(183,204,172)
#C2D4B9
(194,212,185)
#CDDCC6
(205,220,198)
#D8E4D3
(216,228,211)
#E3ECE0
(227,236,224)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A46B; }

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

This text font color is #80A46B.

Background Color

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

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

This div background color is #80A46B.

Border color

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

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

This div border color is #80A46B.

Opacity

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

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

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

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

This text has shadow with #80A46B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A46B.

Preview

Color preview on black background

This text has color #80A46B on black background.


Color preview on white background

This text has color #80A46B on white background.


Black color preview on #80A46B background

This text has black color on #80A46B background.


White color preview on #80A46B background

This text has white color on #80A46B background.


Related colors

Complementary color

Complementary color for #hex is #7F5B94.


I love getcolorcode.com

Triadic colors

1 #6B80A4 and #A46B80 with #80A46B are triadic colors.

2 #6BA480 and #A4806B with #80A46B are triadic colors.