COLOR #807E61

HEX: #807E61
RGB: (128,126,97)

Color info

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

RGB color model

#807E61 color RGB value is (128,126,97).

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

RGB channels and saturation

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

128
126
97

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

Portions of RGB colors in percentages

R + G + B =
128 + 126 + 97 = 351 (100%)
R 128 of 351 ~ 36.47%
G 126 of 351 ~ 35.9%
B 97 of 351 ~ 27.64%

%36.47
%35.9
%27.64

CMYK color model

#807E61 color CMYK value is (0,2,24,50).

  • cyan value is 0.00%
  • magenta value is 1.56%
  • yellow value is 24.22%
  • key color value is 49.80%
CMYK:
(0,2,24,50)
C0M2Y24K50 
(0%,2%,24%,50%)
(0.00/0.02/0.24/0.50)	

CMYK percentages

%0
%1.56
%24.22
%49.8

Codes

Color #807E61 in popluar color models

807E61
RGB12812697
HSL56°13.78%44.12%
HSB/HSV56°24.22%50.20%
CMYK0.00%1.56%24.22%
49.80%

Color #807E61 in popluar number systems.

HEX807E61
Decimal12812697
Binary1000000011111101100001
Octal200176141

Shades and tints

Shades of #807E61

#807E61
(128,126,97)
#757359
(117,115,89)
#6A6851
(106,104,81)
#5F5D49
(95,93,73)
#545241
(84,82,65)
#494739
(73,71,57)
#3E3C31
(62,60,49)
#333129
(51,49,41)
#282621
(40,38,33)
#1D1B19
(29,27,25)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #807E61

#807E61
(128,126,97)
#8B896F
(139,137,111)
#96947D
(150,148,125)
#A19F8B
(161,159,139)
#ACAA99
(172,170,153)
#B7B5A7
(183,181,167)
#C2C0B5
(194,192,181)
#CDCBC3
(205,203,195)
#D8D6D1
(216,214,209)
#E3E1DF
(227,225,223)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807E61; }

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

This text font color is #807E61.


Background Color

.myBgColor { background-color: #807E61; }

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

This div background color is #807E61.


Border color

.myBorderColor { border: 1px solid #807E61; }

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

This div border color is #807E61.


Opacity

.myOpacity80 { color: #807E61; opacity: 0.8; }

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

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

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

This text has shadow with #807E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807E61 on black background.


Color preview on white background

This text has color #807E61 on white background.



Black color preview on #807E61 background

This text has black color on #807E61 background.


White color preview on #807E61 background

This text has white color on #807E61 background.