COLOR #514F72

HEX: #514F72
RGB: (81,79,114)

Color info

#514F72 contains red, green and blue colors in about the same proportion. Web safe color of #514F72 is #666666 (or #666).

RGB color model

#514F72 color RGB value is (81,79,114).

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

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 114 of 255 = 45%

81
79
114

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

Portions of RGB colors in percentages

R + G + B =
81 + 79 + 114 = 274 (100%)
R 81 of 274 ~ 29.56%
G 79 of 274 ~ 28.83%
B 114 of 274 ~ 41.61%

%29.56
%28.83
%41.61

CMYK color model

#514F72 color CMYK value is (29,31,0,55).

  • cyan value is 28.95%
  • magenta value is 30.70%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(29,31,0,55)
C29M31Y0K55 
(29%,31%,0%,55%)
(0.29/0.31/0.00/0.55)	

CMYK percentages

%28.95
%30.7
%0
%55.29

Codes

Color #514F72 in popluar color models

514F72
RGB8179114
HSL243°18.13%37.84%
HSB/HSV243°30.70%44.71%
CMYK28.95%30.70%0.00%
55.29%

Color #514F72 in popluar number systems.

HEX514F72
Decimal8179114
Binary101000110011111110010
Octal121117162

Shades and tints

Shades of #514F72

#514F72
(81,79,114)
#4A4868
(74,72,104)
#43415E
(67,65,94)
#3C3A54
(60,58,84)
#35334A
(53,51,74)
#2E2C40
(46,44,64)
#272536
(39,37,54)
#201E2C
(32,30,44)
#191722
(25,23,34)
#121018
(18,16,24)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #514F72

#514F72
(81,79,114)
#605F7E
(96,95,126)
#6F6F8A
(111,111,138)
#7E7F96
(126,127,150)
#8D8FA2
(141,143,162)
#9C9FAE
(156,159,174)
#ABAFBA
(171,175,186)
#BABFC6
(186,191,198)
#C9CFD2
(201,207,210)
#D8DFDE
(216,223,222)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514F72; }

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

This text font color is #514F72.


Background Color

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

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

This div background color is #514F72.


Border color

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

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

This div border color is #514F72.


Opacity

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

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

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

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

This text has shadow with #514F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514F72 on black background.


Color preview on white background

This text has color #514F72 on white background.



Black color preview on #514F72 background

This text has black color on #514F72 background.


White color preview on #514F72 background

This text has white color on #514F72 background.