COLOR #80895A

HEX: #80895A
RGB: (128,137,90)

Color info

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

RGB color model

#80895A color RGB value is (128,137,90).

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

RGB channels and saturation

R 128 of 255 = 50%
G 137 of 255 = 54%
B 90 of 255 = 35%

128
137
90

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

Portions of RGB colors in percentages

R + G + B =
128 + 137 + 90 = 355 (100%)
R 128 of 355 ~ 36.06%
G 137 of 355 ~ 38.59%
B 90 of 355 ~ 25.35%

%36.06
%38.59
%25.35

CMYK color model

#80895A color CMYK value is (7,0,34,46).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 46.27%
CMYK:
(7,0,34,46)
C7M0Y34K46 
(7%,0%,34%,46%)
(0.07/0.00/0.34/0.46)	

CMYK percentages

%6.57
%0
%34.31
%46.27

Codes

Color #80895A in popluar color models

80895A
RGB12813790
HSL71°20.70%44.51%
HSB/HSV71°34.31%53.73%
CMYK6.57%0.00%34.31%
46.27%

Color #80895A in popluar number systems.

HEX80895A
Decimal12813790
Binary10000000100010011011010
Octal200211132

Shades and tints

Shades of #80895A

#80895A
(128,137,90)
#757D52
(117,125,82)
#6A714A
(106,113,74)
#5F6542
(95,101,66)
#54593A
(84,89,58)
#494D32
(73,77,50)
#3E412A
(62,65,42)
#333522
(51,53,34)
#28291A
(40,41,26)
#1D1D12
(29,29,18)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #80895A

#80895A
(128,137,90)
#8B9369
(139,147,105)
#969D78
(150,157,120)
#A1A787
(161,167,135)
#ACB196
(172,177,150)
#B7BBA5
(183,187,165)
#C2C5B4
(194,197,180)
#CDCFC3
(205,207,195)
#D8D9D2
(216,217,210)
#E3E3E1
(227,227,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80895A; }

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

This text font color is #80895A.


Background Color

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

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

This div background color is #80895A.


Border color

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

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

This div border color is #80895A.


Opacity

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

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

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

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

This text has shadow with #80895A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80895A on black background.


Color preview on white background

This text has color #80895A on white background.



Black color preview on #80895A background

This text has black color on #80895A background.


White color preview on #80895A background

This text has white color on #80895A background.