COLOR #813B33

HEX: #813B33
RGB: (129,59,51)

Color info

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

RGB color model

#813B33 color RGB value is (129,59,51).

  • red value is 129;
  • green value is 59;
  • blue value is 51.
RGB:
(129,59,51)
(51%,23%,20%)

RGB channels and saturation

R 129 of 255 = 51%
G 59 of 255 = 23%
B 51 of 255 = 20%

129
59
51

R + G + B ~ 31%. #813B33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 59 + 51 = 239 (100%)
R 129 of 239 ~ 53.97%
G 59 of 239 ~ 24.69%
B 51 of 239 ~ 21.34%

%53.97
%24.69
%21.34

CMYK color model

#813B33 color CMYK value is (0,54,60,49).

  • cyan value is 0.00%
  • magenta value is 54.26%
  • yellow value is 60.47%
  • key color value is 49.41%
CMYK:
(0,54,60,49)
C0M54Y60K49 
(0%,54%,60%,49%)
(0.00/0.54/0.60/0.49)	

CMYK percentages

%0
%54.26
%60.47
%49.41

Codes

Color #813B33 in popluar color models

813B33
RGB1295951
HSL43.33%35.29%
HSB/HSV60.47%50.59%
CMYK0.00%54.26%60.47%
49.41%

Color #813B33 in popluar number systems.

HEX813B33
Decimal1295951
Binary10000001111011110011
Octal2017363

Shades and tints

Shades of #813B33

#813B33
(129,59,51)
#76362F
(118,54,47)
#6B312B
(107,49,43)
#602C27
(96,44,39)
#552723
(85,39,35)
#4A221F
(74,34,31)
#3F1D1B
(63,29,27)
#341817
(52,24,23)
#291313
(41,19,19)
#1E0E0F
(30,14,15)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #813B33

#813B33
(129,59,51)
#8C4C45
(140,76,69)
#975D57
(151,93,87)
#A26E69
(162,110,105)
#AD7F7B
(173,127,123)
#B8908D
(184,144,141)
#C3A19F
(195,161,159)
#CEB2B1
(206,178,177)
#D9C3C3
(217,195,195)
#E4D4D5
(228,212,213)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813B33 color. Also use rgb(129,59,51) instead hex code.

Text Font Color

.myTextColor { color: #813B33; }

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

This text font color is #813B33.


Background Color

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

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

This div background color is #813B33.


Border color

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

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

This div border color is #813B33.


Opacity

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

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

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

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

This text has shadow with #813B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813B33 on black background.


Color preview on white background

This text has color #813B33 on white background.



Black color preview on #813B33 background

This text has black color on #813B33 background.


White color preview on #813B33 background

This text has white color on #813B33 background.