COLOR #514D77

HEX: #514D77
RGB: (81,77,119)

Color info

#514D77 contains red, green and blue colors in about the same proportion. Web safe color of #514D77 is #663366 (or #636).

RGB color model

#514D77 color RGB value is (81,77,119).

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

RGB channels and saturation

R 81 of 255 = 32%
G 77 of 255 = 30%
B 119 of 255 = 47%

81
77
119

R + G + B ~ 36%. #514D77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 77 + 119 = 277 (100%)
R 81 of 277 ~ 29.24%
G 77 of 277 ~ 27.8%
B 119 of 277 ~ 42.96%

%29.24
%27.8
%42.96

CMYK color model

#514D77 color CMYK value is (32,35,0,53).

  • cyan value is 31.93%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(32,35,0,53)
C32M35Y0K53 
(32%,35%,0%,53%)
(0.32/0.35/0.00/0.53)	

CMYK percentages

%31.93
%35.29
%0
%53.33

Codes

Color #514D77 in popluar color models

514D77
RGB8177119
HSL246°21.43%38.43%
HSB/HSV246°35.29%46.67%
CMYK31.93%35.29%0.00%
53.33%

Color #514D77 in popluar number systems.

HEX514D77
Decimal8177119
Binary101000110011011110111
Octal121115167

Shades and tints

Shades of #514D77

#514D77
(81,77,119)
#4A466D
(74,70,109)
#433F63
(67,63,99)
#3C3859
(60,56,89)
#35314F
(53,49,79)
#2E2A45
(46,42,69)
#27233B
(39,35,59)
#201C31
(32,28,49)
#191527
(25,21,39)
#120E1D
(18,14,29)
#0B0713
(11,7,19)
#000000
(0,0,0)

Tints of #514D77

#514D77
(81,77,119)
#605D83
(96,93,131)
#6F6D8F
(111,109,143)
#7E7D9B
(126,125,155)
#8D8DA7
(141,141,167)
#9C9DB3
(156,157,179)
#ABADBF
(171,173,191)
#BABDCB
(186,189,203)
#C9CDD7
(201,205,215)
#D8DDE3
(216,221,227)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514D77; }

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

This text font color is #514D77.


Background Color

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

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

This div background color is #514D77.


Border color

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

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

This div border color is #514D77.


Opacity

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

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

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

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

This text has shadow with #514D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514D77 on black background.


Color preview on white background

This text has color #514D77 on white background.



Black color preview on #514D77 background

This text has black color on #514D77 background.


White color preview on #514D77 background

This text has white color on #514D77 background.