COLOR #807E62

HEX: #807E62
RGB: (128,126,98)

Color info

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

RGB color model

#807E62 color RGB value is (128,126,98).

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

RGB channels and saturation

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

128
126
98

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

Portions of RGB colors in percentages

R + G + B =
128 + 126 + 98 = 352 (100%)
R 128 of 352 ~ 36.36%
G 126 of 352 ~ 35.8%
B 98 of 352 ~ 27.84%

%36.36
%35.8
%27.84

CMYK color model

#807E62 color CMYK value is (0,2,23,50).

  • cyan value is 0.00%
  • magenta value is 1.56%
  • yellow value is 23.44%
  • key color value is 49.80%
CMYK:
(0,2,23,50)
C0M2Y23K50 
(0%,2%,23%,50%)
(0.00/0.02/0.23/0.50)	

CMYK percentages

%0
%1.56
%23.44
%49.8

Codes

Color #807E62 in popluar color models

807E62
RGB12812698
HSL56°13.27%44.31%
HSB/HSV56°23.44%50.20%
CMYK0.00%1.56%23.44%
49.80%

Color #807E62 in popluar number systems.

HEX807E62
Decimal12812698
Binary1000000011111101100010
Octal200176142

Shades and tints

Shades of #807E62

#807E62
(128,126,98)
#75735A
(117,115,90)
#6A6852
(106,104,82)
#5F5D4A
(95,93,74)
#545242
(84,82,66)
#49473A
(73,71,58)
#3E3C32
(62,60,50)
#33312A
(51,49,42)
#282622
(40,38,34)
#1D1B1A
(29,27,26)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #807E62

#807E62
(128,126,98)
#8B8970
(139,137,112)
#96947E
(150,148,126)
#A19F8C
(161,159,140)
#ACAA9A
(172,170,154)
#B7B5A8
(183,181,168)
#C2C0B6
(194,192,182)
#CDCBC4
(205,203,196)
#D8D6D2
(216,214,210)
#E3E1E0
(227,225,224)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807E62; }

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

This text font color is #807E62.


Background Color

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

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

This div background color is #807E62.


Border color

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

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

This div border color is #807E62.


Opacity

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

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

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

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

This text has shadow with #807E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807E62 on black background.


Color preview on white background

This text has color #807E62 on white background.



Black color preview on #807E62 background

This text has black color on #807E62 background.


White color preview on #807E62 background

This text has white color on #807E62 background.