COLOR #813D36

HEX: #813D36
RGB: (129,61,54)

Color info

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

RGB color model

#813D36 color RGB value is (129,61,54).

  • red value is 129;
  • green value is 61;
  • blue value is 54.
RGB:
(129,61,54)
(51%,24%,21%)

RGB channels and saturation

R 129 of 255 = 51%
G 61 of 255 = 24%
B 54 of 255 = 21%

129
61
54

R + G + B ~ 32%. #813D36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 61 + 54 = 244 (100%)
R 129 of 244 ~ 52.87%
G 61 of 244 ~ 25%
B 54 of 244 ~ 22.13%

%52.87
%25
%22.13

CMYK color model

#813D36 color CMYK value is (0,53,58,49).

  • cyan value is 0.00%
  • magenta value is 52.71%
  • yellow value is 58.14%
  • key color value is 49.41%
CMYK:
(0,53,58,49)
C0M53Y58K49 
(0%,53%,58%,49%)
(0.00/0.53/0.58/0.49)	

CMYK percentages

%0
%52.71
%58.14
%49.41

Codes

Color #813D36 in popluar color models

813D36
RGB1296154
HSL40.98%35.88%
HSB/HSV58.14%50.59%
CMYK0.00%52.71%58.14%
49.41%

Color #813D36 in popluar number systems.

HEX813D36
Decimal1296154
Binary10000001111101110110
Octal2017566

Shades and tints

Shades of #813D36

#813D36
(129,61,54)
#763832
(118,56,50)
#6B332E
(107,51,46)
#602E2A
(96,46,42)
#552926
(85,41,38)
#4A2422
(74,36,34)
#3F1F1E
(63,31,30)
#341A1A
(52,26,26)
#291516
(41,21,22)
#1E1012
(30,16,18)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #813D36

#813D36
(129,61,54)
#8C4E48
(140,78,72)
#975F5A
(151,95,90)
#A2706C
(162,112,108)
#AD817E
(173,129,126)
#B89290
(184,146,144)
#C3A3A2
(195,163,162)
#CEB4B4
(206,180,180)
#D9C5C6
(217,197,198)
#E4D6D8
(228,214,216)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813D36 color. Also use rgb(129,61,54) instead hex code.

Text Font Color

.myTextColor { color: #813D36; }

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

This text font color is #813D36.


Background Color

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

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

This div background color is #813D36.


Border color

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

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

This div border color is #813D36.


Opacity

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

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

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

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

This text has shadow with #813D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813D36 on black background.


Color preview on white background

This text has color #813D36 on white background.



Black color preview on #813D36 background

This text has black color on #813D36 background.


White color preview on #813D36 background

This text has white color on #813D36 background.