COLOR #813221

HEX: #813221
RGB: (129,50,33)

Color info

#813221 contains mainly red color. Web safe color of #813221 is #993333 (or #933).

RGB color model

#813221 color RGB value is (129,50,33).

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

RGB channels and saturation

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

129
50
33

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

Portions of RGB colors in percentages

R + G + B =
129 + 50 + 33 = 212 (100%)
R 129 of 212 ~ 60.85%
G 50 of 212 ~ 23.58%
B 33 of 212 ~ 15.57%

%60.85
%23.58
%15.57

CMYK color model

#813221 color CMYK value is (0,61,74,49).

  • cyan value is 0.00%
  • magenta value is 61.24%
  • yellow value is 74.42%
  • key color value is 49.41%
CMYK:
(0,61,74,49)
C0M61Y74K49 
(0%,61%,74%,49%)
(0.00/0.61/0.74/0.49)	

CMYK percentages

%0
%61.24
%74.42
%49.41

Codes

Color #813221 in popluar color models

813221
RGB1295033
HSL11°59.26%31.76%
HSB/HSV11°74.42%50.59%
CMYK0.00%61.24%74.42%
49.41%

Color #813221 in popluar number systems.

HEX813221
Decimal1295033
Binary10000001110010100001
Octal2016241

Shades and tints

Shades of #813221

#813221
(129,50,33)
#762E1E
(118,46,30)
#6B2A1B
(107,42,27)
#602618
(96,38,24)
#552215
(85,34,21)
#4A1E12
(74,30,18)
#3F1A0F
(63,26,15)
#34160C
(52,22,12)
#291209
(41,18,9)
#1E0E06
(30,14,6)
#130A03
(19,10,3)
#000000
(0,0,0)

Tints of #813221

#813221
(129,50,33)
#8C4435
(140,68,53)
#975649
(151,86,73)
#A2685D
(162,104,93)
#AD7A71
(173,122,113)
#B88C85
(184,140,133)
#C39E99
(195,158,153)
#CEB0AD
(206,176,173)
#D9C2C1
(217,194,193)
#E4D4D5
(228,212,213)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813221 color. Also use rgb(129,50,33) instead hex code.

Text Font Color

.myTextColor { color: #813221; }

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

This text font color is #813221.


Background Color

.myBgColor { background-color: #813221; }

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

This div background color is #813221.


Border color

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

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

This div border color is #813221.


Opacity

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

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

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

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

This text has shadow with #813221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813221 on black background.


Color preview on white background

This text has color #813221 on white background.



Black color preview on #813221 background

This text has black color on #813221 background.


White color preview on #813221 background

This text has white color on #813221 background.