COLOR #805D31

HEX: #805D31 RGB: (128,93,49)

Color info

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

RGB color model

#805D31 color RGB value is (128,93,49).

RGB: (128,93,49) (50%, 36%, 19%)

RGB channels and saturation

R 128 of 255 = 50%
G 93 of 255 = 36%
B 49 of 255 = 19%

128
93
49

R + G + B ~ 35%. #805D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 93 + 49 = 270 (100%)
R 128 of 270 ~ 47.41%
G 93 of 270 ~ 34.44%
B 49 of 270 ~ 18.15'%

%47.41
%34.44
%18.15

CMYK color model

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

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

CMYK: (0,27,62,50)
C0M27Y62K50 (0%, 27%, 62%, 50%)
(0.00 / 0.27 / 0.62 / 0.50)

CMYK percentages

%0
%27.34
%61.72
%49.8

Codes

Color #805D31 in popluar color models

80 5D 31
RGB 128 93 49
HSL 33° 44.63% 34.71%
HSB/HSV 33° 61.72% 50.20%
CMYK 0.00% 27.34% 61.72%
49.80%

Color #805D31 in popluar number systems.

HEX 80 5D 31
Decimal 128 93 49
Binary 10000000 1011101 110001
Octal 200 135 61

Shades and tints

Shades of #805D31

#805D31
(128,93,49)
#75552D
(117,85,45)
#6A4D29
(106,77,41)
#5F4525
(95,69,37)
#543D21
(84,61,33)
#49351D
(73,53,29)
#3E2D19
(62,45,25)
#332515
(51,37,21)
#281D11
(40,29,17)
#1D150D
(29,21,13)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #805D31

#805D31
(128,93,49)
#8B6B43
(139,107,67)
#967955
(150,121,85)
#A18767
(161,135,103)
#AC9579
(172,149,121)
#B7A38B
(183,163,139)
#C2B19D
(194,177,157)
#CDBFAF
(205,191,175)
#D8CDC1
(216,205,193)
#E3DBD3
(227,219,211)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805D31; }

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

This text font color is #805D31.

Background Color

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

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

This div background color is #805D31.

Border color

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

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

This div border color is #805D31.

Opacity

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

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

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

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

This text has shadow with #805D31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #805D31.

Preview

Color preview on black background

This text has color #805D31 on black background.


Color preview on white background

This text has color #805D31 on white background.


Black color preview on #805D31 background

This text has black color on #805D31 background.


White color preview on #805D31 background

This text has white color on #805D31 background.


Related colors

Complementary color

Complementary color for #hex is #7FA2CE.


I love getcolorcode.com

Triadic colors

1 #31805D and #5D3180 with #805D31 are triadic colors.

2 #315D80 and #5D8031 with #805D31 are triadic colors.