COLOR #807F4F

HEX: #807F4F
RGB: (128,127,79)

Color info

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

RGB color model

#807F4F color RGB value is (128,127,79).

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

RGB channels and saturation

R 128 of 255 = 50%
G 127 of 255 = 50%
B 79 of 255 = 31%

128
127
79

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

Portions of RGB colors in percentages

R + G + B =
128 + 127 + 79 = 334 (100%)
R 128 of 334 ~ 38.32%
G 127 of 334 ~ 38.02%
B 79 of 334 ~ 23.65%

%38.32
%38.02
%23.65

CMYK color model

#807F4F color CMYK value is (0,1,38,50).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 38.28%
  • key color value is 49.80%
CMYK: (0,1,38,50) C0M1Y38K50 (0%,1%,38%,50%) (0.00/0.01/0.38/0.50)

CMYK percentages

%0
%0.78
%38.28
%49.8

Codes

Color #807F4F in popluar color models

807F4F
RGB12812779
HSL59°23.67%40.59%
HSB/HSV59°38.28%50.20%
CMYK0.00%0.78%38.28%
49.80%

Color #807F4F in popluar number systems.

HEX807F4F
Decimal12812779
Binary1000000011111111001111
Octal200177117

Shades and tints

Shades of #807F4F

#807F4F
(128,127,79)
#757448
(117,116,72)
#6A6941
(106,105,65)
#5F5E3A
(95,94,58)
#545333
(84,83,51)
#49482C
(73,72,44)
#3E3D25
(62,61,37)
#33321E
(51,50,30)
#282717
(40,39,23)
#1D1C10
(29,28,16)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #807F4F

#807F4F
(128,127,79)
#8B8A5F
(139,138,95)
#96956F
(150,149,111)
#A1A07F
(161,160,127)
#ACAB8F
(172,171,143)
#B7B69F
(183,182,159)
#C2C1AF
(194,193,175)
#CDCCBF
(205,204,191)
#D8D7CF
(216,215,207)
#E3E2DF
(227,226,223)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807F4F; }

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

This text font color is #807F4F.


Background Color

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

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

This div background color is #807F4F.


Border color

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

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

This div border color is #807F4F.


Opacity

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

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

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

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

This text has shadow with #807F4F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #807F4F on black background.


Color preview on white background

This text has color #807F4F on white background.



Black color preview on #807F4F background

This text has black color on #807F4F background.


White color preview on #807F4F background

This text has white color on #807F4F background.