COLOR #513A6F

HEX: #513A6F
RGB: (81,58,111)

Color info

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

RGB color model

#513A6F color RGB value is (81,58,111).

  • red value is 81;
  • green value is 58;
  • blue value is 111.
RGB:
(81,58,111)
(32%,23%,44%)

RGB channels and saturation

R 81 of 255 = 32%
G 58 of 255 = 23%
B 111 of 255 = 44%

81
58
111

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

Portions of RGB colors in percentages

R + G + B =
81 + 58 + 111 = 250 (100%)
R 81 of 250 ~ 32.4%
G 58 of 250 ~ 23.2%
B 111 of 250 ~ 44.4%

%32.4
%23.2
%44.4

CMYK color model

#513A6F color CMYK value is (27,48,0,56).

  • cyan value is 27.03%
  • magenta value is 47.75%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(27,48,0,56)
C27M48Y0K56 
(27%,48%,0%,56%)
(0.27/0.48/0.00/0.56)	

CMYK percentages

%27.03
%47.75
%0
%56.47

Codes

Color #513A6F in popluar color models

513A6F
RGB8158111
HSL266°31.36%33.14%
HSB/HSV266°47.75%43.53%
CMYK27.03%47.75%0.00%
56.47%

Color #513A6F in popluar number systems.

HEX513A6F
Decimal8158111
Binary10100011110101101111
Octal12172157

Shades and tints

Shades of #513A6F

#513A6F
(81,58,111)
#4A3565
(74,53,101)
#43305B
(67,48,91)
#3C2B51
(60,43,81)
#352647
(53,38,71)
#2E213D
(46,33,61)
#271C33
(39,28,51)
#201729
(32,23,41)
#19121F
(25,18,31)
#120D15
(18,13,21)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #513A6F

#513A6F
(81,58,111)
#604B7C
(96,75,124)
#6F5C89
(111,92,137)
#7E6D96
(126,109,150)
#8D7EA3
(141,126,163)
#9C8FB0
(156,143,176)
#ABA0BD
(171,160,189)
#BAB1CA
(186,177,202)
#C9C2D7
(201,194,215)
#D8D3E4
(216,211,228)
#E7E4F1
(231,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513A6F color. Also use rgb(81,58,111) instead hex code.

Text Font Color

.myTextColor { color: #513A6F; }

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

This text font color is #513A6F.


Background Color

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

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

This div background color is #513A6F.


Border color

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

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

This div border color is #513A6F.


Opacity

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

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

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

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

This text has shadow with #513A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513A6F on black background.


Color preview on white background

This text has color #513A6F on white background.



Black color preview on #513A6F background

This text has black color on #513A6F background.


White color preview on #513A6F background

This text has white color on #513A6F background.