COLOR #808461

HEX: #808461 RGB: (128,132,97)

Color info

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

RGB color model

#808461 color RGB value is (128,132,97).

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

RGB channels and saturation

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

128
132
97

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

Portions of RGB colors in percentages

R + G + B = 128 + 132 + 97 = 357 (100%)
R 128 of 357 ~ 35.85%
G 132 of 357 ~ 36.97%
B 97 of 357 ~ 27.17'%

%35.85
%36.97
%27.17

CMYK color model

#808461 color CMYK value is (3,0,27,48).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 48.24%

CMYK: (3,0,27,48)
C3M0Y27K48 (3%, 0%, 27%, 48%)
(0.03 / 0.00 / 0.27 / 0.48)

CMYK percentages

%3.03
%0
%26.52
%48.24

Codes

Color #808461 in popluar color models

80 84 61
RGB 128 132 97
HSL 67° 15.28% 44.90%
HSB/HSV 67° 26.52% 51.76%
CMYK 3.03% 0.00% 26.52%
48.24%

Color #808461 in popluar number systems.

HEX 80 84 61
Decimal 128 132 97
Binary 10000000 10000100 1100001
Octal 200 204 141

Shades and tints

Shades of #808461

#808461
(128,132,97)
#757859
(117,120,89)
#6A6C51
(106,108,81)
#5F6049
(95,96,73)
#545441
(84,84,65)
#494839
(73,72,57)
#3E3C31
(62,60,49)
#333029
(51,48,41)
#282421
(40,36,33)
#1D1819
(29,24,25)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #808461

#808461
(128,132,97)
#8B8F6F
(139,143,111)
#969A7D
(150,154,125)
#A1A58B
(161,165,139)
#ACB099
(172,176,153)
#B7BBA7
(183,187,167)
#C2C6B5
(194,198,181)
#CDD1C3
(205,209,195)
#D8DCD1
(216,220,209)
#E3E7DF
(227,231,223)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808461; }

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

This text font color is #808461.

Background Color

.myBgColor { background-color: #808461; }

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

This div background color is #808461.

Border color

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

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

This div border color is #808461.

Opacity

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

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

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

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

This text has shadow with #808461 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808461.

Preview

Color preview on black background

This text has color #808461 on black background.


Color preview on white background

This text has color #808461 on white background.


Black color preview on #808461 background

This text has black color on #808461 background.


White color preview on #808461 background

This text has white color on #808461 background.


Related colors

Complementary color

Complementary color for #hex is #7F7B9E.


I love getcolorcode.com

Triadic colors

1 #618084 and #846180 with #808461 are triadic colors.

2 #618480 and #848061 with #808461 are triadic colors.