COLOR #803321

HEX: #803321
RGB: (128,51,33)

Color info

#803321 contains mainly red color. Web safe color of #803321 is #663333 (or #633).

RGB color model

#803321 color RGB value is (128,51,33).

  • red value is 128;
  • green value is 51;
  • blue value is 33.
RGB:
(128,51,33)
(50%,20%,13%)

RGB channels and saturation

R 128 of 255 = 50%
G 51 of 255 = 20%
B 33 of 255 = 13%

128
51
33

R + G + B ~ 28%. #803321 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 51 + 33 = 212 (100%)
R 128 of 212 ~ 60.38%
G 51 of 212 ~ 24.06%
B 33 of 212 ~ 15.57%

%60.38
%24.06
%15.57

CMYK color model

#803321 color CMYK value is (0,60,74,50).

  • cyan value is 0.00%
  • magenta value is 60.16%
  • yellow value is 74.22%
  • key color value is 49.80%
CMYK:
(0,60,74,50)
C0M60Y74K50 
(0%,60%,74%,50%)
(0.00/0.60/0.74/0.50)	

CMYK percentages

%0
%60.16
%74.22
%49.8

Codes

Color #803321 in popluar color models

803321
RGB1285133
HSL11°59.01%31.57%
HSB/HSV11°74.22%50.20%
CMYK0.00%60.16%74.22%
49.80%

Color #803321 in popluar number systems.

HEX803321
Decimal1285133
Binary10000000110011100001
Octal2006341

Shades and tints

Shades of #803321

#803321
(128,51,33)
#752F1E
(117,47,30)
#6A2B1B
(106,43,27)
#5F2718
(95,39,24)
#542315
(84,35,21)
#491F12
(73,31,18)
#3E1B0F
(62,27,15)
#33170C
(51,23,12)
#281309
(40,19,9)
#1D0F06
(29,15,6)
#120B03
(18,11,3)
#000000
(0,0,0)

Tints of #803321

#803321
(128,51,33)
#8B4535
(139,69,53)
#965749
(150,87,73)
#A1695D
(161,105,93)
#AC7B71
(172,123,113)
#B78D85
(183,141,133)
#C29F99
(194,159,153)
#CDB1AD
(205,177,173)
#D8C3C1
(216,195,193)
#E3D5D5
(227,213,213)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803321 color. Also use rgb(128,51,33) instead hex code.

Text Font Color

.myTextColor { color: #803321; }

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

This text font color is #803321.


Background Color

.myBgColor { background-color: #803321; }

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

This div background color is #803321.


Border color

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

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

This div border color is #803321.


Opacity

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

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

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

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

This text has shadow with #803321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803321 on black background.


Color preview on white background

This text has color #803321 on white background.



Black color preview on #803321 background

This text has black color on #803321 background.


White color preview on #803321 background

This text has white color on #803321 background.