COLOR #813476

HEX: #813476
RGB: (129,52,118)

Color info

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

RGB color model

#813476 color RGB value is (129,52,118).

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

RGB channels and saturation

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

129
52
118

R + G + B ~ 39%. #813476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 52 + 118 = 299 (100%)
R 129 of 299 ~ 43.14%
G 52 of 299 ~ 17.39%
B 118 of 299 ~ 39.46%

%43.14
%17.39
%39.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 59.69%
  • yellow value is 8.53%
  • key color value is 49.41%
CMYK:
(0,60,9,49)
C0M60Y9K49 
(0%,60%,9%,49%)
(0.00/0.60/0.09/0.49)	

CMYK percentages

%0
%59.69
%8.53
%49.41

Codes

Color #813476 in popluar color models

813476
RGB12952118
HSL309°42.54%35.49%
HSB/HSV309°59.69%50.59%
CMYK0.00%59.69%8.53%
49.41%

Color #813476 in popluar number systems.

HEX813476
Decimal12952118
Binary100000011101001110110
Octal20164166

Shades and tints

Shades of #813476

#813476
(129,52,118)
#76306C
(118,48,108)
#6B2C62
(107,44,98)
#602858
(96,40,88)
#55244E
(85,36,78)
#4A2044
(74,32,68)
#3F1C3A
(63,28,58)
#341830
(52,24,48)
#291426
(41,20,38)
#1E101C
(30,16,28)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #813476

#813476
(129,52,118)
#8C4682
(140,70,130)
#97588E
(151,88,142)
#A26A9A
(162,106,154)
#AD7CA6
(173,124,166)
#B88EB2
(184,142,178)
#C3A0BE
(195,160,190)
#CEB2CA
(206,178,202)
#D9C4D6
(217,196,214)
#E4D6E2
(228,214,226)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813476; }

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

This text font color is #813476.


Background Color

.myBgColor { background-color: #813476; }

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

This div background color is #813476.


Border color

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

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

This div border color is #813476.


Opacity

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

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

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

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

This text has shadow with #813476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813476 on black background.


Color preview on white background

This text has color #813476 on white background.



Black color preview on #813476 background

This text has black color on #813476 background.


White color preview on #813476 background

This text has white color on #813476 background.