COLOR #813F72

HEX: #813F72
RGB: (129,63,114)

Color info

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

RGB color model

#813F72 color RGB value is (129,63,114).

  • red value is 129;
  • green value is 63;
  • blue value is 114.
RGB:
(129,63,114)
(51%,25%,45%)

RGB channels and saturation

R 129 of 255 = 51%
G 63 of 255 = 25%
B 114 of 255 = 45%

129
63
114

R + G + B ~ 40%. #813F72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 63 + 114 = 306 (100%)
R 129 of 306 ~ 42.16%
G 63 of 306 ~ 20.59%
B 114 of 306 ~ 37.25%

%42.16
%20.59
%37.25

CMYK color model

#813F72 color CMYK value is (0,51,12,49).

  • cyan value is 0.00%
  • magenta value is 51.16%
  • yellow value is 11.63%
  • key color value is 49.41%
CMYK:
(0,51,12,49)
C0M51Y12K49 
(0%,51%,12%,49%)
(0.00/0.51/0.12/0.49)	

CMYK percentages

%0
%51.16
%11.63
%49.41

Codes

Color #813F72 in popluar color models

813F72
RGB12963114
HSL314°34.38%37.65%
HSB/HSV314°51.16%50.59%
CMYK0.00%51.16%11.63%
49.41%

Color #813F72 in popluar number systems.

HEX813F72
Decimal12963114
Binary100000011111111110010
Octal20177162

Shades and tints

Shades of #813F72

#813F72
(129,63,114)
#763A68
(118,58,104)
#6B355E
(107,53,94)
#603054
(96,48,84)
#552B4A
(85,43,74)
#4A2640
(74,38,64)
#3F2136
(63,33,54)
#341C2C
(52,28,44)
#291722
(41,23,34)
#1E1218
(30,18,24)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #813F72

#813F72
(129,63,114)
#8C507E
(140,80,126)
#97618A
(151,97,138)
#A27296
(162,114,150)
#AD83A2
(173,131,162)
#B894AE
(184,148,174)
#C3A5BA
(195,165,186)
#CEB6C6
(206,182,198)
#D9C7D2
(217,199,210)
#E4D8DE
(228,216,222)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813F72 color. Also use rgb(129,63,114) instead hex code.

Text Font Color

.myTextColor { color: #813F72; }

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

This text font color is #813F72.


Background Color

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

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

This div background color is #813F72.


Border color

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

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

This div border color is #813F72.


Opacity

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

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

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

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

This text has shadow with #813F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813F72 on black background.


Color preview on white background

This text has color #813F72 on white background.



Black color preview on #813F72 background

This text has black color on #813F72 background.


White color preview on #813F72 background

This text has white color on #813F72 background.