COLOR #513B6A

HEX: #513B6A
RGB: (81,59,106)

Color info

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

RGB color model

#513B6A color RGB value is (81,59,106).

  • red value is 81;
  • green value is 59;
  • blue value is 106.
RGB:
(81,59,106)
(32%,23%,42%)

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 106 of 255 = 42%

81
59
106

R + G + B ~ 32%. #513B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 59 + 106 = 246 (100%)
R 81 of 246 ~ 32.93%
G 59 of 246 ~ 23.98%
B 106 of 246 ~ 43.09%

%32.93
%23.98
%43.09

CMYK color model

#513B6A color CMYK value is (24,44,0,58).

  • cyan value is 23.58%
  • magenta value is 44.34%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(24,44,0,58)
C24M44Y0K58 
(24%,44%,0%,58%)
(0.24/0.44/0.00/0.58)	

CMYK percentages

%23.58
%44.34
%0
%58.43

Codes

Color #513B6A in popluar color models

513B6A
RGB8159106
HSL268°28.48%32.35%
HSB/HSV268°44.34%41.57%
CMYK23.58%44.34%0.00%
58.43%

Color #513B6A in popluar number systems.

HEX513B6A
Decimal8159106
Binary10100011110111101010
Octal12173152

Shades and tints

Shades of #513B6A

#513B6A
(81,59,106)
#4A3661
(74,54,97)
#433158
(67,49,88)
#3C2C4F
(60,44,79)
#352746
(53,39,70)
#2E223D
(46,34,61)
#271D34
(39,29,52)
#20182B
(32,24,43)
#191322
(25,19,34)
#120E19
(18,14,25)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #513B6A

#513B6A
(81,59,106)
#604C77
(96,76,119)
#6F5D84
(111,93,132)
#7E6E91
(126,110,145)
#8D7F9E
(141,127,158)
#9C90AB
(156,144,171)
#ABA1B8
(171,161,184)
#BAB2C5
(186,178,197)
#C9C3D2
(201,195,210)
#D8D4DF
(216,212,223)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513B6A color. Also use rgb(81,59,106) instead hex code.

Text Font Color

.myTextColor { color: #513B6A; }

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

This text font color is #513B6A.


Background Color

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

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

This div background color is #513B6A.


Border color

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

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

This div border color is #513B6A.


Opacity

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

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

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

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

This text has shadow with #513B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B6A on black background.


Color preview on white background

This text has color #513B6A on white background.



Black color preview on #513B6A background

This text has black color on #513B6A background.


White color preview on #513B6A background

This text has white color on #513B6A background.