COLOR #513C70

HEX: #513C70 RGB: (81,60,112)

Color info

#513C70 contains red, green and blue colors in about the same proportion. Web safe color of #513C70 is #663366 (or #636).

RGB color model

#513C70 color RGB value is (81,60,112).

RGB: (81,60,112) (32%, 24%, 44%)

RGB channels and saturation

R 81 of 255 = 32%
G 60 of 255 = 24%
B 112 of 255 = 44%

81
60
112

R + G + B ~ 33%. #513C70 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 60 + 112 = 253 (100%)
R 81 of 253 ~ 32.02%
G 60 of 253 ~ 23.72%
B 112 of 253 ~ 44.27'%

%32.02
%23.72
%44.27

CMYK color model

#513C70 color CMYK value is (28,46,0,56).

  • cyan value is 27.68%
  • magenta value is 46.43%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (28,46,0,56)
C28M46Y0K56 (28%, 46%, 0%, 56%)
(0.28 / 0.46 / 0.00 / 0.56)

CMYK percentages

%27.68
%46.43
%0
%56.08

Codes

Color #513C70 in popluar color models

51 3C 70
RGB 81 60 112
HSL 264° 30.23% 33.73%
HSB/HSV 264° 46.43% 43.92%
CMYK 27.68% 46.43% 0.00%
56.08%

Color #513C70 in popluar number systems.

HEX 51 3C 70
Decimal 81 60 112
Binary 1010001 111100 1110000
Octal 121 74 160

Shades and tints

Shades of #513C70

#513C70
(81,60,112)
#4A3766
(74,55,102)
#43325C
(67,50,92)
#3C2D52
(60,45,82)
#352848
(53,40,72)
#2E233E
(46,35,62)
#271E34
(39,30,52)
#20192A
(32,25,42)
#191420
(25,20,32)
#120F16
(18,15,22)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #513C70

#513C70
(81,60,112)
#604D7D
(96,77,125)
#6F5E8A
(111,94,138)
#7E6F97
(126,111,151)
#8D80A4
(141,128,164)
#9C91B1
(156,145,177)
#ABA2BE
(171,162,190)
#BAB3CB
(186,179,203)
#C9C4D8
(201,196,216)
#D8D5E5
(216,213,229)
#E7E6F2
(231,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513C70 color. Also use rgb(81,60,112) instead hex code.

Text Font Color

.myTextColor { color: #513C70; }

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

This text font color is #513C70.

Background Color

.myBgColor { background-color: #513C70; }

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

This div background color is #513C70.

Border color

.myBorderColor { border: 1px solid #513C70; }

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

This div border color is #513C70.

Opacity

.myOpacity80 { color: #513C70; opacity: 0.8; }

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

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

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

This text has shadow with #513C70 color.


.textShadow {text-shadow: 3px 3px 1px #513C70', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #513C70; -webkit-box-shadow: 1px 1px 3px 2px #513C70; box-shadow:1px 1px 3px 2px #513C70;">
Div content here
</div>

This div box has shadow with color #513C70.

Preview

Color preview on black background

This text has color #513C70 on black background.


Color preview on white background

This text has color #513C70 on white background.


Black color preview on #513C70 background

This text has black color on #513C70 background.


White color preview on #513C70 background

This text has white color on #513C70 background.


Related colors

Complementary color

Complementary color for #hex is #AEC38F.


I love getcolorcode.com

Triadic colors

1 #70513C and #3C7051 with #513C70 are triadic colors.

2 #703C51 and #3C5170 with #513C70 are triadic colors.