COLOR #514A77

HEX: #514A77 RGB: (81,74,119)

Color info

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

RGB color model

#514A77 color RGB value is (81,74,119).

RGB: (81,74,119) (32%, 29%, 47%)

RGB channels and saturation

R 81 of 255 = 32%
G 74 of 255 = 29%
B 119 of 255 = 47%

81
74
119

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

Portions of RGB colors in percentages

R + G + B = 81 + 74 + 119 = 274 (100%)
R 81 of 274 ~ 29.56%
G 74 of 274 ~ 27.01%
B 119 of 274 ~ 43.43'%

%29.56
%27.01
%43.43

CMYK color model

#514A77 color CMYK value is (32,38,0,53).

  • cyan value is 31.93%
  • magenta value is 37.82%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (32,38,0,53)
C32M38Y0K53 (32%, 38%, 0%, 53%)
(0.32 / 0.38 / 0.00 / 0.53)

CMYK percentages

%31.93
%37.82
%0
%53.33

Codes

Color #514A77 in popluar color models

51 4A 77
RGB 81 74 119
HSL 249° 23.32% 37.84%
HSB/HSV 249° 37.82% 46.67%
CMYK 31.93% 37.82% 0.00%
53.33%

Color #514A77 in popluar number systems.

HEX 51 4A 77
Decimal 81 74 119
Binary 1010001 1001010 1110111
Octal 121 112 167

Shades and tints

Shades of #514A77

#514A77
(81,74,119)
#4A446D
(74,68,109)
#433E63
(67,62,99)
#3C3859
(60,56,89)
#35324F
(53,50,79)
#2E2C45
(46,44,69)
#27263B
(39,38,59)
#202031
(32,32,49)
#191A27
(25,26,39)
#12141D
(18,20,29)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #514A77

#514A77
(81,74,119)
#605A83
(96,90,131)
#6F6A8F
(111,106,143)
#7E7A9B
(126,122,155)
#8D8AA7
(141,138,167)
#9C9AB3
(156,154,179)
#ABAABF
(171,170,191)
#BABACB
(186,186,203)
#C9CAD7
(201,202,215)
#D8DAE3
(216,218,227)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514A77; }

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

This text font color is #514A77.

Background Color

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

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

This div background color is #514A77.

Border color

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

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

This div border color is #514A77.

Opacity

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

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

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

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

This text has shadow with #514A77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514A77.

Preview

Color preview on black background

This text has color #514A77 on black background.


Color preview on white background

This text has color #514A77 on white background.


Black color preview on #514A77 background

This text has black color on #514A77 background.


White color preview on #514A77 background

This text has white color on #514A77 background.


Related colors

Complementary color

Complementary color for #hex is #AEB588.


I love getcolorcode.com

Triadic colors

1 #77514A and #4A7751 with #514A77 are triadic colors.

2 #774A51 and #4A5177 with #514A77 are triadic colors.