COLOR #80985E

HEX: #80985E
RGB: (128,152,94)

Color info

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

RGB color model

#80985E color RGB value is (128,152,94).

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

RGB channels and saturation

R 128 of 255 = 50%
G 152 of 255 = 60%
B 94 of 255 = 37%

128
152
94

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

Portions of RGB colors in percentages

R + G + B =
128 + 152 + 94 = 374 (100%)
R 128 of 374 ~ 34.22%
G 152 of 374 ~ 40.64%
B 94 of 374 ~ 25.13%

%34.22
%40.64
%25.13

CMYK color model

#80985E color CMYK value is (16,0,38,40).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 38.16%
  • key color value is 40.39%
CMYK:
(16,0,38,40)
C16M0Y38K40 
(16%,0%,38%,40%)
(0.16/0.00/0.38/0.40)	

CMYK percentages

%15.79
%0
%38.16
%40.39

Codes

Color #80985E in popluar color models

80985E
RGB12815294
HSL85°23.58%48.24%
HSB/HSV85°38.16%59.61%
CMYK15.79%0.00%38.16%
40.39%

Color #80985E in popluar number systems.

HEX80985E
Decimal12815294
Binary10000000100110001011110
Octal200230136

Shades and tints

Shades of #80985E

#80985E
(128,152,94)
#758B56
(117,139,86)
#6A7E4E
(106,126,78)
#5F7146
(95,113,70)
#54643E
(84,100,62)
#495736
(73,87,54)
#3E4A2E
(62,74,46)
#333D26
(51,61,38)
#28301E
(40,48,30)
#1D2316
(29,35,22)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #80985E

#80985E
(128,152,94)
#8BA16C
(139,161,108)
#96AA7A
(150,170,122)
#A1B388
(161,179,136)
#ACBC96
(172,188,150)
#B7C5A4
(183,197,164)
#C2CEB2
(194,206,178)
#CDD7C0
(205,215,192)
#D8E0CE
(216,224,206)
#E3E9DC
(227,233,220)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80985E; }

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

This text font color is #80985E.


Background Color

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

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

This div background color is #80985E.


Border color

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

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

This div border color is #80985E.


Opacity

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

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

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

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

This text has shadow with #80985E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80985E on black background.


Color preview on white background

This text has color #80985E on white background.



Black color preview on #80985E background

This text has black color on #80985E background.


White color preview on #80985E background

This text has white color on #80985E background.