COLOR #813F52

HEX: #813F52
RGB: (129,63,82)

Color info

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

RGB color model

#813F52 color RGB value is (129,63,82).

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

RGB channels and saturation

R 129 of 255 = 51%
G 63 of 255 = 25%
B 82 of 255 = 32%

129
63
82

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

Portions of RGB colors in percentages

R + G + B =
129 + 63 + 82 = 274 (100%)
R 129 of 274 ~ 47.08%
G 63 of 274 ~ 22.99%
B 82 of 274 ~ 29.93%

%47.08
%22.99
%29.93

CMYK color model

#813F52 color CMYK value is (0,51,36,49).

  • cyan value is 0.00%
  • magenta value is 51.16%
  • yellow value is 36.43%
  • key color value is 49.41%
CMYK:
(0,51,36,49)
C0M51Y36K49 
(0%,51%,36%,49%)
(0.00/0.51/0.36/0.49)	

CMYK percentages

%0
%51.16
%36.43
%49.41

Codes

Color #813F52 in popluar color models

813F52
RGB1296382
HSL343°34.38%37.65%
HSB/HSV343°51.16%50.59%
CMYK0.00%51.16%36.43%
49.41%

Color #813F52 in popluar number systems.

HEX813F52
Decimal1296382
Binary100000011111111010010
Octal20177122

Shades and tints

Shades of #813F52

#813F52
(129,63,82)
#763A4B
(118,58,75)
#6B3544
(107,53,68)
#60303D
(96,48,61)
#552B36
(85,43,54)
#4A262F
(74,38,47)
#3F2128
(63,33,40)
#341C21
(52,28,33)
#29171A
(41,23,26)
#1E1213
(30,18,19)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #813F52

#813F52
(129,63,82)
#8C5061
(140,80,97)
#976170
(151,97,112)
#A2727F
(162,114,127)
#AD838E
(173,131,142)
#B8949D
(184,148,157)
#C3A5AC
(195,165,172)
#CEB6BB
(206,182,187)
#D9C7CA
(217,199,202)
#E4D8D9
(228,216,217)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813F52; }

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

This text font color is #813F52.


Background Color

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

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

This div background color is #813F52.


Border color

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

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

This div border color is #813F52.


Opacity

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

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

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

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

This text has shadow with #813F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813F52 on black background.


Color preview on white background

This text has color #813F52 on white background.



Black color preview on #813F52 background

This text has black color on #813F52 background.


White color preview on #813F52 background

This text has white color on #813F52 background.