COLOR #513A65

HEX: #513A65
RGB: (81,58,101)

Color info

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

RGB color model

#513A65 color RGB value is (81,58,101).

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

RGB channels and saturation

R 81 of 255 = 32%
G 58 of 255 = 23%
B 101 of 255 = 40%

81
58
101

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

Portions of RGB colors in percentages

R + G + B =
81 + 58 + 101 = 240 (100%)
R 81 of 240 ~ 33.75%
G 58 of 240 ~ 24.17%
B 101 of 240 ~ 42.08%

%33.75
%24.17
%42.08

CMYK color model

#513A65 color CMYK value is (20,43,0,60).

  • cyan value is 19.80%
  • magenta value is 42.57%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(20,43,0,60)
C20M43Y0K60 
(20%,43%,0%,60%)
(0.20/0.43/0.00/0.60)	

CMYK percentages

%19.8
%42.57
%0
%60.39

Codes

Color #513A65 in popluar color models

513A65
RGB8158101
HSL272°27.04%31.18%
HSB/HSV272°42.57%39.61%
CMYK19.80%42.57%0.00%
60.39%

Color #513A65 in popluar number systems.

HEX513A65
Decimal8158101
Binary10100011110101100101
Octal12172145

Shades and tints

Shades of #513A65

#513A65
(81,58,101)
#4A355C
(74,53,92)
#433053
(67,48,83)
#3C2B4A
(60,43,74)
#352641
(53,38,65)
#2E2138
(46,33,56)
#271C2F
(39,28,47)
#201726
(32,23,38)
#19121D
(25,18,29)
#120D14
(18,13,20)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #513A65

#513A65
(81,58,101)
#604B73
(96,75,115)
#6F5C81
(111,92,129)
#7E6D8F
(126,109,143)
#8D7E9D
(141,126,157)
#9C8FAB
(156,143,171)
#ABA0B9
(171,160,185)
#BAB1C7
(186,177,199)
#C9C2D5
(201,194,213)
#D8D3E3
(216,211,227)
#E7E4F1
(231,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513A65; }

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

This text font color is #513A65.


Background Color

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

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

This div background color is #513A65.


Border color

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

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

This div border color is #513A65.


Opacity

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

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

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

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

This text has shadow with #513A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513A65 on black background.


Color preview on white background

This text has color #513A65 on white background.



Black color preview on #513A65 background

This text has black color on #513A65 background.


White color preview on #513A65 background

This text has white color on #513A65 background.