COLOR #805D41

HEX: #805D41 RGB: (128,93,65)

Color info

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

RGB color model

#805D41 color RGB value is (128,93,65).

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

RGB channels and saturation

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

128
93
65

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

Portions of RGB colors in percentages

R + G + B = 128 + 93 + 65 = 286 (100%)
R 128 of 286 ~ 44.76%
G 93 of 286 ~ 32.52%
B 65 of 286 ~ 22.73'%

%44.76
%32.52
%22.73

CMYK color model

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

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

CMYK: (0,27,49,50)
C0M27Y49K50 (0%, 27%, 49%, 50%)
(0.00 / 0.27 / 0.49 / 0.50)

CMYK percentages

%0
%27.34
%49.22
%49.8

Codes

Color #805D41 in popluar color models

80 5D 41
RGB 128 93 65
HSL 27° 32.64% 37.84%
HSB/HSV 27° 49.22% 50.20%
CMYK 0.00% 27.34% 49.22%
49.80%

Color #805D41 in popluar number systems.

HEX 80 5D 41
Decimal 128 93 65
Binary 10000000 1011101 1000001
Octal 200 135 101

Shades and tints

Shades of #805D41

#805D41
(128,93,65)
#75553C
(117,85,60)
#6A4D37
(106,77,55)
#5F4532
(95,69,50)
#543D2D
(84,61,45)
#493528
(73,53,40)
#3E2D23
(62,45,35)
#33251E
(51,37,30)
#281D19
(40,29,25)
#1D1514
(29,21,20)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #805D41

#805D41
(128,93,65)
#8B6B52
(139,107,82)
#967963
(150,121,99)
#A18774
(161,135,116)
#AC9585
(172,149,133)
#B7A396
(183,163,150)
#C2B1A7
(194,177,167)
#CDBFB8
(205,191,184)
#D8CDC9
(216,205,201)
#E3DBDA
(227,219,218)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805D41; }

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

This text font color is #805D41.

Background Color

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

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

This div background color is #805D41.

Border color

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

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

This div border color is #805D41.

Opacity

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

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

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

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

This text has shadow with #805D41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #805D41.

Preview

Color preview on black background

This text has color #805D41 on black background.


Color preview on white background

This text has color #805D41 on white background.


Black color preview on #805D41 background

This text has black color on #805D41 background.


White color preview on #805D41 background

This text has white color on #805D41 background.


Related colors

Complementary color

Complementary color for #hex is #7FA2BE.


I love getcolorcode.com

Triadic colors

1 #41805D and #5D4180 with #805D41 are triadic colors.

2 #415D80 and #5D8041 with #805D41 are triadic colors.