COLOR #813457

HEX: #813457
RGB: (129,52,87)

Color info

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

RGB color model

#813457 color RGB value is (129,52,87).

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

RGB channels and saturation

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

129
52
87

R + G + B ~ 35%. #813457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 52 + 87 = 268 (100%)
R 129 of 268 ~ 48.13%
G 52 of 268 ~ 19.4%
B 87 of 268 ~ 32.46%

%48.13
%19.4
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 59.69%
  • yellow value is 32.56%
  • key color value is 49.41%
CMYK:
(0,60,33,49)
C0M60Y33K49 
(0%,60%,33%,49%)
(0.00/0.60/0.33/0.49)	

CMYK percentages

%0
%59.69
%32.56
%49.41

Codes

Color #813457 in popluar color models

813457
RGB1295287
HSL333°42.54%35.49%
HSB/HSV333°59.69%50.59%
CMYK0.00%59.69%32.56%
49.41%

Color #813457 in popluar number systems.

HEX813457
Decimal1295287
Binary100000011101001010111
Octal20164127

Shades and tints

Shades of #813457

#813457
(129,52,87)
#763050
(118,48,80)
#6B2C49
(107,44,73)
#602842
(96,40,66)
#55243B
(85,36,59)
#4A2034
(74,32,52)
#3F1C2D
(63,28,45)
#341826
(52,24,38)
#29141F
(41,20,31)
#1E1018
(30,16,24)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #813457

#813457
(129,52,87)
#8C4666
(140,70,102)
#975875
(151,88,117)
#A26A84
(162,106,132)
#AD7C93
(173,124,147)
#B88EA2
(184,142,162)
#C3A0B1
(195,160,177)
#CEB2C0
(206,178,192)
#D9C4CF
(217,196,207)
#E4D6DE
(228,214,222)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813457; }

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

This text font color is #813457.


Background Color

.myBgColor { background-color: #813457; }

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

This div background color is #813457.


Border color

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

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

This div border color is #813457.


Opacity

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

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

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

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

This text has shadow with #813457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813457 on black background.


Color preview on white background

This text has color #813457 on white background.



Black color preview on #813457 background

This text has black color on #813457 background.


White color preview on #813457 background

This text has white color on #813457 background.