COLOR #513260

HEX: #513260
RGB: (81,50,96)

Color info

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

RGB color model

#513260 color RGB value is (81,50,96).

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

RGB channels and saturation

R 81 of 255 = 32%
G 50 of 255 = 20%
B 96 of 255 = 38%

81
50
96

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

Portions of RGB colors in percentages

R + G + B =
81 + 50 + 96 = 227 (100%)
R 81 of 227 ~ 35.68%
G 50 of 227 ~ 22.03%
B 96 of 227 ~ 42.29%

%35.68
%22.03
%42.29

CMYK color model

#513260 color CMYK value is (16,48,0,62).

  • cyan value is 15.63%
  • magenta value is 47.92%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(16,48,0,62)
C16M48Y0K62 
(16%,48%,0%,62%)
(0.16/0.48/0.00/0.62)	

CMYK percentages

%15.63
%47.92
%0
%62.35

Codes

Color #513260 in popluar color models

513260
RGB815096
HSL280°31.51%28.63%
HSB/HSV280°47.92%37.65%
CMYK15.63%47.92%0.00%
62.35%

Color #513260 in popluar number systems.

HEX513260
Decimal815096
Binary10100011100101100000
Octal12162140

Shades and tints

Shades of #513260

#513260
(81,50,96)
#4A2E58
(74,46,88)
#432A50
(67,42,80)
#3C2648
(60,38,72)
#352240
(53,34,64)
#2E1E38
(46,30,56)
#271A30
(39,26,48)
#201628
(32,22,40)
#191220
(25,18,32)
#120E18
(18,14,24)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #513260

#513260
(81,50,96)
#60446E
(96,68,110)
#6F567C
(111,86,124)
#7E688A
(126,104,138)
#8D7A98
(141,122,152)
#9C8CA6
(156,140,166)
#AB9EB4
(171,158,180)
#BAB0C2
(186,176,194)
#C9C2D0
(201,194,208)
#D8D4DE
(216,212,222)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513260; }

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

This text font color is #513260.


Background Color

.myBgColor { background-color: #513260; }

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

This div background color is #513260.


Border color

.myBorderColor { border: 1px solid #513260; }

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

This div border color is #513260.


Opacity

.myOpacity80 { color: #513260; opacity: 0.8; }

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

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

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

This text has shadow with #513260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513260 on black background.


Color preview on white background

This text has color #513260 on white background.



Black color preview on #513260 background

This text has black color on #513260 background.


White color preview on #513260 background

This text has white color on #513260 background.