COLOR #513B66

HEX: #513B66
RGB: (81,59,102)

Color info

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

RGB color model

#513B66 color RGB value is (81,59,102).

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

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 102 of 255 = 40%

81
59
102

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

Portions of RGB colors in percentages

R + G + B =
81 + 59 + 102 = 242 (100%)
R 81 of 242 ~ 33.47%
G 59 of 242 ~ 24.38%
B 102 of 242 ~ 42.15%

%33.47
%24.38
%42.15

CMYK color model

#513B66 color CMYK value is (21,42,0,60).

  • cyan value is 20.59%
  • magenta value is 42.16%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(21,42,0,60)
C21M42Y0K60 
(21%,42%,0%,60%)
(0.21/0.42/0.00/0.60)	

CMYK percentages

%20.59
%42.16
%0
%60

Codes

Color #513B66 in popluar color models

513B66
RGB8159102
HSL271°26.71%31.57%
HSB/HSV271°42.16%40.00%
CMYK20.59%42.16%0.00%
60.00%

Color #513B66 in popluar number systems.

HEX513B66
Decimal8159102
Binary10100011110111100110
Octal12173146

Shades and tints

Shades of #513B66

#513B66
(81,59,102)
#4A365D
(74,54,93)
#433154
(67,49,84)
#3C2C4B
(60,44,75)
#352742
(53,39,66)
#2E2239
(46,34,57)
#271D30
(39,29,48)
#201827
(32,24,39)
#19131E
(25,19,30)
#120E15
(18,14,21)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #513B66

#513B66
(81,59,102)
#604C73
(96,76,115)
#6F5D80
(111,93,128)
#7E6E8D
(126,110,141)
#8D7F9A
(141,127,154)
#9C90A7
(156,144,167)
#ABA1B4
(171,161,180)
#BAB2C1
(186,178,193)
#C9C3CE
(201,195,206)
#D8D4DB
(216,212,219)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513B66; }

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

This text font color is #513B66.


Background Color

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

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

This div background color is #513B66.


Border color

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

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

This div border color is #513B66.


Opacity

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

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

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

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

This text has shadow with #513B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B66 on black background.


Color preview on white background

This text has color #513B66 on white background.



Black color preview on #513B66 background

This text has black color on #513B66 background.


White color preview on #513B66 background

This text has white color on #513B66 background.