COLOR #805930

HEX: #805930 RGB: (128,89,48)

Color info

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

RGB color model

#805930 color RGB value is (128,89,48).

RGB: (128,89,48) (50%, 35%, 19%)

RGB channels and saturation

R 128 of 255 = 50%
G 89 of 255 = 35%
B 48 of 255 = 19%

128
89
48

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

Portions of RGB colors in percentages

R + G + B = 128 + 89 + 48 = 265 (100%)
R 128 of 265 ~ 48.3%
G 89 of 265 ~ 33.58%
B 48 of 265 ~ 18.11'%

%48.3
%33.58
%18.11

CMYK color model

#805930 color CMYK value is (0,30,63,50).

  • cyan value is 0.00%
  • magenta value is 30.47%
  • yellow value is 62.50%
  • key color value is 49.80%

CMYK: (0,30,63,50)
C0M30Y63K50 (0%, 30%, 63%, 50%)
(0.00 / 0.30 / 0.63 / 0.50)

CMYK percentages

%0
%30.47
%62.5
%49.8

Codes

Color #805930 in popluar color models

80 59 30
RGB 128 89 48
HSL 31° 45.45% 34.51%
HSB/HSV 31° 62.50% 50.20%
CMYK 0.00% 30.47% 62.50%
49.80%

Color #805930 in popluar number systems.

HEX 80 59 30
Decimal 128 89 48
Binary 10000000 1011001 110000
Octal 200 131 60

Shades and tints

Shades of #805930

#805930
(128,89,48)
#75512C
(117,81,44)
#6A4928
(106,73,40)
#5F4124
(95,65,36)
#543920
(84,57,32)
#49311C
(73,49,28)
#3E2918
(62,41,24)
#332114
(51,33,20)
#281910
(40,25,16)
#1D110C
(29,17,12)
#120908
(18,9,8)
#000000
(0,0,0)

Tints of #805930

#805930
(128,89,48)
#8B6842
(139,104,66)
#967754
(150,119,84)
#A18666
(161,134,102)
#AC9578
(172,149,120)
#B7A48A
(183,164,138)
#C2B39C
(194,179,156)
#CDC2AE
(205,194,174)
#D8D1C0
(216,209,192)
#E3E0D2
(227,224,210)
#EEEFE4
(238,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #805930 color. Also use rgb(128,89,48) instead hex code.

Text Font Color

.myTextColor { color: #805930; }

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

This text font color is #805930.

Background Color

.myBgColor { background-color: #805930; }

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

This div background color is #805930.

Border color

.myBorderColor { border: 1px solid #805930; }

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

This div border color is #805930.

Opacity

.myOpacity80 { color: #805930; opacity: 0.8; }

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

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

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

This text has shadow with #805930 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #805930.

Preview

Color preview on black background

This text has color #805930 on black background.


Color preview on white background

This text has color #805930 on white background.


Black color preview on #805930 background

This text has black color on #805930 background.


White color preview on #805930 background

This text has white color on #805930 background.


Related colors

Complementary color

Complementary color for #hex is #7FA6CF.


I love getcolorcode.com

Triadic colors

1 #308059 and #593080 with #805930 are triadic colors.

2 #305980 and #598030 with #805930 are triadic colors.