COLOR #813841

HEX: #813841
RGB: (129,56,65)

Color info

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

RGB color model

#813841 color RGB value is (129,56,65).

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

RGB channels and saturation

R 129 of 255 = 51%
G 56 of 255 = 22%
B 65 of 255 = 25%

129
56
65

R + G + B ~ 33%. #813841 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 56 + 65 = 250 (100%)
R 129 of 250 ~ 51.6%
G 56 of 250 ~ 22.4%
B 65 of 250 ~ 26%

%51.6
%22.4
%26

CMYK color model

#813841 color CMYK value is (0,57,50,49).

  • cyan value is 0.00%
  • magenta value is 56.59%
  • yellow value is 49.61%
  • key color value is 49.41%
CMYK:
(0,57,50,49)
C0M57Y50K49 
(0%,57%,50%,49%)
(0.00/0.57/0.50/0.49)	

CMYK percentages

%0
%56.59
%49.61
%49.41

Codes

Color #813841 in popluar color models

813841
RGB1295665
HSL353°39.46%36.27%
HSB/HSV353°56.59%50.59%
CMYK0.00%56.59%49.61%
49.41%

Color #813841 in popluar number systems.

HEX813841
Decimal1295665
Binary100000011110001000001
Octal20170101

Shades and tints

Shades of #813841

#813841
(129,56,65)
#76333C
(118,51,60)
#6B2E37
(107,46,55)
#602932
(96,41,50)
#55242D
(85,36,45)
#4A1F28
(74,31,40)
#3F1A23
(63,26,35)
#34151E
(52,21,30)
#291019
(41,16,25)
#1E0B14
(30,11,20)
#13060F
(19,6,15)
#000000
(0,0,0)

Tints of #813841

#813841
(129,56,65)
#8C4A52
(140,74,82)
#975C63
(151,92,99)
#A26E74
(162,110,116)
#AD8085
(173,128,133)
#B89296
(184,146,150)
#C3A4A7
(195,164,167)
#CEB6B8
(206,182,184)
#D9C8C9
(217,200,201)
#E4DADA
(228,218,218)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813841; }

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

This text font color is #813841.


Background Color

.myBgColor { background-color: #813841; }

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

This div background color is #813841.


Border color

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

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

This div border color is #813841.


Opacity

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

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

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

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

This text has shadow with #813841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813841 on black background.


Color preview on white background

This text has color #813841 on white background.



Black color preview on #813841 background

This text has black color on #813841 background.


White color preview on #813841 background

This text has white color on #813841 background.