COLOR #514E6D

HEX: #514E6D
RGB: (81,78,109)

Color info

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

RGB color model

#514E6D color RGB value is (81,78,109).

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

RGB channels and saturation

R 81 of 255 = 32%
G 78 of 255 = 31%
B 109 of 255 = 43%

81
78
109

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

Portions of RGB colors in percentages

R + G + B =
81 + 78 + 109 = 268 (100%)
R 81 of 268 ~ 30.22%
G 78 of 268 ~ 29.1%
B 109 of 268 ~ 40.67%

%30.22
%29.1
%40.67

CMYK color model

#514E6D color CMYK value is (26,28,0,57).

  • cyan value is 25.69%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(26,28,0,57)
C26M28Y0K57 
(26%,28%,0%,57%)
(0.26/0.28/0.00/0.57)	

CMYK percentages

%25.69
%28.44
%0
%57.25

Codes

Color #514E6D in popluar color models

514E6D
RGB8178109
HSL246°16.58%36.67%
HSB/HSV246°28.44%42.75%
CMYK25.69%28.44%0.00%
57.25%

Color #514E6D in popluar number systems.

HEX514E6D
Decimal8178109
Binary101000110011101101101
Octal121116155

Shades and tints

Shades of #514E6D

#514E6D
(81,78,109)
#4A4764
(74,71,100)
#43405B
(67,64,91)
#3C3952
(60,57,82)
#353249
(53,50,73)
#2E2B40
(46,43,64)
#272437
(39,36,55)
#201D2E
(32,29,46)
#191625
(25,22,37)
#120F1C
(18,15,28)
#0B0813
(11,8,19)
#000000
(0,0,0)

Tints of #514E6D

#514E6D
(81,78,109)
#605E7A
(96,94,122)
#6F6E87
(111,110,135)
#7E7E94
(126,126,148)
#8D8EA1
(141,142,161)
#9C9EAE
(156,158,174)
#ABAEBB
(171,174,187)
#BABEC8
(186,190,200)
#C9CED5
(201,206,213)
#D8DEE2
(216,222,226)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514E6D; }

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

This text font color is #514E6D.


Background Color

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

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

This div background color is #514E6D.


Border color

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

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

This div border color is #514E6D.


Opacity

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

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

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

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

This text has shadow with #514E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514E6D on black background.


Color preview on white background

This text has color #514E6D on white background.



Black color preview on #514E6D background

This text has black color on #514E6D background.


White color preview on #514E6D background

This text has white color on #514E6D background.