COLOR #814513

HEX: #814513
RGB: (129,69,19)

Color info

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

RGB color model

#814513 color RGB value is (129,69,19).

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

RGB channels and saturation

R 129 of 255 = 51%
G 69 of 255 = 27%
B 19 of 255 = 7%

129
69
19

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

Portions of RGB colors in percentages

R + G + B =
129 + 69 + 19 = 217 (100%)
R 129 of 217 ~ 59.45%
G 69 of 217 ~ 31.8%
B 19 of 217 ~ 8.76%

%59.45
%31.8

CMYK color model

#814513 color CMYK value is (0,47,85,49).

  • cyan value is 0.00%
  • magenta value is 46.51%
  • yellow value is 85.27%
  • key color value is 49.41%
CMYK:
(0,47,85,49)
C0M47Y85K49 
(0%,47%,85%,49%)
(0.00/0.47/0.85/0.49)	

CMYK percentages

%0
%46.51
%85.27
%49.41

Codes

Color #814513 in popluar color models

814513
RGB1296919
HSL27°74.32%29.02%
HSB/HSV27°85.27%50.59%
CMYK0.00%46.51%85.27%
49.41%

Color #814513 in popluar number systems.

HEX814513
Decimal1296919
Binary10000001100010110011
Octal20110523

Shades and tints

Shades of #814513

#814513
(129,69,19)
#763F12
(118,63,18)
#6B3911
(107,57,17)
#603310
(96,51,16)
#552D0F
(85,45,15)
#4A270E
(74,39,14)
#3F210D
(63,33,13)
#341B0C
(52,27,12)
#29150B
(41,21,11)
#1E0F0A
(30,15,10)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #814513

#814513
(129,69,19)
#8C5528
(140,85,40)
#97653D
(151,101,61)
#A27552
(162,117,82)
#AD8567
(173,133,103)
#B8957C
(184,149,124)
#C3A591
(195,165,145)
#CEB5A6
(206,181,166)
#D9C5BB
(217,197,187)
#E4D5D0
(228,213,208)
#EFE5E5
(239,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814513; }

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

This text font color is #814513.


Background Color

.myBgColor { background-color: #814513; }

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

This div background color is #814513.


Border color

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

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

This div border color is #814513.


Opacity

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

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

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

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

This text has shadow with #814513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814513 on black background.


Color preview on white background

This text has color #814513 on white background.



Black color preview on #814513 background

This text has black color on #814513 background.


White color preview on #814513 background

This text has white color on #814513 background.