COLOR #808061

HEX: #808061 RGB: (128,128,97)

Color info

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

RGB color model

#808061 color RGB value is (128,128,97).

RGB: (128,128,97) (50%, 50%, 38%)

RGB channels and saturation

R 128 of 255 = 50%
G 128 of 255 = 50%
B 97 of 255 = 38%

128
128
97

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

Portions of RGB colors in percentages

R + G + B = 128 + 128 + 97 = 353 (100%)
R 128 of 353 ~ 36.26%
G 128 of 353 ~ 36.26%
B 97 of 353 ~ 27.48'%

%36.26
%36.26
%27.48

CMYK color model

#808061 color CMYK value is (0,0,24,50).

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

CMYK: (0,0,24,50)
C0M0Y24K50 (0%, 0%, 24%, 50%)
(0.00 / 0.00 / 0.24 / 0.50)

CMYK percentages

%0
%0
%24.22
%49.8

Codes

Color #808061 in popluar color models

80 80 61
RGB 128 128 97
HSL 60° 13.78% 44.12%
HSB/HSV 60° 24.22% 50.20%
CMYK 0.00% 0.00% 24.22%
49.80%

Color #808061 in popluar number systems.

HEX 80 80 61
Decimal 128 128 97
Binary 10000000 10000000 1100001
Octal 200 200 141

Shades and tints

Shades of #808061

#808061
(128,128,97)
#757559
(117,117,89)
#6A6A51
(106,106,81)
#5F5F49
(95,95,73)
#545441
(84,84,65)
#494939
(73,73,57)
#3E3E31
(62,62,49)
#333329
(51,51,41)
#282821
(40,40,33)
#1D1D19
(29,29,25)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #808061

#808061
(128,128,97)
#8B8B6F
(139,139,111)
#96967D
(150,150,125)
#A1A18B
(161,161,139)
#ACAC99
(172,172,153)
#B7B7A7
(183,183,167)
#C2C2B5
(194,194,181)
#CDCDC3
(205,205,195)
#D8D8D1
(216,216,209)
#E3E3DF
(227,227,223)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808061; }

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

This text font color is #808061.

Background Color

.myBgColor { background-color: #808061; }

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

This div background color is #808061.

Border color

.myBorderColor { border: 1px solid #808061; }

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

This div border color is #808061.

Opacity

.myOpacity80 { color: #808061; opacity: 0.8; }

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

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

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

This text has shadow with #808061 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808061.

Preview

Color preview on black background

This text has color #808061 on black background.


Color preview on white background

This text has color #808061 on white background.


Black color preview on #808061 background

This text has black color on #808061 background.


White color preview on #808061 background

This text has white color on #808061 background.


Related colors

Complementary color

Complementary color for #hex is #7F7F9E.


I love getcolorcode.com