COLOR #514F77

HEX: #514F77
RGB: (81,79,119)

Color info

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

RGB color model

#514F77 color RGB value is (81,79,119).

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

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 119 of 255 = 47%

81
79
119

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

Portions of RGB colors in percentages

R + G + B =
81 + 79 + 119 = 279 (100%)
R 81 of 279 ~ 29.03%
G 79 of 279 ~ 28.32%
B 119 of 279 ~ 42.65%

%29.03
%28.32
%42.65

CMYK color model

#514F77 color CMYK value is (32,34,0,53).

  • cyan value is 31.93%
  • magenta value is 33.61%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(32,34,0,53)
C32M34Y0K53 
(32%,34%,0%,53%)
(0.32/0.34/0.00/0.53)	

CMYK percentages

%31.93
%33.61
%0
%53.33

Codes

Color #514F77 in popluar color models

514F77
RGB8179119
HSL243°20.20%38.82%
HSB/HSV243°33.61%46.67%
CMYK31.93%33.61%0.00%
53.33%

Color #514F77 in popluar number systems.

HEX514F77
Decimal8179119
Binary101000110011111110111
Octal121117167

Shades and tints

Shades of #514F77

#514F77
(81,79,119)
#4A486D
(74,72,109)
#434163
(67,65,99)
#3C3A59
(60,58,89)
#35334F
(53,51,79)
#2E2C45
(46,44,69)
#27253B
(39,37,59)
#201E31
(32,30,49)
#191727
(25,23,39)
#12101D
(18,16,29)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #514F77

#514F77
(81,79,119)
#605F83
(96,95,131)
#6F6F8F
(111,111,143)
#7E7F9B
(126,127,155)
#8D8FA7
(141,143,167)
#9C9FB3
(156,159,179)
#ABAFBF
(171,175,191)
#BABFCB
(186,191,203)
#C9CFD7
(201,207,215)
#D8DFE3
(216,223,227)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514F77; }

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

This text font color is #514F77.


Background Color

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

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

This div background color is #514F77.


Border color

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

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

This div border color is #514F77.


Opacity

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

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

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

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

This text has shadow with #514F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514F77 on black background.


Color preview on white background

This text has color #514F77 on white background.



Black color preview on #514F77 background

This text has black color on #514F77 background.


White color preview on #514F77 background

This text has white color on #514F77 background.