COLOR #813334

HEX: #813334
RGB: (129,51,52)

Color info

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

RGB color model

#813334 color RGB value is (129,51,52).

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

RGB channels and saturation

R 129 of 255 = 51%
G 51 of 255 = 20%
B 52 of 255 = 20%

129
51
52

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

Portions of RGB colors in percentages

R + G + B =
129 + 51 + 52 = 232 (100%)
R 129 of 232 ~ 55.6%
G 51 of 232 ~ 21.98%
B 52 of 232 ~ 22.41%

%55.6
%21.98
%22.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 60.47%
  • yellow value is 59.69%
  • key color value is 49.41%
CMYK:
(0,60,60,49)
C0M60Y60K49 
(0%,60%,60%,49%)
(0.00/0.60/0.60/0.49)	

CMYK percentages

%0
%60.47
%59.69
%49.41

Codes

Color #813334 in popluar color models

813334
RGB1295152
HSL359°43.33%35.29%
HSB/HSV359°60.47%50.59%
CMYK0.00%60.47%59.69%
49.41%

Color #813334 in popluar number systems.

HEX813334
Decimal1295152
Binary10000001110011110100
Octal2016364

Shades and tints

Shades of #813334

#813334
(129,51,52)
#762F30
(118,47,48)
#6B2B2C
(107,43,44)
#602728
(96,39,40)
#552324
(85,35,36)
#4A1F20
(74,31,32)
#3F1B1C
(63,27,28)
#341718
(52,23,24)
#291314
(41,19,20)
#1E0F10
(30,15,16)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #813334

#813334
(129,51,52)
#8C4546
(140,69,70)
#975758
(151,87,88)
#A2696A
(162,105,106)
#AD7B7C
(173,123,124)
#B88D8E
(184,141,142)
#C39FA0
(195,159,160)
#CEB1B2
(206,177,178)
#D9C3C4
(217,195,196)
#E4D5D6
(228,213,214)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813334; }

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

This text font color is #813334.


Background Color

.myBgColor { background-color: #813334; }

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

This div background color is #813334.


Border color

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

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

This div border color is #813334.


Opacity

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

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

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

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

This text has shadow with #813334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813334 on black background.


Color preview on white background

This text has color #813334 on white background.



Black color preview on #813334 background

This text has black color on #813334 background.


White color preview on #813334 background

This text has white color on #813334 background.