COLOR #513F78

HEX: #513F78 RGB: (81,63,120)

Color info

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

RGB color model

#513F78 color RGB value is (81,63,120).

RGB: (81,63,120) (32%, 25%, 47%)

RGB channels and saturation

R 81 of 255 = 32%
G 63 of 255 = 25%
B 120 of 255 = 47%

81
63
120

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

Portions of RGB colors in percentages

R + G + B = 81 + 63 + 120 = 264 (100%)
R 81 of 264 ~ 30.68%
G 63 of 264 ~ 23.86%
B 120 of 264 ~ 45.45'%

%30.68
%23.86
%45.45

CMYK color model

#513F78 color CMYK value is (33,48,0,53).

  • cyan value is 32.50%
  • magenta value is 47.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK: (33,48,0,53) C33M48Y0K53 (33%,48%,0%,53%) (0.33/0.48/0.00/0.53) 

CMYK percentages

%32.5
%47.5
%0
%52.94

Codes

Color #513F78 in popluar color models

51 3F 78
RGB 81 63 120
HSL 259° 31.15% 35.88%
HSB/HSV 259° 47.50% 47.06%
CMYK 32.50% 47.50% 0.00%
52.94%

Color #513F78 in popluar number systems.

HEX 51 3F 78
Decimal 81 63 120
Binary 1010001 111111 1111000
Octal 121 77 170

Shades and tints

Shades of #513F78

#513F78
(81,63,120)
#4A3A6E
(74,58,110)
#433564
(67,53,100)
#3C305A
(60,48,90)
#352B50
(53,43,80)
#2E2646
(46,38,70)
#27213C
(39,33,60)
#201C32
(32,28,50)
#191728
(25,23,40)
#12121E
(18,18,30)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #513F78

#513F78
(81,63,120)
#605084
(96,80,132)
#6F6190
(111,97,144)
#7E729C
(126,114,156)
#8D83A8
(141,131,168)
#9C94B4
(156,148,180)
#ABA5C0
(171,165,192)
#BAB6CC
(186,182,204)
#C9C7D8
(201,199,216)
#D8D8E4
(216,216,228)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513F78 color. Also use rgb(81,63,120) instead hex code.

Text Font Color

.myTextColor { color: #513F78; }

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

This text font color is #513F78.

Background Color

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

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

This div background color is #513F78.

Border color

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

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

This div border color is #513F78.

Opacity

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

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

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

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

This text has shadow with #513F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513F78.

Preview

Color preview on black background

This text has color #513F78 on black background.


Color preview on white background

This text has color #513F78 on white background.


Black color preview on #513F78 background

This text has black color on #513F78 background.


White color preview on #513F78 background

This text has white color on #513F78 background.


Related colors

Complementary color

Complementary color for #hex is #AEC087.


I love getcolorcode.com

Triadic colors

1 #78513F and #3F7851 with #513F78 are triadic colors.

2 #783F51 and #3F5178 with #513F78 are triadic colors.