COLOR #807961

HEX: #807961 RGB: (128,121,97)

Color info

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

RGB color model

#807961 color RGB value is (128,121,97).

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

RGB channels and saturation

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

128
121
97

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

Portions of RGB colors in percentages

R + G + B = 128 + 121 + 97 = 346 (100%)
R 128 of 346 ~ 36.99%
G 121 of 346 ~ 34.97%
B 97 of 346 ~ 28.03'%

%36.99
%34.97
%28.03

CMYK color model

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

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

CMYK: (0,5,24,50)
C0M5Y24K50 (0%, 5%, 24%, 50%)
(0.00 / 0.05 / 0.24 / 0.50)

CMYK percentages

%0
%5.47
%24.22
%49.8

Codes

Color #807961 in popluar color models

80 79 61
RGB 128 121 97
HSL 46° 13.78% 44.12%
HSB/HSV 46° 24.22% 50.20%
CMYK 0.00% 5.47% 24.22%
49.80%

Color #807961 in popluar number systems.

HEX 80 79 61
Decimal 128 121 97
Binary 10000000 1111001 1100001
Octal 200 171 141

Shades and tints

Shades of #807961

#807961
(128,121,97)
#756E59
(117,110,89)
#6A6351
(106,99,81)
#5F5849
(95,88,73)
#544D41
(84,77,65)
#494239
(73,66,57)
#3E3731
(62,55,49)
#332C29
(51,44,41)
#282121
(40,33,33)
#1D1619
(29,22,25)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #807961

#807961
(128,121,97)
#8B856F
(139,133,111)
#96917D
(150,145,125)
#A19D8B
(161,157,139)
#ACA999
(172,169,153)
#B7B5A7
(183,181,167)
#C2C1B5
(194,193,181)
#CDCDC3
(205,205,195)
#D8D9D1
(216,217,209)
#E3E5DF
(227,229,223)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807961; }

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

This text font color is #807961.

Background Color

.myBgColor { background-color: #807961; }

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

This div background color is #807961.

Border color

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

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

This div border color is #807961.

Opacity

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

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

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

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

This text has shadow with #807961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807961.

Preview

Color preview on black background

This text has color #807961 on black background.


Color preview on white background

This text has color #807961 on white background.


Black color preview on #807961 background

This text has black color on #807961 background.


White color preview on #807961 background

This text has white color on #807961 background.


Related colors

Complementary color

Complementary color for #hex is #7F869E.


I love getcolorcode.com

Triadic colors

1 #618079 and #796180 with #807961 are triadic colors.

2 #617980 and #798061 with #807961 are triadic colors.