COLOR #807A4D

HEX: #807A4D
RGB: (128,122,77)

Color info

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

RGB color model

#807A4D color RGB value is (128,122,77).

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

RGB channels and saturation

R 128 of 255 = 50%
G 122 of 255 = 48%
B 77 of 255 = 30%

128
122
77

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

Portions of RGB colors in percentages

R + G + B =
128 + 122 + 77 = 327 (100%)
R 128 of 327 ~ 39.14%
G 122 of 327 ~ 37.31%
B 77 of 327 ~ 23.55%

%39.14
%37.31
%23.55

CMYK color model

#807A4D color CMYK value is (0,5,40,50).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 39.84%
  • key color value is 49.80%
CMYK:
(0,5,40,50)
C0M5Y40K50 
(0%,5%,40%,50%)
(0.00/0.05/0.40/0.50)	

CMYK percentages

%0
%4.69
%39.84
%49.8

Codes

Color #807A4D in popluar color models

807A4D
RGB12812277
HSL53°24.88%40.20%
HSB/HSV53°39.84%50.20%
CMYK0.00%4.69%39.84%
49.80%

Color #807A4D in popluar number systems.

HEX807A4D
Decimal12812277
Binary1000000011110101001101
Octal200172115

Shades and tints

Shades of #807A4D

#807A4D
(128,122,77)
#756F46
(117,111,70)
#6A643F
(106,100,63)
#5F5938
(95,89,56)
#544E31
(84,78,49)
#49432A
(73,67,42)
#3E3823
(62,56,35)
#332D1C
(51,45,28)
#282215
(40,34,21)
#1D170E
(29,23,14)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #807A4D

#807A4D
(128,122,77)
#8B865D
(139,134,93)
#96926D
(150,146,109)
#A19E7D
(161,158,125)
#ACAA8D
(172,170,141)
#B7B69D
(183,182,157)
#C2C2AD
(194,194,173)
#CDCEBD
(205,206,189)
#D8DACD
(216,218,205)
#E3E6DD
(227,230,221)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807A4D; }

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

This text font color is #807A4D.


Background Color

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

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

This div background color is #807A4D.


Border color

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

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

This div border color is #807A4D.


Opacity

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

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

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

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

This text has shadow with #807A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807A4D on black background.


Color preview on white background

This text has color #807A4D on white background.



Black color preview on #807A4D background

This text has black color on #807A4D background.


White color preview on #807A4D background

This text has white color on #807A4D background.