COLOR #514E7B

HEX: #514E7B
RGB: (81,78,123)

Color info

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

RGB color model

#514E7B color RGB value is (81,78,123).

  • red value is 81;
  • green value is 78;
  • blue value is 123.
RGB:
(81,78,123)
(32%,31%,48%)

RGB channels and saturation

R 81 of 255 = 32%
G 78 of 255 = 31%
B 123 of 255 = 48%

81
78
123

R + G + B ~ 37%. #514E7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 78 + 123 = 282 (100%)
R 81 of 282 ~ 28.72%
G 78 of 282 ~ 27.66%
B 123 of 282 ~ 43.62%

%28.72
%27.66
%43.62

CMYK color model

#514E7B color CMYK value is (34,37,0,52).

  • cyan value is 34.15%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(34,37,0,52)
C34M37Y0K52 
(34%,37%,0%,52%)
(0.34/0.37/0.00/0.52)	

CMYK percentages

%34.15
%36.59
%0
%51.76

Codes

Color #514E7B in popluar color models

514E7B
RGB8178123
HSL244°22.39%39.41%
HSB/HSV244°36.59%48.24%
CMYK34.15%36.59%0.00%
51.76%

Color #514E7B in popluar number systems.

HEX514E7B
Decimal8178123
Binary101000110011101111011
Octal121116173

Shades and tints

Shades of #514E7B

#514E7B
(81,78,123)
#4A4770
(74,71,112)
#434065
(67,64,101)
#3C395A
(60,57,90)
#35324F
(53,50,79)
#2E2B44
(46,43,68)
#272439
(39,36,57)
#201D2E
(32,29,46)
#191623
(25,22,35)
#120F18
(18,15,24)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #514E7B

#514E7B
(81,78,123)
#605E87
(96,94,135)
#6F6E93
(111,110,147)
#7E7E9F
(126,126,159)
#8D8EAB
(141,142,171)
#9C9EB7
(156,158,183)
#ABAEC3
(171,174,195)
#BABECF
(186,190,207)
#C9CEDB
(201,206,219)
#D8DEE7
(216,222,231)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514E7B color. Also use rgb(81,78,123) instead hex code.

Text Font Color

.myTextColor { color: #514E7B; }

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

This text font color is #514E7B.


Background Color

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

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

This div background color is #514E7B.


Border color

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

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

This div border color is #514E7B.


Opacity

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

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

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

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

This text has shadow with #514E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514E7B on black background.


Color preview on white background

This text has color #514E7B on white background.



Black color preview on #514E7B background

This text has black color on #514E7B background.


White color preview on #514E7B background

This text has white color on #514E7B background.