COLOR #813033

HEX: #813033
RGB: (129,48,51)

Color info

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

RGB color model

#813033 color RGB value is (129,48,51).

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

RGB channels and saturation

R 129 of 255 = 51%
G 48 of 255 = 19%
B 51 of 255 = 20%

129
48
51

R + G + B ~ 30%. #813033 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 48 + 51 = 228 (100%)
R 129 of 228 ~ 56.58%
G 48 of 228 ~ 21.05%
B 51 of 228 ~ 22.37%

%56.58
%21.05
%22.37

CMYK color model

#813033 color CMYK value is (0,63,60,49).

  • cyan value is 0.00%
  • magenta value is 62.79%
  • yellow value is 60.47%
  • key color value is 49.41%
CMYK:
(0,63,60,49)
C0M63Y60K49 
(0%,63%,60%,49%)
(0.00/0.63/0.60/0.49)	

CMYK percentages

%0
%62.79
%60.47
%49.41

Codes

Color #813033 in popluar color models

813033
RGB1294851
HSL358°45.76%34.71%
HSB/HSV358°62.79%50.59%
CMYK0.00%62.79%60.47%
49.41%

Color #813033 in popluar number systems.

HEX813033
Decimal1294851
Binary10000001110000110011
Octal2016063

Shades and tints

Shades of #813033

#813033
(129,48,51)
#762C2F
(118,44,47)
#6B282B
(107,40,43)
#602427
(96,36,39)
#552023
(85,32,35)
#4A1C1F
(74,28,31)
#3F181B
(63,24,27)
#341417
(52,20,23)
#291013
(41,16,19)
#1E0C0F
(30,12,15)
#13080B
(19,8,11)
#000000
(0,0,0)

Tints of #813033

#813033
(129,48,51)
#8C4245
(140,66,69)
#975457
(151,84,87)
#A26669
(162,102,105)
#AD787B
(173,120,123)
#B88A8D
(184,138,141)
#C39C9F
(195,156,159)
#CEAEB1
(206,174,177)
#D9C0C3
(217,192,195)
#E4D2D5
(228,210,213)
#EFE4E7
(239,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813033; }

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

This text font color is #813033.


Background Color

.myBgColor { background-color: #813033; }

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

This div background color is #813033.


Border color

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

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

This div border color is #813033.


Opacity

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

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

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

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

This text has shadow with #813033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813033 on black background.


Color preview on white background

This text has color #813033 on white background.



Black color preview on #813033 background

This text has black color on #813033 background.


White color preview on #813033 background

This text has white color on #813033 background.