COLOR #807E6D

HEX: #807E6D
RGB: (128,126,109)

Color info

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

RGB color model

#807E6D color RGB value is (128,126,109).

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

RGB channels and saturation

R 128 of 255 = 50%
G 126 of 255 = 49%
B 109 of 255 = 43%

128
126
109

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

Portions of RGB colors in percentages

R + G + B =
128 + 126 + 109 = 363 (100%)
R 128 of 363 ~ 35.26%
G 126 of 363 ~ 34.71%
B 109 of 363 ~ 30.03%

%35.26
%34.71
%30.03

CMYK color model

#807E6D color CMYK value is (0,2,15,50).

  • cyan value is 0.00%
  • magenta value is 1.56%
  • yellow value is 14.84%
  • key color value is 49.80%
CMYK:
(0,2,15,50)
C0M2Y15K50 
(0%,2%,15%,50%)
(0.00/0.02/0.15/0.50)	

CMYK percentages

%0
%1.56
%14.84
%49.8

Codes

Color #807E6D in popluar color models

807E6D
RGB128126109
HSL54°8.02%46.47%
HSB/HSV54°14.84%50.20%
CMYK0.00%1.56%14.84%
49.80%

Color #807E6D in popluar number systems.

HEX807E6D
Decimal128126109
Binary1000000011111101101101
Octal200176155

Shades and tints

Shades of #807E6D

#807E6D
(128,126,109)
#757364
(117,115,100)
#6A685B
(106,104,91)
#5F5D52
(95,93,82)
#545249
(84,82,73)
#494740
(73,71,64)
#3E3C37
(62,60,55)
#33312E
(51,49,46)
#282625
(40,38,37)
#1D1B1C
(29,27,28)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #807E6D

#807E6D
(128,126,109)
#8B897A
(139,137,122)
#969487
(150,148,135)
#A19F94
(161,159,148)
#ACAAA1
(172,170,161)
#B7B5AE
(183,181,174)
#C2C0BB
(194,192,187)
#CDCBC8
(205,203,200)
#D8D6D5
(216,214,213)
#E3E1E2
(227,225,226)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807E6D; }

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

This text font color is #807E6D.


Background Color

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

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

This div background color is #807E6D.


Border color

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

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

This div border color is #807E6D.


Opacity

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

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

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

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

This text has shadow with #807E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807E6D on black background.


Color preview on white background

This text has color #807E6D on white background.



Black color preview on #807E6D background

This text has black color on #807E6D background.


White color preview on #807E6D background

This text has white color on #807E6D background.