COLOR #510E60

HEX: #510E60
RGB: (81,14,96)

Color info

#510E60 contains mainly red and blue colors. Web safe color of #510E60 is #660066 (or #606).

RGB color model

#510E60 color RGB value is (81,14,96).

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

RGB channels and saturation

R 81 of 255 = 32%
G 14 of 255 = 5%
B 96 of 255 = 38%

81
14
96

R + G + B ~ 25%. #510E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 14 + 96 = 191 (100%)
R 81 of 191 ~ 42.41%
G 14 of 191 ~ 7.33%
B 96 of 191 ~ 50.26%

%42.41
%50.26

CMYK color model

#510E60 color CMYK value is (16,85,0,62).

  • cyan value is 15.63%
  • magenta value is 85.42%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(16,85,0,62)
C16M85Y0K62 
(16%,85%,0%,62%)
(0.16/0.85/0.00/0.62)	

CMYK percentages

%15.63
%85.42
%0
%62.35

Codes

Color #510E60 in popluar color models

510E60
RGB811496
HSL289°74.55%21.57%
HSB/HSV289°85.42%37.65%
CMYK15.63%85.42%0.00%
62.35%

Color #510E60 in popluar number systems.

HEX510E60
Decimal811496
Binary101000111101100000
Octal12116140

Shades and tints

Shades of #510E60

#510E60
(81,14,96)
#4A0D58
(74,13,88)
#430C50
(67,12,80)
#3C0B48
(60,11,72)
#350A40
(53,10,64)
#2E0938
(46,9,56)
#270830
(39,8,48)
#200728
(32,7,40)
#190620
(25,6,32)
#120518
(18,5,24)
#0B0410
(11,4,16)
#000000
(0,0,0)

Tints of #510E60

#510E60
(81,14,96)
#60236E
(96,35,110)
#6F387C
(111,56,124)
#7E4D8A
(126,77,138)
#8D6298
(141,98,152)
#9C77A6
(156,119,166)
#AB8CB4
(171,140,180)
#BAA1C2
(186,161,194)
#C9B6D0
(201,182,208)
#D8CBDE
(216,203,222)
#E7E0EC
(231,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #510E60; }

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

This text font color is #510E60.


Background Color

.myBgColor { background-color: #510E60; }

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

This div background color is #510E60.


Border color

.myBorderColor { border: 1px solid #510E60; }

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

This div border color is #510E60.


Opacity

.myOpacity80 { color: #510E60; opacity: 0.8; }

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

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

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

This text has shadow with #510E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510E60 on black background.


Color preview on white background

This text has color #510E60 on white background.



Black color preview on #510E60 background

This text has black color on #510E60 background.


White color preview on #510E60 background

This text has white color on #510E60 background.