COLOR #813A20

HEX: #813A20
RGB: (129,58,32)

Color info

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

RGB color model

#813A20 color RGB value is (129,58,32).

  • red value is 129;
  • green value is 58;
  • blue value is 32.
RGB:
(129,58,32)
(51%,23%,13%)

RGB channels and saturation

R 129 of 255 = 51%
G 58 of 255 = 23%
B 32 of 255 = 13%

129
58
32

R + G + B ~ 29%. #813A20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 58 + 32 = 219 (100%)
R 129 of 219 ~ 58.9%
G 58 of 219 ~ 26.48%
B 32 of 219 ~ 14.61%

%58.9
%26.48
%14.61

CMYK color model

#813A20 color CMYK value is (0,55,75,49).

  • cyan value is 0.00%
  • magenta value is 55.04%
  • yellow value is 75.19%
  • key color value is 49.41%
CMYK:
(0,55,75,49)
C0M55Y75K49 
(0%,55%,75%,49%)
(0.00/0.55/0.75/0.49)	

CMYK percentages

%0
%55.04
%75.19
%49.41

Codes

Color #813A20 in popluar color models

813A20
RGB1295832
HSL16°60.25%31.57%
HSB/HSV16°75.19%50.59%
CMYK0.00%55.04%75.19%
49.41%

Color #813A20 in popluar number systems.

HEX813A20
Decimal1295832
Binary10000001111010100000
Octal2017240

Shades and tints

Shades of #813A20

#813A20
(129,58,32)
#76351E
(118,53,30)
#6B301C
(107,48,28)
#602B1A
(96,43,26)
#552618
(85,38,24)
#4A2116
(74,33,22)
#3F1C14
(63,28,20)
#341712
(52,23,18)
#291210
(41,18,16)
#1E0D0E
(30,13,14)
#13080C
(19,8,12)
#000000
(0,0,0)

Tints of #813A20

#813A20
(129,58,32)
#8C4B34
(140,75,52)
#975C48
(151,92,72)
#A26D5C
(162,109,92)
#AD7E70
(173,126,112)
#B88F84
(184,143,132)
#C3A098
(195,160,152)
#CEB1AC
(206,177,172)
#D9C2C0
(217,194,192)
#E4D3D4
(228,211,212)
#EFE4E8
(239,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813A20 color. Also use rgb(129,58,32) instead hex code.

Text Font Color

.myTextColor { color: #813A20; }

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

This text font color is #813A20.


Background Color

.myBgColor { background-color: #813A20; }

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

This div background color is #813A20.


Border color

.myBorderColor { border: 1px solid #813A20; }

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

This div border color is #813A20.


Opacity

.myOpacity80 { color: #813A20; opacity: 0.8; }

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

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

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

This text has shadow with #813A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813A20 on black background.


Color preview on white background

This text has color #813A20 on white background.



Black color preview on #813A20 background

This text has black color on #813A20 background.


White color preview on #813A20 background

This text has white color on #813A20 background.