COLOR #514060

HEX: #514060
RGB: (81,64,96)

Color info

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

RGB color model

#514060 color RGB value is (81,64,96).

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

RGB channels and saturation

R 81 of 255 = 32%
G 64 of 255 = 25%
B 96 of 255 = 38%

81
64
96

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

Portions of RGB colors in percentages

R + G + B =
81 + 64 + 96 = 241 (100%)
R 81 of 241 ~ 33.61%
G 64 of 241 ~ 26.56%
B 96 of 241 ~ 39.83%

%33.61
%26.56
%39.83

CMYK color model

#514060 color CMYK value is (16,33,0,62).

  • cyan value is 15.63%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(16,33,0,62)
C16M33Y0K62 
(16%,33%,0%,62%)
(0.16/0.33/0.00/0.62)	

CMYK percentages

%15.63
%33.33
%0
%62.35

Codes

Color #514060 in popluar color models

514060
RGB816496
HSL272°20.00%31.37%
HSB/HSV272°33.33%37.65%
CMYK15.63%33.33%0.00%
62.35%

Color #514060 in popluar number systems.

HEX514060
Decimal816496
Binary101000110000001100000
Octal121100140

Shades and tints

Shades of #514060

#514060
(81,64,96)
#4A3B58
(74,59,88)
#433650
(67,54,80)
#3C3148
(60,49,72)
#352C40
(53,44,64)
#2E2738
(46,39,56)
#272230
(39,34,48)
#201D28
(32,29,40)
#191820
(25,24,32)
#121318
(18,19,24)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #514060

#514060
(81,64,96)
#60516E
(96,81,110)
#6F627C
(111,98,124)
#7E738A
(126,115,138)
#8D8498
(141,132,152)
#9C95A6
(156,149,166)
#ABA6B4
(171,166,180)
#BAB7C2
(186,183,194)
#C9C8D0
(201,200,208)
#D8D9DE
(216,217,222)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514060; }

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

This text font color is #514060.


Background Color

.myBgColor { background-color: #514060; }

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

This div background color is #514060.


Border color

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

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

This div border color is #514060.


Opacity

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

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

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

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

This text has shadow with #514060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514060 on black background.


Color preview on white background

This text has color #514060 on white background.



Black color preview on #514060 background

This text has black color on #514060 background.


White color preview on #514060 background

This text has white color on #514060 background.