COLOR #80896E

HEX: #80896E
RGB: (128,137,110)

Color info

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

RGB color model

#80896E color RGB value is (128,137,110).

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

RGB channels and saturation

R 128 of 255 = 50%
G 137 of 255 = 54%
B 110 of 255 = 43%

128
137
110

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

Portions of RGB colors in percentages

R + G + B =
128 + 137 + 110 = 375 (100%)
R 128 of 375 ~ 34.13%
G 137 of 375 ~ 36.53%
B 110 of 375 ~ 29.33%

%34.13
%36.53
%29.33

CMYK color model

#80896E color CMYK value is (7,0,20,46).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 19.71%
  • key color value is 46.27%
CMYK:
(7,0,20,46)
C7M0Y20K46 
(7%,0%,20%,46%)
(0.07/0.00/0.20/0.46)	

CMYK percentages

%6.57
%0
%19.71
%46.27

Codes

Color #80896E in popluar color models

80896E
RGB128137110
HSL80°10.93%48.43%
HSB/HSV80°19.71%53.73%
CMYK6.57%0.00%19.71%
46.27%

Color #80896E in popluar number systems.

HEX80896E
Decimal128137110
Binary10000000100010011101110
Octal200211156

Shades and tints

Shades of #80896E

#80896E
(128,137,110)
#757D64
(117,125,100)
#6A715A
(106,113,90)
#5F6550
(95,101,80)
#545946
(84,89,70)
#494D3C
(73,77,60)
#3E4132
(62,65,50)
#333528
(51,53,40)
#28291E
(40,41,30)
#1D1D14
(29,29,20)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #80896E

#80896E
(128,137,110)
#8B937B
(139,147,123)
#969D88
(150,157,136)
#A1A795
(161,167,149)
#ACB1A2
(172,177,162)
#B7BBAF
(183,187,175)
#C2C5BC
(194,197,188)
#CDCFC9
(205,207,201)
#D8D9D6
(216,217,214)
#E3E3E3
(227,227,227)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80896E; }

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

This text font color is #80896E.


Background Color

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

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

This div background color is #80896E.


Border color

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

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

This div border color is #80896E.


Opacity

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

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

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

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

This text has shadow with #80896E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80896E on black background.


Color preview on white background

This text has color #80896E on white background.



Black color preview on #80896E background

This text has black color on #80896E background.


White color preview on #80896E background

This text has white color on #80896E background.