COLOR #80805B

HEX: #80805B RGB: (128,128,91)

Color info

#80805B contains red, green and blue colors in about the same proportion. Web safe color of #80805B is #666666 (or #666).

RGB color model

#80805B color RGB value is (128,128,91).

RGB: (128,128,91) (50%, 50%, 36%)

RGB channels and saturation

R 128 of 255 = 50%
G 128 of 255 = 50%
B 91 of 255 = 36%

128
128
91

R + G + B ~ 45%. #80805B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 128 + 91 = 347 (100%)
R 128 of 347 ~ 36.89%
G 128 of 347 ~ 36.89%
B 91 of 347 ~ 26.22'%

%36.89
%36.89
%26.22

CMYK color model

#80805B color CMYK value is (0,0,29,50).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 28.91%
  • key color value is 49.80%

CMYK: (0,0,29,50)
C0M0Y29K50 (0%, 0%, 29%, 50%)
(0.00 / 0.00 / 0.29 / 0.50)

CMYK percentages

%0
%0
%28.91
%49.8

Codes

Color #80805B in popluar color models

80 80 5B
RGB 128 128 91
HSL 60° 16.89% 42.94%
HSB/HSV 60° 28.91% 50.20%
CMYK 0.00% 0.00% 28.91%
49.80%

Color #80805B in popluar number systems.

HEX 80 80 5B
Decimal 128 128 91
Binary 10000000 10000000 1011011
Octal 200 200 133

Shades and tints

Shades of #80805B

#80805B
(128,128,91)
#757553
(117,117,83)
#6A6A4B
(106,106,75)
#5F5F43
(95,95,67)
#54543B
(84,84,59)
#494933
(73,73,51)
#3E3E2B
(62,62,43)
#333323
(51,51,35)
#28281B
(40,40,27)
#1D1D13
(29,29,19)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #80805B

#80805B
(128,128,91)
#8B8B69
(139,139,105)
#969677
(150,150,119)
#A1A185
(161,161,133)
#ACAC93
(172,172,147)
#B7B7A1
(183,183,161)
#C2C2AF
(194,194,175)
#CDCDBD
(205,205,189)
#D8D8CB
(216,216,203)
#E3E3D9
(227,227,217)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80805B color. Also use rgb(128,128,91) instead hex code.

Text Font Color

.myTextColor { color: #80805B; }

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

This text font color is #80805B.

Background Color

.myBgColor { background-color: #80805B; }

<div style="background-color:#80805B">Inner text</div>

This div background color is #80805B.

Border color

.myBorderColor { border: 1px solid #80805B; }

<div style="border:3px solid #80805B">Div</div>

This div border color is #80805B.

Opacity

.myOpacity80 { color: #80805B; opacity: 0.8; }

<p style="color:#80805B;opacity:0.8;">80%</p>

Text with #80805B 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 #80805B;}

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

This text has shadow with #80805B color.


.textShadow {text-shadow: 3px 3px 1px #80805B', 3px 3px 1px red;}

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

This text has shadow with #80805B primary color and red secondary color.


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

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

This text has shadow with #80805B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80805B; -webkit-box-shadow: 1px 1px 3px 2px #80805B; box-shadow:1px 1px 3px 2px #80805B;">
Div content here
</div>

This div box has shadow with color #80805B.

Preview

Color preview on black background

This text has color #80805B on black background.


Color preview on white background

This text has color #80805B on white background.


Black color preview on #80805B background

This text has black color on #80805B background.


White color preview on #80805B background

This text has white color on #80805B background.


Related colors

Complementary color

Complementary color for #hex is #7F7FA4.


I love getcolorcode.com