COLOR #813513

HEX: #813513
RGB: (129,53,19)

Color info

#813513 contains mainly red color. Web safe color of #813513 is #993300 (or #930).

RGB color model

#813513 color RGB value is (129,53,19).

  • red value is 129;
  • green value is 53;
  • blue value is 19.
RGB:
(129,53,19)
(51%,21%,7%)

RGB channels and saturation

R 129 of 255 = 51%
G 53 of 255 = 21%
B 19 of 255 = 7%

129
53
19

R + G + B ~ 26%. #813513 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 53 + 19 = 201 (100%)
R 129 of 201 ~ 64.18%
G 53 of 201 ~ 26.37%
B 19 of 201 ~ 9.45%

%64.18
%26.37

CMYK color model

#813513 color CMYK value is (0,59,85,49).

  • cyan value is 0.00%
  • magenta value is 58.91%
  • yellow value is 85.27%
  • key color value is 49.41%
CMYK:
(0,59,85,49)
C0M59Y85K49 
(0%,59%,85%,49%)
(0.00/0.59/0.85/0.49)	

CMYK percentages

%0
%58.91
%85.27
%49.41

Codes

Color #813513 in popluar color models

813513
RGB1295319
HSL19°74.32%29.02%
HSB/HSV19°85.27%50.59%
CMYK0.00%58.91%85.27%
49.41%

Color #813513 in popluar number systems.

HEX813513
Decimal1295319
Binary1000000111010110011
Octal2016523

Shades and tints

Shades of #813513

#813513
(129,53,19)
#763112
(118,49,18)
#6B2D11
(107,45,17)
#602910
(96,41,16)
#55250F
(85,37,15)
#4A210E
(74,33,14)
#3F1D0D
(63,29,13)
#34190C
(52,25,12)
#29150B
(41,21,11)
#1E110A
(30,17,10)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #813513

#813513
(129,53,19)
#8C4728
(140,71,40)
#97593D
(151,89,61)
#A26B52
(162,107,82)
#AD7D67
(173,125,103)
#B88F7C
(184,143,124)
#C3A191
(195,161,145)
#CEB3A6
(206,179,166)
#D9C5BB
(217,197,187)
#E4D7D0
(228,215,208)
#EFE9E5
(239,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813513 color. Also use rgb(129,53,19) instead hex code.

Text Font Color

.myTextColor { color: #813513; }

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

This text font color is #813513.


Background Color

.myBgColor { background-color: #813513; }

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

This div background color is #813513.


Border color

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

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

This div border color is #813513.


Opacity

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

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

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

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

This text has shadow with #813513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813513 on black background.


Color preview on white background

This text has color #813513 on white background.



Black color preview on #813513 background

This text has black color on #813513 background.


White color preview on #813513 background

This text has white color on #813513 background.