COLOR #80996F

HEX: #80996F RGB: (128,153,111)

Color info

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

RGB color model

#80996F color RGB value is (128,153,111).

RGB: (128,153,111) (50%, 60%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 153 of 255 = 60%
B 111 of 255 = 44%

128
153
111

R + G + B ~ 51%. #80996F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 153 + 111 = 392 (100%)
R 128 of 392 ~ 32.65%
G 153 of 392 ~ 39.03%
B 111 of 392 ~ 28.32'%

%32.65
%39.03
%28.32

CMYK color model

#80996F color CMYK value is (16,0,27,40).

  • cyan value is 16.34%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 40.00%

CMYK: (16,0,27,40)
C16M0Y27K40 (16%, 0%, 27%, 40%)
(0.16 / 0.00 / 0.27 / 0.40)

CMYK percentages

%16.34
%0
%27.45
%40

Codes

Color #80996F in popluar color models

80 99 6F
RGB 128 153 111
HSL 96° 17.07% 51.76%
HSB/HSV 96° 27.45% 60.00%
CMYK 16.34% 0.00% 27.45%
40.00%

Color #80996F in popluar number systems.

HEX 80 99 6F
Decimal 128 153 111
Binary 10000000 10011001 1101111
Octal 200 231 157

Shades and tints

Shades of #80996F

#80996F
(128,153,111)
#758C65
(117,140,101)
#6A7F5B
(106,127,91)
#5F7251
(95,114,81)
#546547
(84,101,71)
#49583D
(73,88,61)
#3E4B33
(62,75,51)
#333E29
(51,62,41)
#28311F
(40,49,31)
#1D2415
(29,36,21)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #80996F

#80996F
(128,153,111)
#8BA27C
(139,162,124)
#96AB89
(150,171,137)
#A1B496
(161,180,150)
#ACBDA3
(172,189,163)
#B7C6B0
(183,198,176)
#C2CFBD
(194,207,189)
#CDD8CA
(205,216,202)
#D8E1D7
(216,225,215)
#E3EAE4
(227,234,228)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80996F color. Also use rgb(128,153,111) instead hex code.

Text Font Color

.myTextColor { color: #80996F; }

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

This text font color is #80996F.

Background Color

.myBgColor { background-color: #80996F; }

<div style="background-color:#80996F">Inner text</div>

This div background color is #80996F.

Border color

.myBorderColor { border: 1px solid #80996F; }

<div style="border:3px solid #80996F">Div</div>

This div border color is #80996F.

Opacity

.myOpacity80 { color: #80996F; opacity: 0.8; }

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

Text with #80996F 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 #80996F;}

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

This text has shadow with #80996F color.


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

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

This text has shadow with #80996F primary color and red secondary color.


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

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

This text has shadow with #80996F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80996F.

Preview

Color preview on black background

This text has color #80996F on black background.


Color preview on white background

This text has color #80996F on white background.


Black color preview on #80996F background

This text has black color on #80996F background.


White color preview on #80996F background

This text has white color on #80996F background.


Related colors

Complementary color

Complementary color for #hex is #7F6690.


I love getcolorcode.com

Triadic colors

1 #6F8099 and #996F80 with #80996F are triadic colors.

2 #6F9980 and #99806F with #80996F are triadic colors.