COLOR #803327

HEX: #803327
RGB: (128,51,39)

Color info

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

RGB color model

#803327 color RGB value is (128,51,39).

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

RGB channels and saturation

R 128 of 255 = 50%
G 51 of 255 = 20%
B 39 of 255 = 15%

128
51
39

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

Portions of RGB colors in percentages

R + G + B =
128 + 51 + 39 = 218 (100%)
R 128 of 218 ~ 58.72%
G 51 of 218 ~ 23.39%
B 39 of 218 ~ 17.89%

%58.72
%23.39
%17.89

CMYK color model

#803327 color CMYK value is (0,60,70,50).

  • cyan value is 0.00%
  • magenta value is 60.16%
  • yellow value is 69.53%
  • key color value is 49.80%
CMYK:
(0,60,70,50)
C0M60Y70K50 
(0%,60%,70%,50%)
(0.00/0.60/0.70/0.50)	

CMYK percentages

%0
%60.16
%69.53
%49.8

Codes

Color #803327 in popluar color models

803327
RGB1285139
HSL53.29%32.75%
HSB/HSV69.53%50.20%
CMYK0.00%60.16%69.53%
49.80%

Color #803327 in popluar number systems.

HEX803327
Decimal1285139
Binary10000000110011100111
Octal2006347

Shades and tints

Shades of #803327

#803327
(128,51,39)
#752F24
(117,47,36)
#6A2B21
(106,43,33)
#5F271E
(95,39,30)
#54231B
(84,35,27)
#491F18
(73,31,24)
#3E1B15
(62,27,21)
#331712
(51,23,18)
#28130F
(40,19,15)
#1D0F0C
(29,15,12)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #803327

#803327
(128,51,39)
#8B453A
(139,69,58)
#96574D
(150,87,77)
#A16960
(161,105,96)
#AC7B73
(172,123,115)
#B78D86
(183,141,134)
#C29F99
(194,159,153)
#CDB1AC
(205,177,172)
#D8C3BF
(216,195,191)
#E3D5D2
(227,213,210)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #803327; }

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

This text font color is #803327.


Background Color

.myBgColor { background-color: #803327; }

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

This div background color is #803327.


Border color

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

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

This div border color is #803327.


Opacity

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

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

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

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

This text has shadow with #803327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803327 on black background.


Color preview on white background

This text has color #803327 on white background.



Black color preview on #803327 background

This text has black color on #803327 background.


White color preview on #803327 background

This text has white color on #803327 background.