COLOR #807E67

HEX: #807E67
RGB: (128,126,103)

Color info

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

RGB color model

#807E67 color RGB value is (128,126,103).

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

RGB channels and saturation

R 128 of 255 = 50%
G 126 of 255 = 49%
B 103 of 255 = 40%

128
126
103

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

Portions of RGB colors in percentages

R + G + B =
128 + 126 + 103 = 357 (100%)
R 128 of 357 ~ 35.85%
G 126 of 357 ~ 35.29%
B 103 of 357 ~ 28.85%

%35.85
%35.29
%28.85

CMYK color model

#807E67 color CMYK value is (0,2,20,50).

  • cyan value is 0.00%
  • magenta value is 1.56%
  • yellow value is 19.53%
  • key color value is 49.80%
CMYK:
(0,2,20,50)
C0M2Y20K50 
(0%,2%,20%,50%)
(0.00/0.02/0.20/0.50)	

CMYK percentages

%0
%1.56
%19.53
%49.8

Codes

Color #807E67 in popluar color models

807E67
RGB128126103
HSL55°10.82%45.29%
HSB/HSV55°19.53%50.20%
CMYK0.00%1.56%19.53%
49.80%

Color #807E67 in popluar number systems.

HEX807E67
Decimal128126103
Binary1000000011111101100111
Octal200176147

Shades and tints

Shades of #807E67

#807E67
(128,126,103)
#75735E
(117,115,94)
#6A6855
(106,104,85)
#5F5D4C
(95,93,76)
#545243
(84,82,67)
#49473A
(73,71,58)
#3E3C31
(62,60,49)
#333128
(51,49,40)
#28261F
(40,38,31)
#1D1B16
(29,27,22)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #807E67

#807E67
(128,126,103)
#8B8974
(139,137,116)
#969481
(150,148,129)
#A19F8E
(161,159,142)
#ACAA9B
(172,170,155)
#B7B5A8
(183,181,168)
#C2C0B5
(194,192,181)
#CDCBC2
(205,203,194)
#D8D6CF
(216,214,207)
#E3E1DC
(227,225,220)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807E67; }

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

This text font color is #807E67.


Background Color

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

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

This div background color is #807E67.


Border color

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

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

This div border color is #807E67.


Opacity

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

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

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

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

This text has shadow with #807E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807E67 on black background.


Color preview on white background

This text has color #807E67 on white background.



Black color preview on #807E67 background

This text has black color on #807E67 background.


White color preview on #807E67 background

This text has white color on #807E67 background.