COLOR #807461

HEX: #807461
RGB: (128,116,97)

Color info

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

RGB color model

#807461 color RGB value is (128,116,97).

  • red value is 128;
  • green value is 116;
  • blue value is 97.
RGB:
(128,116,97)
(50%,45%,38%)

RGB channels and saturation

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

128
116
97

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

Portions of RGB colors in percentages

R + G + B =
128 + 116 + 97 = 341 (100%)
R 128 of 341 ~ 37.54%
G 116 of 341 ~ 34.02%
B 97 of 341 ~ 28.45%

%37.54
%34.02
%28.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 24.22%
  • key color value is 49.80%
CMYK:
(0,9,24,50)
C0M9Y24K50 
(0%,9%,24%,50%)
(0.00/0.09/0.24/0.50)	

CMYK percentages

%0
%9.38
%24.22
%49.8

Codes

Color #807461 in popluar color models

807461
RGB12811697
HSL37°13.78%44.12%
HSB/HSV37°24.22%50.20%
CMYK0.00%9.38%24.22%
49.80%

Color #807461 in popluar number systems.

HEX807461
Decimal12811697
Binary1000000011101001100001
Octal200164141

Shades and tints

Shades of #807461

#807461
(128,116,97)
#756A59
(117,106,89)
#6A6051
(106,96,81)
#5F5649
(95,86,73)
#544C41
(84,76,65)
#494239
(73,66,57)
#3E3831
(62,56,49)
#332E29
(51,46,41)
#282421
(40,36,33)
#1D1A19
(29,26,25)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #807461

#807461
(128,116,97)
#8B806F
(139,128,111)
#968C7D
(150,140,125)
#A1988B
(161,152,139)
#ACA499
(172,164,153)
#B7B0A7
(183,176,167)
#C2BCB5
(194,188,181)
#CDC8C3
(205,200,195)
#D8D4D1
(216,212,209)
#E3E0DF
(227,224,223)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807461; }

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

This text font color is #807461.


Background Color

.myBgColor { background-color: #807461; }

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

This div background color is #807461.


Border color

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

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

This div border color is #807461.


Opacity

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

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

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

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

This text has shadow with #807461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807461 on black background.


Color preview on white background

This text has color #807461 on white background.



Black color preview on #807461 background

This text has black color on #807461 background.


White color preview on #807461 background

This text has white color on #807461 background.