COLOR #513877

HEX: #513877
RGB: (81,56,119)

Color info

#513877 contains mainly red and blue colors. Web safe color of #513877 is #663366 (or #636).

RGB color model

#513877 color RGB value is (81,56,119).

  • red value is 81;
  • green value is 56;
  • blue value is 119.
RGB:
(81,56,119)
(32%,22%,47%)

RGB channels and saturation

R 81 of 255 = 32%
G 56 of 255 = 22%
B 119 of 255 = 47%

81
56
119

R + G + B ~ 34%. #513877 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 56 + 119 = 256 (100%)
R 81 of 256 ~ 31.64%
G 56 of 256 ~ 21.88%
B 119 of 256 ~ 46.48%

%31.64
%21.88
%46.48

CMYK color model

#513877 color CMYK value is (32,53,0,53).

  • cyan value is 31.93%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(32,53,0,53)
C32M53Y0K53 
(32%,53%,0%,53%)
(0.32/0.53/0.00/0.53)	

CMYK percentages

%31.93
%52.94
%0
%53.33

Codes

Color #513877 in popluar color models

513877
RGB8156119
HSL264°36.00%34.31%
HSB/HSV264°52.94%46.67%
CMYK31.93%52.94%0.00%
53.33%

Color #513877 in popluar number systems.

HEX513877
Decimal8156119
Binary10100011110001110111
Octal12170167

Shades and tints

Shades of #513877

#513877
(81,56,119)
#4A336D
(74,51,109)
#432E63
(67,46,99)
#3C2959
(60,41,89)
#35244F
(53,36,79)
#2E1F45
(46,31,69)
#271A3B
(39,26,59)
#201531
(32,21,49)
#191027
(25,16,39)
#120B1D
(18,11,29)
#0B0613
(11,6,19)
#000000
(0,0,0)

Tints of #513877

#513877
(81,56,119)
#604A83
(96,74,131)
#6F5C8F
(111,92,143)
#7E6E9B
(126,110,155)
#8D80A7
(141,128,167)
#9C92B3
(156,146,179)
#ABA4BF
(171,164,191)
#BAB6CB
(186,182,203)
#C9C8D7
(201,200,215)
#D8DAE3
(216,218,227)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513877 color. Also use rgb(81,56,119) instead hex code.

Text Font Color

.myTextColor { color: #513877; }

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

This text font color is #513877.


Background Color

.myBgColor { background-color: #513877; }

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

This div background color is #513877.


Border color

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

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

This div border color is #513877.


Opacity

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

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

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

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

This text has shadow with #513877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513877 on black background.


Color preview on white background

This text has color #513877 on white background.



Black color preview on #513877 background

This text has black color on #513877 background.


White color preview on #513877 background

This text has white color on #513877 background.