COLOR #807C4D

HEX: #807C4D
RGB: (128,124,77)

Color info

#807C4D contains red, green and blue colors in about the same proportion. Web safe color of #807C4D is #666633 (or #663).

RGB color model

#807C4D color RGB value is (128,124,77).

  • red value is 128;
  • green value is 124;
  • blue value is 77.
RGB:
(128,124,77)
(50%,49%,30%)

RGB channels and saturation

R 128 of 255 = 50%
G 124 of 255 = 49%
B 77 of 255 = 30%

128
124
77

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

Portions of RGB colors in percentages

R + G + B =
128 + 124 + 77 = 329 (100%)
R 128 of 329 ~ 38.91%
G 124 of 329 ~ 37.69%
B 77 of 329 ~ 23.4%

%38.91
%37.69
%23.4

CMYK color model

#807C4D color CMYK value is (0,3,40,50).

  • cyan value is 0.00%
  • magenta value is 3.12%
  • yellow value is 39.84%
  • key color value is 49.80%
CMYK:
(0,3,40,50)
C0M3Y40K50 
(0%,3%,40%,50%)
(0.00/0.03/0.40/0.50)	

CMYK percentages

%0
%3.12
%39.84
%49.8

Codes

Color #807C4D in popluar color models

807C4D
RGB12812477
HSL55°24.88%40.20%
HSB/HSV55°39.84%50.20%
CMYK0.00%3.12%39.84%
49.80%

Color #807C4D in popluar number systems.

HEX807C4D
Decimal12812477
Binary1000000011111001001101
Octal200174115

Shades and tints

Shades of #807C4D

#807C4D
(128,124,77)
#757146
(117,113,70)
#6A663F
(106,102,63)
#5F5B38
(95,91,56)
#545031
(84,80,49)
#49452A
(73,69,42)
#3E3A23
(62,58,35)
#332F1C
(51,47,28)
#282415
(40,36,21)
#1D190E
(29,25,14)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #807C4D

#807C4D
(128,124,77)
#8B875D
(139,135,93)
#96926D
(150,146,109)
#A19D7D
(161,157,125)
#ACA88D
(172,168,141)
#B7B39D
(183,179,157)
#C2BEAD
(194,190,173)
#CDC9BD
(205,201,189)
#D8D4CD
(216,212,205)
#E3DFDD
(227,223,221)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807C4D color. Also use rgb(128,124,77) instead hex code.

Text Font Color

.myTextColor { color: #807C4D; }

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

This text font color is #807C4D.


Background Color

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

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

This div background color is #807C4D.


Border color

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

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

This div border color is #807C4D.


Opacity

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

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

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

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

This text has shadow with #807C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807C4D on black background.


Color preview on white background

This text has color #807C4D on white background.



Black color preview on #807C4D background

This text has black color on #807C4D background.


White color preview on #807C4D background

This text has white color on #807C4D background.