COLOR #807F68

HEX: #807F68
RGB: (128,127,104)

Color info

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

RGB color model

#807F68 color RGB value is (128,127,104).

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

RGB channels and saturation

R 128 of 255 = 50%
G 127 of 255 = 50%
B 104 of 255 = 41%

128
127
104

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

Portions of RGB colors in percentages

R + G + B =
128 + 127 + 104 = 359 (100%)
R 128 of 359 ~ 35.65%
G 127 of 359 ~ 35.38%
B 104 of 359 ~ 28.97%

%35.65
%35.38
%28.97

CMYK color model

#807F68 color CMYK value is (0,1,19,50).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 18.75%
  • key color value is 49.80%
CMYK:
(0,1,19,50)
C0M1Y19K50 
(0%,1%,19%,50%)
(0.00/0.01/0.19/0.50)	

CMYK percentages

%0
%0.78
%18.75
%49.8

Codes

Color #807F68 in popluar color models

807F68
RGB128127104
HSL58°10.34%45.49%
HSB/HSV58°18.75%50.20%
CMYK0.00%0.78%18.75%
49.80%

Color #807F68 in popluar number systems.

HEX807F68
Decimal128127104
Binary1000000011111111101000
Octal200177150

Shades and tints

Shades of #807F68

#807F68
(128,127,104)
#75745F
(117,116,95)
#6A6956
(106,105,86)
#5F5E4D
(95,94,77)
#545344
(84,83,68)
#49483B
(73,72,59)
#3E3D32
(62,61,50)
#333229
(51,50,41)
#282720
(40,39,32)
#1D1C17
(29,28,23)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #807F68

#807F68
(128,127,104)
#8B8A75
(139,138,117)
#969582
(150,149,130)
#A1A08F
(161,160,143)
#ACAB9C
(172,171,156)
#B7B6A9
(183,182,169)
#C2C1B6
(194,193,182)
#CDCCC3
(205,204,195)
#D8D7D0
(216,215,208)
#E3E2DD
(227,226,221)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807F68; }

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

This text font color is #807F68.


Background Color

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

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

This div background color is #807F68.


Border color

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

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

This div border color is #807F68.


Opacity

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

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

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

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

This text has shadow with #807F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807F68 on black background.


Color preview on white background

This text has color #807F68 on white background.



Black color preview on #807F68 background

This text has black color on #807F68 background.


White color preview on #807F68 background

This text has white color on #807F68 background.