COLOR #514D72

HEX: #514D72
RGB: (81,77,114)

Color info

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

RGB color model

#514D72 color RGB value is (81,77,114).

  • red value is 81;
  • green value is 77;
  • blue value is 114.
RGB:
(81,77,114)
(32%,30%,45%)

RGB channels and saturation

R 81 of 255 = 32%
G 77 of 255 = 30%
B 114 of 255 = 45%

81
77
114

R + G + B ~ 36%. #514D72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 77 + 114 = 272 (100%)
R 81 of 272 ~ 29.78%
G 77 of 272 ~ 28.31%
B 114 of 272 ~ 41.91%

%29.78
%28.31
%41.91

CMYK color model

#514D72 color CMYK value is (29,32,0,55).

  • cyan value is 28.95%
  • magenta value is 32.46%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(29,32,0,55)
C29M32Y0K55 
(29%,32%,0%,55%)
(0.29/0.32/0.00/0.55)	

CMYK percentages

%28.95
%32.46
%0
%55.29

Codes

Color #514D72 in popluar color models

514D72
RGB8177114
HSL246°19.37%37.45%
HSB/HSV246°32.46%44.71%
CMYK28.95%32.46%0.00%
55.29%

Color #514D72 in popluar number systems.

HEX514D72
Decimal8177114
Binary101000110011011110010
Octal121115162

Shades and tints

Shades of #514D72

#514D72
(81,77,114)
#4A4668
(74,70,104)
#433F5E
(67,63,94)
#3C3854
(60,56,84)
#35314A
(53,49,74)
#2E2A40
(46,42,64)
#272336
(39,35,54)
#201C2C
(32,28,44)
#191522
(25,21,34)
#120E18
(18,14,24)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #514D72

#514D72
(81,77,114)
#605D7E
(96,93,126)
#6F6D8A
(111,109,138)
#7E7D96
(126,125,150)
#8D8DA2
(141,141,162)
#9C9DAE
(156,157,174)
#ABADBA
(171,173,186)
#BABDC6
(186,189,198)
#C9CDD2
(201,205,210)
#D8DDDE
(216,221,222)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514D72 color. Also use rgb(81,77,114) instead hex code.

Text Font Color

.myTextColor { color: #514D72; }

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

This text font color is #514D72.


Background Color

.myBgColor { background-color: #514D72; }

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

This div background color is #514D72.


Border color

.myBorderColor { border: 1px solid #514D72; }

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

This div border color is #514D72.


Opacity

.myOpacity80 { color: #514D72; opacity: 0.8; }

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

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

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

This text has shadow with #514D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514D72 on black background.


Color preview on white background

This text has color #514D72 on white background.



Black color preview on #514D72 background

This text has black color on #514D72 background.


White color preview on #514D72 background

This text has white color on #514D72 background.