COLOR #513274

HEX: #513274
RGB: (81,50,116)

Color info

#513274 contains mainly red and blue colors. Web safe color of #513274 is #663366 (or #636).

RGB color model

#513274 color RGB value is (81,50,116).

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

RGB channels and saturation

R 81 of 255 = 32%
G 50 of 255 = 20%
B 116 of 255 = 45%

81
50
116

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

Portions of RGB colors in percentages

R + G + B =
81 + 50 + 116 = 247 (100%)
R 81 of 247 ~ 32.79%
G 50 of 247 ~ 20.24%
B 116 of 247 ~ 46.96%

%32.79
%20.24
%46.96

CMYK color model

#513274 color CMYK value is (30,57,0,55).

  • cyan value is 30.17%
  • magenta value is 56.90%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(30,57,0,55)
C30M57Y0K55 
(30%,57%,0%,55%)
(0.30/0.57/0.00/0.55)	

CMYK percentages

%30.17
%56.9
%0
%54.51

Codes

Color #513274 in popluar color models

513274
RGB8150116
HSL268°39.76%32.55%
HSB/HSV268°56.90%45.49%
CMYK30.17%56.90%0.00%
54.51%

Color #513274 in popluar number systems.

HEX513274
Decimal8150116
Binary10100011100101110100
Octal12162164

Shades and tints

Shades of #513274

#513274
(81,50,116)
#4A2E6A
(74,46,106)
#432A60
(67,42,96)
#3C2656
(60,38,86)
#35224C
(53,34,76)
#2E1E42
(46,30,66)
#271A38
(39,26,56)
#20162E
(32,22,46)
#191224
(25,18,36)
#120E1A
(18,14,26)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #513274

#513274
(81,50,116)
#604480
(96,68,128)
#6F568C
(111,86,140)
#7E6898
(126,104,152)
#8D7AA4
(141,122,164)
#9C8CB0
(156,140,176)
#AB9EBC
(171,158,188)
#BAB0C8
(186,176,200)
#C9C2D4
(201,194,212)
#D8D4E0
(216,212,224)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513274; }

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

This text font color is #513274.


Background Color

.myBgColor { background-color: #513274; }

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

This div background color is #513274.


Border color

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

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

This div border color is #513274.


Opacity

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

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

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

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

This text has shadow with #513274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513274 on black background.


Color preview on white background

This text has color #513274 on white background.



Black color preview on #513274 background

This text has black color on #513274 background.


White color preview on #513274 background

This text has white color on #513274 background.