COLOR #513C56

HEX: #513C56
RGB: (81,60,86)

Color info

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

RGB color model

#513C56 color RGB value is (81,60,86).

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

RGB channels and saturation

R 81 of 255 = 32%
G 60 of 255 = 24%
B 86 of 255 = 34%

81
60
86

R + G + B ~ 30%. #513C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 60 + 86 = 227 (100%)
R 81 of 227 ~ 35.68%
G 60 of 227 ~ 26.43%
B 86 of 227 ~ 37.89%

%35.68
%26.43
%37.89

CMYK color model

#513C56 color CMYK value is (6,30,0,66).

  • cyan value is 5.81%
  • magenta value is 30.23%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(6,30,0,66)
C6M30Y0K66 
(6%,30%,0%,66%)
(0.06/0.30/0.00/0.66)	

CMYK percentages

%5.81
%30.23
%0
%66.27

Codes

Color #513C56 in popluar color models

513C56
RGB816086
HSL288°17.81%28.63%
HSB/HSV288°30.23%33.73%
CMYK5.81%30.23%0.00%
66.27%

Color #513C56 in popluar number systems.

HEX513C56
Decimal816086
Binary10100011111001010110
Octal12174126

Shades and tints

Shades of #513C56

#513C56
(81,60,86)
#4A374F
(74,55,79)
#433248
(67,50,72)
#3C2D41
(60,45,65)
#35283A
(53,40,58)
#2E2333
(46,35,51)
#271E2C
(39,30,44)
#201925
(32,25,37)
#19141E
(25,20,30)
#120F17
(18,15,23)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #513C56

#513C56
(81,60,86)
#604D65
(96,77,101)
#6F5E74
(111,94,116)
#7E6F83
(126,111,131)
#8D8092
(141,128,146)
#9C91A1
(156,145,161)
#ABA2B0
(171,162,176)
#BAB3BF
(186,179,191)
#C9C4CE
(201,196,206)
#D8D5DD
(216,213,221)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513C56; }

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

This text font color is #513C56.


Background Color

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

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

This div background color is #513C56.


Border color

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

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

This div border color is #513C56.


Opacity

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

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

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

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

This text has shadow with #513C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513C56 on black background.


Color preview on white background

This text has color #513C56 on white background.



Black color preview on #513C56 background

This text has black color on #513C56 background.


White color preview on #513C56 background

This text has white color on #513C56 background.