COLOR #514E6B

HEX: #514E6B
RGB: (81,78,107)

Color info

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

RGB color model

#514E6B color RGB value is (81,78,107).

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

RGB channels and saturation

R 81 of 255 = 32%
G 78 of 255 = 31%
B 107 of 255 = 42%

81
78
107

R + G + B ~ 35%. #514E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 78 + 107 = 266 (100%)
R 81 of 266 ~ 30.45%
G 78 of 266 ~ 29.32%
B 107 of 266 ~ 40.23%

%30.45
%29.32
%40.23

CMYK color model

#514E6B color CMYK value is (24,27,0,58).

  • cyan value is 24.30%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(24,27,0,58)
C24M27Y0K58 
(24%,27%,0%,58%)
(0.24/0.27/0.00/0.58)	

CMYK percentages

%24.3
%27.1
%0
%58.04

Codes

Color #514E6B in popluar color models

514E6B
RGB8178107
HSL246°15.68%36.27%
HSB/HSV246°27.10%41.96%
CMYK24.30%27.10%0.00%
58.04%

Color #514E6B in popluar number systems.

HEX514E6B
Decimal8178107
Binary101000110011101101011
Octal121116153

Shades and tints

Shades of #514E6B

#514E6B
(81,78,107)
#4A4762
(74,71,98)
#434059
(67,64,89)
#3C3950
(60,57,80)
#353247
(53,50,71)
#2E2B3E
(46,43,62)
#272435
(39,36,53)
#201D2C
(32,29,44)
#191623
(25,22,35)
#120F1A
(18,15,26)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #514E6B

#514E6B
(81,78,107)
#605E78
(96,94,120)
#6F6E85
(111,110,133)
#7E7E92
(126,126,146)
#8D8E9F
(141,142,159)
#9C9EAC
(156,158,172)
#ABAEB9
(171,174,185)
#BABEC6
(186,190,198)
#C9CED3
(201,206,211)
#D8DEE0
(216,222,224)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514E6B; }

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

This text font color is #514E6B.


Background Color

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

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

This div background color is #514E6B.


Border color

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

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

This div border color is #514E6B.


Opacity

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

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

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

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

This text has shadow with #514E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514E6B on black background.


Color preview on white background

This text has color #514E6B on white background.



Black color preview on #514E6B background

This text has black color on #514E6B background.


White color preview on #514E6B background

This text has white color on #514E6B background.