COLOR #807F67

HEX: #807F67
RGB: (128,127,103)

Color info

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

RGB color model

#807F67 color RGB value is (128,127,103).

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

RGB channels and saturation

R 128 of 255 = 50%
G 127 of 255 = 50%
B 103 of 255 = 40%

128
127
103

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

Portions of RGB colors in percentages

R + G + B =
128 + 127 + 103 = 358 (100%)
R 128 of 358 ~ 35.75%
G 127 of 358 ~ 35.47%
B 103 of 358 ~ 28.77%

%35.75
%35.47
%28.77

CMYK color model

#807F67 color CMYK value is (0,1,20,50).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 19.53%
  • key color value is 49.80%
CMYK:
(0,1,20,50)
C0M1Y20K50 
(0%,1%,20%,50%)
(0.00/0.01/0.20/0.50)	

CMYK percentages

%0
%0.78
%19.53
%49.8

Codes

Color #807F67 in popluar color models

807F67
RGB128127103
HSL58°10.82%45.29%
HSB/HSV58°19.53%50.20%
CMYK0.00%0.78%19.53%
49.80%

Color #807F67 in popluar number systems.

HEX807F67
Decimal128127103
Binary1000000011111111100111
Octal200177147

Shades and tints

Shades of #807F67

#807F67
(128,127,103)
#75745E
(117,116,94)
#6A6955
(106,105,85)
#5F5E4C
(95,94,76)
#545343
(84,83,67)
#49483A
(73,72,58)
#3E3D31
(62,61,49)
#333228
(51,50,40)
#28271F
(40,39,31)
#1D1C16
(29,28,22)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #807F67

#807F67
(128,127,103)
#8B8A74
(139,138,116)
#969581
(150,149,129)
#A1A08E
(161,160,142)
#ACAB9B
(172,171,155)
#B7B6A8
(183,182,168)
#C2C1B5
(194,193,181)
#CDCCC2
(205,204,194)
#D8D7CF
(216,215,207)
#E3E2DC
(227,226,220)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807F67; }

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

This text font color is #807F67.


Background Color

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

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

This div background color is #807F67.


Border color

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

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

This div border color is #807F67.


Opacity

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

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

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

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

This text has shadow with #807F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807F67 on black background.


Color preview on white background

This text has color #807F67 on white background.



Black color preview on #807F67 background

This text has black color on #807F67 background.


White color preview on #807F67 background

This text has white color on #807F67 background.