COLOR #80885D

HEX: #80885D
RGB: (128,136,93)

Color info

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

RGB color model

#80885D color RGB value is (128,136,93).

  • red value is 128;
  • green value is 136;
  • blue value is 93.
RGB:
(128,136,93)
(50%,53%,36%)

RGB channels and saturation

R 128 of 255 = 50%
G 136 of 255 = 53%
B 93 of 255 = 36%

128
136
93

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

Portions of RGB colors in percentages

R + G + B =
128 + 136 + 93 = 357 (100%)
R 128 of 357 ~ 35.85%
G 136 of 357 ~ 38.1%
B 93 of 357 ~ 26.05%

%35.85
%38.1
%26.05

CMYK color model

#80885D color CMYK value is (6,0,32,47).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 31.62%
  • key color value is 46.67%
CMYK:
(6,0,32,47)
C6M0Y32K47 
(6%,0%,32%,47%)
(0.06/0.00/0.32/0.47)	

CMYK percentages

%5.88
%0
%31.62
%46.67

Codes

Color #80885D in popluar color models

80885D
RGB12813693
HSL71°18.78%44.90%
HSB/HSV71°31.62%53.33%
CMYK5.88%0.00%31.62%
46.67%

Color #80885D in popluar number systems.

HEX80885D
Decimal12813693
Binary10000000100010001011101
Octal200210135

Shades and tints

Shades of #80885D

#80885D
(128,136,93)
#757C55
(117,124,85)
#6A704D
(106,112,77)
#5F6445
(95,100,69)
#54583D
(84,88,61)
#494C35
(73,76,53)
#3E402D
(62,64,45)
#333425
(51,52,37)
#28281D
(40,40,29)
#1D1C15
(29,28,21)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #80885D

#80885D
(128,136,93)
#8B926B
(139,146,107)
#969C79
(150,156,121)
#A1A687
(161,166,135)
#ACB095
(172,176,149)
#B7BAA3
(183,186,163)
#C2C4B1
(194,196,177)
#CDCEBF
(205,206,191)
#D8D8CD
(216,216,205)
#E3E2DB
(227,226,219)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80885D color. Also use rgb(128,136,93) instead hex code.

Text Font Color

.myTextColor { color: #80885D; }

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

This text font color is #80885D.


Background Color

.myBgColor { background-color: #80885D; }

<div style="background-color:#80885D">Inner text</div>

This div background color is #80885D.


Border color

.myBorderColor { border: 1px solid #80885D; }

<div style="border:3px solid #80885D">Div</div>

This div border color is #80885D.


Opacity

.myOpacity80 { color: #80885D; opacity: 0.8; }

<p style="color:#80885D;opacity:0.8;">80%</p>

Text with #80885D 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 #80885D;}

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

This text has shadow with #80885D color.

.textShadow {text-shadow: 3px 3px 1px #80885D, 3px 3px 1px red;}

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

This text has shadow with #80885D primary color and red secondary color.


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

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

This text has shadow with #80885D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80885D on black background.


Color preview on white background

This text has color #80885D on white background.



Black color preview on #80885D background

This text has black color on #80885D background.


White color preview on #80885D background

This text has white color on #80885D background.