COLOR #813809

HEX: #813809
RGB: (129,56,9)

Color info

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

RGB color model

#813809 color RGB value is (129,56,9).

  • red value is 129;
  • green value is 56;
  • blue value is 9.
RGB:
(129,56,9)
(51%,22%,4%)

RGB channels and saturation

R 129 of 255 = 51%
G 56 of 255 = 22%
B 9 of 255 = 4%

129
56
9

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

Portions of RGB colors in percentages

R + G + B =
129 + 56 + 9 = 194 (100%)
R 129 of 194 ~ 66.49%
G 56 of 194 ~ 28.87%
B 9 of 194 ~ 4.64%

%66.49
%28.87

CMYK color model

#813809 color CMYK value is (0,57,93,49).

  • cyan value is 0.00%
  • magenta value is 56.59%
  • yellow value is 93.02%
  • key color value is 49.41%
CMYK:
(0,57,93,49)
C0M57Y93K49 
(0%,57%,93%,49%)
(0.00/0.57/0.93/0.49)	

CMYK percentages

%0
%56.59
%93.02
%49.41

Codes

Color #813809 in popluar color models

813809
RGB129569
HSL24°86.96%27.06%
HSB/HSV24°93.02%50.59%
CMYK0.00%56.59%93.02%
49.41%

Color #813809 in popluar number systems.

HEX813809
Decimal129569
Binary100000011110001001
Octal2017011

Shades and tints

Shades of #813809

#813809
(129,56,9)
#763309
(118,51,9)
#6B2E09
(107,46,9)
#602909
(96,41,9)
#552409
(85,36,9)
#4A1F09
(74,31,9)
#3F1A09
(63,26,9)
#341509
(52,21,9)
#291009
(41,16,9)
#1E0B09
(30,11,9)
#130609
(19,6,9)
#000000
(0,0,0)

Tints of #813809

#813809
(129,56,9)
#8C4A1F
(140,74,31)
#975C35
(151,92,53)
#A26E4B
(162,110,75)
#AD8061
(173,128,97)
#B89277
(184,146,119)
#C3A48D
(195,164,141)
#CEB6A3
(206,182,163)
#D9C8B9
(217,200,185)
#E4DACF
(228,218,207)
#EFECE5
(239,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813809 color. Also use rgb(129,56,9) instead hex code.

Text Font Color

.myTextColor { color: #813809; }

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

This text font color is #813809.


Background Color

.myBgColor { background-color: #813809; }

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

This div background color is #813809.


Border color

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

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

This div border color is #813809.


Opacity

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

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

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

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

This text has shadow with #813809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813809 on black background.


Color preview on white background

This text has color #813809 on white background.



Black color preview on #813809 background

This text has black color on #813809 background.


White color preview on #813809 background

This text has white color on #813809 background.