COLOR #80896F

HEX: #80896F
RGB: (128,137,111)

Color info

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

RGB color model

#80896F color RGB value is (128,137,111).

  • red value is 128;
  • green value is 137;
  • blue value is 111.
RGB:
(128,137,111)
(50%,54%,44%)

RGB channels and saturation

R 128 of 255 = 50%
G 137 of 255 = 54%
B 111 of 255 = 44%

128
137
111

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

Portions of RGB colors in percentages

R + G + B =
128 + 137 + 111 = 376 (100%)
R 128 of 376 ~ 34.04%
G 137 of 376 ~ 36.44%
B 111 of 376 ~ 29.52%

%34.04
%36.44
%29.52

CMYK color model

#80896F color CMYK value is (7,0,19,46).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 18.98%
  • key color value is 46.27%
CMYK:
(7,0,19,46)
C7M0Y19K46 
(7%,0%,19%,46%)
(0.07/0.00/0.19/0.46)	

CMYK percentages

%6.57
%0
%18.98
%46.27

Codes

Color #80896F in popluar color models

80896F
RGB128137111
HSL81°10.48%48.63%
HSB/HSV81°18.98%53.73%
CMYK6.57%0.00%18.98%
46.27%

Color #80896F in popluar number systems.

HEX80896F
Decimal128137111
Binary10000000100010011101111
Octal200211157

Shades and tints

Shades of #80896F

#80896F
(128,137,111)
#757D65
(117,125,101)
#6A715B
(106,113,91)
#5F6551
(95,101,81)
#545947
(84,89,71)
#494D3D
(73,77,61)
#3E4133
(62,65,51)
#333529
(51,53,41)
#28291F
(40,41,31)
#1D1D15
(29,29,21)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #80896F

#80896F
(128,137,111)
#8B937C
(139,147,124)
#969D89
(150,157,137)
#A1A796
(161,167,150)
#ACB1A3
(172,177,163)
#B7BBB0
(183,187,176)
#C2C5BD
(194,197,189)
#CDCFCA
(205,207,202)
#D8D9D7
(216,217,215)
#E3E3E4
(227,227,228)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80896F; }

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

This text font color is #80896F.


Background Color

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

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

This div background color is #80896F.


Border color

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

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

This div border color is #80896F.


Opacity

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

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

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

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

This text has shadow with #80896F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80896F on black background.


Color preview on white background

This text has color #80896F on white background.



Black color preview on #80896F background

This text has black color on #80896F background.


White color preview on #80896F background

This text has white color on #80896F background.