COLOR #806353

HEX: #806353
RGB: (128,99,83)

Color info

#806353 contains red, green and blue colors in about the same proportion. Web safe color of #806353 is #666666 (or #666).

RGB color model

#806353 color RGB value is (128,99,83).

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

RGB channels and saturation

R 128 of 255 = 50%
G 99 of 255 = 39%
B 83 of 255 = 33%

128
99
83

R + G + B ~ 41%. #806353 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 99 + 83 = 310 (100%)
R 128 of 310 ~ 41.29%
G 99 of 310 ~ 31.94%
B 83 of 310 ~ 26.77%

%41.29
%31.94
%26.77

CMYK color model

#806353 color CMYK value is (0,23,35,50).

  • cyan value is 0.00%
  • magenta value is 22.66%
  • yellow value is 35.16%
  • key color value is 49.80%
CMYK:
(0,23,35,50)
C0M23Y35K50 
(0%,23%,35%,50%)
(0.00/0.23/0.35/0.50)	

CMYK percentages

%0
%22.66
%35.16
%49.8

Codes

Color #806353 in popluar color models

806353
RGB1289983
HSL21°21.33%41.37%
HSB/HSV21°35.16%50.20%
CMYK0.00%22.66%35.16%
49.80%

Color #806353 in popluar number systems.

HEX806353
Decimal1289983
Binary1000000011000111010011
Octal200143123

Shades and tints

Shades of #806353

#806353
(128,99,83)
#755A4C
(117,90,76)
#6A5145
(106,81,69)
#5F483E
(95,72,62)
#543F37
(84,63,55)
#493630
(73,54,48)
#3E2D29
(62,45,41)
#332422
(51,36,34)
#281B1B
(40,27,27)
#1D1214
(29,18,20)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #806353

#806353
(128,99,83)
#8B7162
(139,113,98)
#967F71
(150,127,113)
#A18D80
(161,141,128)
#AC9B8F
(172,155,143)
#B7A99E
(183,169,158)
#C2B7AD
(194,183,173)
#CDC5BC
(205,197,188)
#D8D3CB
(216,211,203)
#E3E1DA
(227,225,218)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806353; }

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

This text font color is #806353.


Background Color

.myBgColor { background-color: #806353; }

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

This div background color is #806353.


Border color

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

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

This div border color is #806353.


Opacity

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

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

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

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

This text has shadow with #806353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806353 on black background.


Color preview on white background

This text has color #806353 on white background.



Black color preview on #806353 background

This text has black color on #806353 background.


White color preview on #806353 background

This text has white color on #806353 background.