COLOR #513A5E

HEX: #513A5E
RGB: (81,58,94)

Color info

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

RGB color model

#513A5E color RGB value is (81,58,94).

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

RGB channels and saturation

R 81 of 255 = 32%
G 58 of 255 = 23%
B 94 of 255 = 37%

81
58
94

R + G + B ~ 31%. #513A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 58 + 94 = 233 (100%)
R 81 of 233 ~ 34.76%
G 58 of 233 ~ 24.89%
B 94 of 233 ~ 40.34%

%34.76
%24.89
%40.34

CMYK color model

#513A5E color CMYK value is (14,38,0,63).

  • cyan value is 13.83%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(14,38,0,63)
C14M38Y0K63 
(14%,38%,0%,63%)
(0.14/0.38/0.00/0.63)	

CMYK percentages

%13.83
%38.3
%0
%63.14

Codes

Color #513A5E in popluar color models

513A5E
RGB815894
HSL278°23.68%29.80%
HSB/HSV278°38.30%36.86%
CMYK13.83%38.30%0.00%
63.14%

Color #513A5E in popluar number systems.

HEX513A5E
Decimal815894
Binary10100011110101011110
Octal12172136

Shades and tints

Shades of #513A5E

#513A5E
(81,58,94)
#4A3556
(74,53,86)
#43304E
(67,48,78)
#3C2B46
(60,43,70)
#35263E
(53,38,62)
#2E2136
(46,33,54)
#271C2E
(39,28,46)
#201726
(32,23,38)
#19121E
(25,18,30)
#120D16
(18,13,22)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #513A5E

#513A5E
(81,58,94)
#604B6C
(96,75,108)
#6F5C7A
(111,92,122)
#7E6D88
(126,109,136)
#8D7E96
(141,126,150)
#9C8FA4
(156,143,164)
#ABA0B2
(171,160,178)
#BAB1C0
(186,177,192)
#C9C2CE
(201,194,206)
#D8D3DC
(216,211,220)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513A5E; }

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

This text font color is #513A5E.


Background Color

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

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

This div background color is #513A5E.


Border color

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

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

This div border color is #513A5E.


Opacity

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

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

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

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

This text has shadow with #513A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513A5E on black background.


Color preview on white background

This text has color #513A5E on white background.



Black color preview on #513A5E background

This text has black color on #513A5E background.


White color preview on #513A5E background

This text has white color on #513A5E background.