COLOR #807F60

HEX: #807F60
RGB: (128,127,96)

Color info

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

RGB color model

#807F60 color RGB value is (128,127,96).

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

RGB channels and saturation

R 128 of 255 = 50%
G 127 of 255 = 50%
B 96 of 255 = 38%

128
127
96

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

Portions of RGB colors in percentages

R + G + B =
128 + 127 + 96 = 351 (100%)
R 128 of 351 ~ 36.47%
G 127 of 351 ~ 36.18%
B 96 of 351 ~ 27.35%

%36.47
%36.18
%27.35

CMYK color model

#807F60 color CMYK value is (0,1,25,50).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 25.00%
  • key color value is 49.80%
CMYK:
(0,1,25,50)
C0M1Y25K50 
(0%,1%,25%,50%)
(0.00/0.01/0.25/0.50)	

CMYK percentages

%0
%0.78
%25
%49.8

Codes

Color #807F60 in popluar color models

807F60
RGB12812796
HSL58°14.29%43.92%
HSB/HSV58°25.00%50.20%
CMYK0.00%0.78%25.00%
49.80%

Color #807F60 in popluar number systems.

HEX807F60
Decimal12812796
Binary1000000011111111100000
Octal200177140

Shades and tints

Shades of #807F60

#807F60
(128,127,96)
#757458
(117,116,88)
#6A6950
(106,105,80)
#5F5E48
(95,94,72)
#545340
(84,83,64)
#494838
(73,72,56)
#3E3D30
(62,61,48)
#333228
(51,50,40)
#282720
(40,39,32)
#1D1C18
(29,28,24)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #807F60

#807F60
(128,127,96)
#8B8A6E
(139,138,110)
#96957C
(150,149,124)
#A1A08A
(161,160,138)
#ACAB98
(172,171,152)
#B7B6A6
(183,182,166)
#C2C1B4
(194,193,180)
#CDCCC2
(205,204,194)
#D8D7D0
(216,215,208)
#E3E2DE
(227,226,222)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807F60; }

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

This text font color is #807F60.


Background Color

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

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

This div background color is #807F60.


Border color

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

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

This div border color is #807F60.


Opacity

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

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

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

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

This text has shadow with #807F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807F60 on black background.


Color preview on white background

This text has color #807F60 on white background.



Black color preview on #807F60 background

This text has black color on #807F60 background.


White color preview on #807F60 background

This text has white color on #807F60 background.