COLOR #513C60

HEX: #513C60
RGB: (81,60,96)

Color info

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

RGB color model

#513C60 color RGB value is (81,60,96).

  • red value is 81;
  • green value is 60;
  • blue value is 96.
RGB:
(81,60,96)
(32%,24%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 60 of 255 = 24%
B 96 of 255 = 38%

81
60
96

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

Portions of RGB colors in percentages

R + G + B =
81 + 60 + 96 = 237 (100%)
R 81 of 237 ~ 34.18%
G 60 of 237 ~ 25.32%
B 96 of 237 ~ 40.51%

%34.18
%25.32
%40.51

CMYK color model

#513C60 color CMYK value is (16,38,0,62).

  • cyan value is 15.63%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(16,38,0,62)
C16M38Y0K62 
(16%,38%,0%,62%)
(0.16/0.38/0.00/0.62)	

CMYK percentages

%15.63
%37.5
%0
%62.35

Codes

Color #513C60 in popluar color models

513C60
RGB816096
HSL275°23.08%30.59%
HSB/HSV275°37.50%37.65%
CMYK15.63%37.50%0.00%
62.35%

Color #513C60 in popluar number systems.

HEX513C60
Decimal816096
Binary10100011111001100000
Octal12174140

Shades and tints

Shades of #513C60

#513C60
(81,60,96)
#4A3758
(74,55,88)
#433250
(67,50,80)
#3C2D48
(60,45,72)
#352840
(53,40,64)
#2E2338
(46,35,56)
#271E30
(39,30,48)
#201928
(32,25,40)
#191420
(25,20,32)
#120F18
(18,15,24)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #513C60

#513C60
(81,60,96)
#604D6E
(96,77,110)
#6F5E7C
(111,94,124)
#7E6F8A
(126,111,138)
#8D8098
(141,128,152)
#9C91A6
(156,145,166)
#ABA2B4
(171,162,180)
#BAB3C2
(186,179,194)
#C9C4D0
(201,196,208)
#D8D5DE
(216,213,222)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513C60 color. Also use rgb(81,60,96) instead hex code.

Text Font Color

.myTextColor { color: #513C60; }

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

This text font color is #513C60.


Background Color

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

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

This div background color is #513C60.


Border color

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

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

This div border color is #513C60.


Opacity

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

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

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

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

This text has shadow with #513C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513C60 on black background.


Color preview on white background

This text has color #513C60 on white background.



Black color preview on #513C60 background

This text has black color on #513C60 background.


White color preview on #513C60 background

This text has white color on #513C60 background.