COLOR #80897A

HEX: #80897A
RGB: (128,137,122)

Color info

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

RGB color model

#80897A color RGB value is (128,137,122).

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

RGB channels and saturation

R 128 of 255 = 50%
G 137 of 255 = 54%
B 122 of 255 = 48%

128
137
122

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

Portions of RGB colors in percentages

R + G + B =
128 + 137 + 122 = 387 (100%)
R 128 of 387 ~ 33.07%
G 137 of 387 ~ 35.4%
B 122 of 387 ~ 31.52%

%33.07
%35.4
%31.52

CMYK color model

#80897A color CMYK value is (7,0,11,46).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 46.27%
CMYK:
(7,0,11,46)
C7M0Y11K46 
(7%,0%,11%,46%)
(0.07/0.00/0.11/0.46)	

CMYK percentages

%6.57
%0
%10.95
%46.27

Codes

Color #80897A in popluar color models

80897A
RGB128137122
HSL96°5.98%50.78%
HSB/HSV96°10.95%53.73%
CMYK6.57%0.00%10.95%
46.27%

Color #80897A in popluar number systems.

HEX80897A
Decimal128137122
Binary10000000100010011111010
Octal200211172

Shades and tints

Shades of #80897A

#80897A
(128,137,122)
#757D6F
(117,125,111)
#6A7164
(106,113,100)
#5F6559
(95,101,89)
#54594E
(84,89,78)
#494D43
(73,77,67)
#3E4138
(62,65,56)
#33352D
(51,53,45)
#282922
(40,41,34)
#1D1D17
(29,29,23)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #80897A

#80897A
(128,137,122)
#8B9386
(139,147,134)
#969D92
(150,157,146)
#A1A79E
(161,167,158)
#ACB1AA
(172,177,170)
#B7BBB6
(183,187,182)
#C2C5C2
(194,197,194)
#CDCFCE
(205,207,206)
#D8D9DA
(216,217,218)
#E3E3E6
(227,227,230)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80897A color. Also use rgb(128,137,122) instead hex code.

Text Font Color

.myTextColor { color: #80897A; }

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

This text font color is #80897A.


Background Color

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

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

This div background color is #80897A.


Border color

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

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

This div border color is #80897A.


Opacity

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

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

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

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

This text has shadow with #80897A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80897A on black background.


Color preview on white background

This text has color #80897A on white background.



Black color preview on #80897A background

This text has black color on #80897A background.


White color preview on #80897A background

This text has white color on #80897A background.