COLOR #514E62

HEX: #514E62
RGB: (81,78,98)

Color info

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

RGB color model

#514E62 color RGB value is (81,78,98).

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

RGB channels and saturation

R 81 of 255 = 32%
G 78 of 255 = 31%
B 98 of 255 = 38%

81
78
98

R + G + B ~ 34%. #514E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 78 + 98 = 257 (100%)
R 81 of 257 ~ 31.52%
G 78 of 257 ~ 30.35%
B 98 of 257 ~ 38.13%

%31.52
%30.35
%38.13

CMYK color model

#514E62 color CMYK value is (17,20,0,62).

  • cyan value is 17.35%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(17,20,0,62)
C17M20Y0K62 
(17%,20%,0%,62%)
(0.17/0.20/0.00/0.62)	

CMYK percentages

%17.35
%20.41
%0
%61.57

Codes

Color #514E62 in popluar color models

514E62
RGB817898
HSL249°11.36%34.51%
HSB/HSV249°20.41%38.43%
CMYK17.35%20.41%0.00%
61.57%

Color #514E62 in popluar number systems.

HEX514E62
Decimal817898
Binary101000110011101100010
Octal121116142

Shades and tints

Shades of #514E62

#514E62
(81,78,98)
#4A475A
(74,71,90)
#434052
(67,64,82)
#3C394A
(60,57,74)
#353242
(53,50,66)
#2E2B3A
(46,43,58)
#272432
(39,36,50)
#201D2A
(32,29,42)
#191622
(25,22,34)
#120F1A
(18,15,26)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #514E62

#514E62
(81,78,98)
#605E70
(96,94,112)
#6F6E7E
(111,110,126)
#7E7E8C
(126,126,140)
#8D8E9A
(141,142,154)
#9C9EA8
(156,158,168)
#ABAEB6
(171,174,182)
#BABEC4
(186,190,196)
#C9CED2
(201,206,210)
#D8DEE0
(216,222,224)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514E62; }

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

This text font color is #514E62.


Background Color

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

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

This div background color is #514E62.


Border color

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

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

This div border color is #514E62.


Opacity

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

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

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

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

This text has shadow with #514E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514E62 on black background.


Color preview on white background

This text has color #514E62 on white background.



Black color preview on #514E62 background

This text has black color on #514E62 background.


White color preview on #514E62 background

This text has white color on #514E62 background.