COLOR #806349

HEX: #806349
RGB: (128,99,73)

Color info

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

RGB color model

#806349 color RGB value is (128,99,73).

  • red value is 128;
  • green value is 99;
  • blue value is 73.
RGB:
(128,99,73)
(50%,39%,29%)

RGB channels and saturation

R 128 of 255 = 50%
G 99 of 255 = 39%
B 73 of 255 = 29%

128
99
73

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

Portions of RGB colors in percentages

R + G + B =
128 + 99 + 73 = 300 (100%)
R 128 of 300 ~ 42.67%
G 99 of 300 ~ 33%
B 73 of 300 ~ 24.33%

%42.67
%33
%24.33

CMYK color model

#806349 color CMYK value is (0,23,43,50).

  • cyan value is 0.00%
  • magenta value is 22.66%
  • yellow value is 42.97%
  • key color value is 49.80%
CMYK:
(0,23,43,50)
C0M23Y43K50 
(0%,23%,43%,50%)
(0.00/0.23/0.43/0.50)	

CMYK percentages

%0
%22.66
%42.97
%49.8

Codes

Color #806349 in popluar color models

806349
RGB1289973
HSL28°27.36%39.41%
HSB/HSV28°42.97%50.20%
CMYK0.00%22.66%42.97%
49.80%

Color #806349 in popluar number systems.

HEX806349
Decimal1289973
Binary1000000011000111001001
Octal200143111

Shades and tints

Shades of #806349

#806349
(128,99,73)
#755A43
(117,90,67)
#6A513D
(106,81,61)
#5F4837
(95,72,55)
#543F31
(84,63,49)
#49362B
(73,54,43)
#3E2D25
(62,45,37)
#33241F
(51,36,31)
#281B19
(40,27,25)
#1D1213
(29,18,19)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #806349

#806349
(128,99,73)
#8B7159
(139,113,89)
#967F69
(150,127,105)
#A18D79
(161,141,121)
#AC9B89
(172,155,137)
#B7A999
(183,169,153)
#C2B7A9
(194,183,169)
#CDC5B9
(205,197,185)
#D8D3C9
(216,211,201)
#E3E1D9
(227,225,217)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806349 color. Also use rgb(128,99,73) instead hex code.

Text Font Color

.myTextColor { color: #806349; }

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

This text font color is #806349.


Background Color

.myBgColor { background-color: #806349; }

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

This div background color is #806349.


Border color

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

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

This div border color is #806349.


Opacity

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

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

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

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

This text has shadow with #806349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806349 on black background.


Color preview on white background

This text has color #806349 on white background.



Black color preview on #806349 background

This text has black color on #806349 background.


White color preview on #806349 background

This text has white color on #806349 background.