COLOR #805D40

HEX: #805D40 RGB: (128,93,64)

Color info

#805D40 contains mainly red and green colors. Web safe color of #805D40 is #666633 (or #663).

RGB color model

#805D40 color RGB value is (128,93,64).

RGB: (128,93,64) (50%, 36%, 25%)

RGB channels and saturation

R 128 of 255 = 50%
G 93 of 255 = 36%
B 64 of 255 = 25%

128
93
64

R + G + B ~ 37%. #805D40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 93 + 64 = 285 (100%)
R 128 of 285 ~ 44.91%
G 93 of 285 ~ 32.63%
B 64 of 285 ~ 22.46'%

%44.91
%32.63
%22.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.34%
  • yellow value is 50.00%
  • key color value is 49.80%

CMYK: (0,27,50,50)
C0M27Y50K50 (0%, 27%, 50%, 50%)
(0.00 / 0.27 / 0.50 / 0.50)

CMYK percentages

%0
%27.34
%50
%49.8

Codes

Color #805D40 in popluar color models

80 5D 40
RGB 128 93 64
HSL 27° 33.33% 37.65%
HSB/HSV 27° 50.00% 50.20%
CMYK 0.00% 27.34% 50.00%
49.80%

Color #805D40 in popluar number systems.

HEX 80 5D 40
Decimal 128 93 64
Binary 10000000 1011101 1000000
Octal 200 135 100

Shades and tints

Shades of #805D40

#805D40
(128,93,64)
#75553B
(117,85,59)
#6A4D36
(106,77,54)
#5F4531
(95,69,49)
#543D2C
(84,61,44)
#493527
(73,53,39)
#3E2D22
(62,45,34)
#33251D
(51,37,29)
#281D18
(40,29,24)
#1D1513
(29,21,19)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #805D40

#805D40
(128,93,64)
#8B6B51
(139,107,81)
#967962
(150,121,98)
#A18773
(161,135,115)
#AC9584
(172,149,132)
#B7A395
(183,163,149)
#C2B1A6
(194,177,166)
#CDBFB7
(205,191,183)
#D8CDC8
(216,205,200)
#E3DBD9
(227,219,217)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805D40; }

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

This text font color is #805D40.

Background Color

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

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

This div background color is #805D40.

Border color

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

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

This div border color is #805D40.

Opacity

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

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

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

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

This text has shadow with #805D40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #805D40.

Preview

Color preview on black background

This text has color #805D40 on black background.


Color preview on white background

This text has color #805D40 on white background.


Black color preview on #805D40 background

This text has black color on #805D40 background.


White color preview on #805D40 background

This text has white color on #805D40 background.


Related colors

Complementary color

Complementary color for #hex is #7FA2BF.


I love getcolorcode.com

Triadic colors

1 #40805D and #5D4080 with #805D40 are triadic colors.

2 #405D80 and #5D8040 with #805D40 are triadic colors.