COLOR #805D4D

HEX: #805D4D
RGB: (128,93,77)

Color info

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

RGB color model

#805D4D color RGB value is (128,93,77).

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

RGB channels and saturation

R 128 of 255 = 50%
G 93 of 255 = 36%
B 77 of 255 = 30%

128
93
77

R + G + B ~ 39%. #805D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 93 + 77 = 298 (100%)
R 128 of 298 ~ 42.95%
G 93 of 298 ~ 31.21%
B 77 of 298 ~ 25.84%

%42.95
%31.21
%25.84

CMYK color model

#805D4D color CMYK value is (0,27,40,50).

  • cyan value is 0.00%
  • magenta value is 27.34%
  • yellow value is 39.84%
  • key color value is 49.80%
CMYK:
(0,27,40,50)
C0M27Y40K50 
(0%,27%,40%,50%)
(0.00/0.27/0.40/0.50)	

CMYK percentages

%0
%27.34
%39.84
%49.8

Codes

Color #805D4D in popluar color models

805D4D
RGB1289377
HSL19°24.88%40.20%
HSB/HSV19°39.84%50.20%
CMYK0.00%27.34%39.84%
49.80%

Color #805D4D in popluar number systems.

HEX805D4D
Decimal1289377
Binary1000000010111011001101
Octal200135115

Shades and tints

Shades of #805D4D

#805D4D
(128,93,77)
#755546
(117,85,70)
#6A4D3F
(106,77,63)
#5F4538
(95,69,56)
#543D31
(84,61,49)
#49352A
(73,53,42)
#3E2D23
(62,45,35)
#33251C
(51,37,28)
#281D15
(40,29,21)
#1D150E
(29,21,14)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #805D4D

#805D4D
(128,93,77)
#8B6B5D
(139,107,93)
#96796D
(150,121,109)
#A1877D
(161,135,125)
#AC958D
(172,149,141)
#B7A39D
(183,163,157)
#C2B1AD
(194,177,173)
#CDBFBD
(205,191,189)
#D8CDCD
(216,205,205)
#E3DBDD
(227,219,221)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805D4D color. Also use rgb(128,93,77) instead hex code.

Text Font Color

.myTextColor { color: #805D4D; }

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

This text font color is #805D4D.


Background Color

.myBgColor { background-color: #805D4D; }

<div style="background-color:#805D4D">Inner text</div>

This div background color is #805D4D.


Border color

.myBorderColor { border: 1px solid #805D4D; }

<div style="border:3px solid #805D4D">Div</div>

This div border color is #805D4D.


Opacity

.myOpacity80 { color: #805D4D; opacity: 0.8; }

<p style="color:#805D4D;opacity:0.8;">80%</p>

Text with #805D4D 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 #805D4D;}

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

This text has shadow with #805D4D color.

.textShadow {text-shadow: 3px 3px 1px #805D4D, 3px 3px 1px red;}

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

This text has shadow with #805D4D primary color and red secondary color.


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

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

This text has shadow with #805D4D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805D4D on black background.


Color preview on white background

This text has color #805D4D on white background.



Black color preview on #805D4D background

This text has black color on #805D4D background.


White color preview on #805D4D background

This text has white color on #805D4D background.