COLOR #80976A

HEX: #80976A RGB: (128,151,106)

Color info

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

RGB color model

#80976A color RGB value is (128,151,106).

RGB: (128,151,106) (50%, 59%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 151 of 255 = 59%
B 106 of 255 = 42%

128
151
106

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

Portions of RGB colors in percentages

R + G + B = 128 + 151 + 106 = 385 (100%)
R 128 of 385 ~ 33.25%
G 151 of 385 ~ 39.22%
B 106 of 385 ~ 27.53'%

%33.25
%39.22
%27.53

CMYK color model

#80976A color CMYK value is (15,0,30,41).

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 40.78%

CMYK: (15,0,30,41)
C15M0Y30K41 (15%, 0%, 30%, 41%)
(0.15 / 0.00 / 0.30 / 0.41)

CMYK percentages

%15.23
%0
%29.8
%40.78

Codes

Color #80976A in popluar color models

80 97 6A
RGB 128 151 106
HSL 91° 17.79% 50.39%
HSB/HSV 91° 29.80% 59.22%
CMYK 15.23% 0.00% 29.80%
40.78%

Color #80976A in popluar number systems.

HEX 80 97 6A
Decimal 128 151 106
Binary 10000000 10010111 1101010
Octal 200 227 152

Shades and tints

Shades of #80976A

#80976A
(128,151,106)
#758A61
(117,138,97)
#6A7D58
(106,125,88)
#5F704F
(95,112,79)
#546346
(84,99,70)
#49563D
(73,86,61)
#3E4934
(62,73,52)
#333C2B
(51,60,43)
#282F22
(40,47,34)
#1D2219
(29,34,25)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #80976A

#80976A
(128,151,106)
#8BA077
(139,160,119)
#96A984
(150,169,132)
#A1B291
(161,178,145)
#ACBB9E
(172,187,158)
#B7C4AB
(183,196,171)
#C2CDB8
(194,205,184)
#CDD6C5
(205,214,197)
#D8DFD2
(216,223,210)
#E3E8DF
(227,232,223)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80976A color. Also use rgb(128,151,106) instead hex code.

Text Font Color

.myTextColor { color: #80976A; }

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

This text font color is #80976A.

Background Color

.myBgColor { background-color: #80976A; }

<div style="background-color:#80976A">Inner text</div>

This div background color is #80976A.

Border color

.myBorderColor { border: 1px solid #80976A; }

<div style="border:3px solid #80976A">Div</div>

This div border color is #80976A.

Opacity

.myOpacity80 { color: #80976A; opacity: 0.8; }

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

Text with #80976A 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 #80976A;}

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

This text has shadow with #80976A color.


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

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

This text has shadow with #80976A primary color and red secondary color.


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

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

This text has shadow with #80976A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80976A.

Preview

Color preview on black background

This text has color #80976A on black background.


Color preview on white background

This text has color #80976A on white background.


Black color preview on #80976A background

This text has black color on #80976A background.


White color preview on #80976A background

This text has white color on #80976A background.


Related colors

Complementary color

Complementary color for #hex is #7F6895.


I love getcolorcode.com

Triadic colors

1 #6A8097 and #976A80 with #80976A are triadic colors.

2 #6A9780 and #97806A with #80976A are triadic colors.