COLOR #813C56

HEX: #813C56
RGB: (129,60,86)

Color info

#813C56 contains mainly red and blue colors. Web safe color of #813C56 is #993366 (or #936).

RGB color model

#813C56 color RGB value is (129,60,86).

  • red value is 129;
  • green value is 60;
  • blue value is 86.
RGB:
(129,60,86)
(51%,24%,34%)

RGB channels and saturation

R 129 of 255 = 51%
G 60 of 255 = 24%
B 86 of 255 = 34%

129
60
86

R + G + B ~ 36%. #813C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 60 + 86 = 275 (100%)
R 129 of 275 ~ 46.91%
G 60 of 275 ~ 21.82%
B 86 of 275 ~ 31.27%

%46.91
%21.82
%31.27

CMYK color model

#813C56 color CMYK value is (0,53,33,49).

  • cyan value is 0.00%
  • magenta value is 53.49%
  • yellow value is 33.33%
  • key color value is 49.41%
CMYK:
(0,53,33,49)
C0M53Y33K49 
(0%,53%,33%,49%)
(0.00/0.53/0.33/0.49)	

CMYK percentages

%0
%53.49
%33.33
%49.41

Codes

Color #813C56 in popluar color models

813C56
RGB1296086
HSL337°36.51%37.06%
HSB/HSV337°53.49%50.59%
CMYK0.00%53.49%33.33%
49.41%

Color #813C56 in popluar number systems.

HEX813C56
Decimal1296086
Binary100000011111001010110
Octal20174126

Shades and tints

Shades of #813C56

#813C56
(129,60,86)
#76374F
(118,55,79)
#6B3248
(107,50,72)
#602D41
(96,45,65)
#55283A
(85,40,58)
#4A2333
(74,35,51)
#3F1E2C
(63,30,44)
#341925
(52,25,37)
#29141E
(41,20,30)
#1E0F17
(30,15,23)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #813C56

#813C56
(129,60,86)
#8C4D65
(140,77,101)
#975E74
(151,94,116)
#A26F83
(162,111,131)
#AD8092
(173,128,146)
#B891A1
(184,145,161)
#C3A2B0
(195,162,176)
#CEB3BF
(206,179,191)
#D9C4CE
(217,196,206)
#E4D5DD
(228,213,221)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813C56 color. Also use rgb(129,60,86) instead hex code.

Text Font Color

.myTextColor { color: #813C56; }

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

This text font color is #813C56.


Background Color

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

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

This div background color is #813C56.


Border color

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

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

This div border color is #813C56.


Opacity

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

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

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

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

This text has shadow with #813C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813C56 on black background.


Color preview on white background

This text has color #813C56 on white background.



Black color preview on #813C56 background

This text has black color on #813C56 background.


White color preview on #813C56 background

This text has white color on #813C56 background.