COLOR #80895E

HEX: #80895E
RGB: (128,137,94)

Color info

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

RGB color model

#80895E color RGB value is (128,137,94).

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

RGB channels and saturation

R 128 of 255 = 50%
G 137 of 255 = 54%
B 94 of 255 = 37%

128
137
94

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

Portions of RGB colors in percentages

R + G + B =
128 + 137 + 94 = 359 (100%)
R 128 of 359 ~ 35.65%
G 137 of 359 ~ 38.16%
B 94 of 359 ~ 26.18%

%35.65
%38.16
%26.18

CMYK color model

#80895E color CMYK value is (7,0,31,46).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 31.39%
  • key color value is 46.27%
CMYK:
(7,0,31,46)
C7M0Y31K46 
(7%,0%,31%,46%)
(0.07/0.00/0.31/0.46)	

CMYK percentages

%6.57
%0
%31.39
%46.27

Codes

Color #80895E in popluar color models

80895E
RGB12813794
HSL73°18.61%45.29%
HSB/HSV73°31.39%53.73%
CMYK6.57%0.00%31.39%
46.27%

Color #80895E in popluar number systems.

HEX80895E
Decimal12813794
Binary10000000100010011011110
Octal200211136

Shades and tints

Shades of #80895E

#80895E
(128,137,94)
#757D56
(117,125,86)
#6A714E
(106,113,78)
#5F6546
(95,101,70)
#54593E
(84,89,62)
#494D36
(73,77,54)
#3E412E
(62,65,46)
#333526
(51,53,38)
#28291E
(40,41,30)
#1D1D16
(29,29,22)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #80895E

#80895E
(128,137,94)
#8B936C
(139,147,108)
#969D7A
(150,157,122)
#A1A788
(161,167,136)
#ACB196
(172,177,150)
#B7BBA4
(183,187,164)
#C2C5B2
(194,197,178)
#CDCFC0
(205,207,192)
#D8D9CE
(216,217,206)
#E3E3DC
(227,227,220)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80895E; }

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

This text font color is #80895E.


Background Color

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

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

This div background color is #80895E.


Border color

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

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

This div border color is #80895E.


Opacity

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

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

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

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

This text has shadow with #80895E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80895E on black background.


Color preview on white background

This text has color #80895E on white background.



Black color preview on #80895E background

This text has black color on #80895E background.


White color preview on #80895E background

This text has white color on #80895E background.