COLOR #80966D

HEX: #80966D
RGB: (128,150,109)

Color info

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

RGB color model

#80966D color RGB value is (128,150,109).

  • red value is 128;
  • green value is 150;
  • blue value is 109.
RGB:
(128,150,109)
(50%,59%,43%)

RGB channels and saturation

R 128 of 255 = 50%
G 150 of 255 = 59%
B 109 of 255 = 43%

128
150
109

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

Portions of RGB colors in percentages

R + G + B =
128 + 150 + 109 = 387 (100%)
R 128 of 387 ~ 33.07%
G 150 of 387 ~ 38.76%
B 109 of 387 ~ 28.17%

%33.07
%38.76
%28.17

CMYK color model

#80966D color CMYK value is (15,0,27,41).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 41.18%
CMYK:
(15,0,27,41)
C15M0Y27K41 
(15%,0%,27%,41%)
(0.15/0.00/0.27/0.41)	

CMYK percentages

%14.67
%0
%27.33
%41.18

Codes

Color #80966D in popluar color models

80966D
RGB128150109
HSL92°16.33%50.78%
HSB/HSV92°27.33%58.82%
CMYK14.67%0.00%27.33%
41.18%

Color #80966D in popluar number systems.

HEX80966D
Decimal128150109
Binary10000000100101101101101
Octal200226155

Shades and tints

Shades of #80966D

#80966D
(128,150,109)
#758964
(117,137,100)
#6A7C5B
(106,124,91)
#5F6F52
(95,111,82)
#546249
(84,98,73)
#495540
(73,85,64)
#3E4837
(62,72,55)
#333B2E
(51,59,46)
#282E25
(40,46,37)
#1D211C
(29,33,28)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #80966D

#80966D
(128,150,109)
#8B9F7A
(139,159,122)
#96A887
(150,168,135)
#A1B194
(161,177,148)
#ACBAA1
(172,186,161)
#B7C3AE
(183,195,174)
#C2CCBB
(194,204,187)
#CDD5C8
(205,213,200)
#D8DED5
(216,222,213)
#E3E7E2
(227,231,226)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80966D color. Also use rgb(128,150,109) instead hex code.

Text Font Color

.myTextColor { color: #80966D; }

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

This text font color is #80966D.


Background Color

.myBgColor { background-color: #80966D; }

<div style="background-color:#80966D">Inner text</div>

This div background color is #80966D.


Border color

.myBorderColor { border: 1px solid #80966D; }

<div style="border:3px solid #80966D">Div</div>

This div border color is #80966D.


Opacity

.myOpacity80 { color: #80966D; opacity: 0.8; }

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

Text with #80966D 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 #80966D;}

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

This text has shadow with #80966D color.

.textShadow {text-shadow: 3px 3px 1px #80966D, 3px 3px 1px red;}

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

This text has shadow with #80966D primary color and red secondary color.


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

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

This text has shadow with #80966D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80966D on black background.


Color preview on white background

This text has color #80966D on white background.



Black color preview on #80966D background

This text has black color on #80966D background.


White color preview on #80966D background

This text has white color on #80966D background.