COLOR #514D74

HEX: #514D74 RGB: (81,77,116)

Color info

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

RGB color model

#514D74 color RGB value is (81,77,116).

RGB: (81,77,116) (32%, 30%, 45%)

RGB channels and saturation

R 81 of 255 = 32%
G 77 of 255 = 30%
B 116 of 255 = 45%

81
77
116

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

Portions of RGB colors in percentages

R + G + B = 81 + 77 + 116 = 274 (100%)
R 81 of 274 ~ 29.56%
G 77 of 274 ~ 28.1%
B 116 of 274 ~ 42.34'%

%29.56
%28.1
%42.34

CMYK color model

#514D74 color CMYK value is (30,34,0,55).

  • cyan value is 30.17%
  • magenta value is 33.62%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (30,34,0,55)
C30M34Y0K55 (30%, 34%, 0%, 55%)
(0.30 / 0.34 / 0.00 / 0.55)

CMYK percentages

%30.17
%33.62
%0
%54.51

Codes

Color #514D74 in popluar color models

51 4D 74
RGB 81 77 116
HSL 246° 20.21% 37.84%
HSB/HSV 246° 33.62% 45.49%
CMYK 30.17% 33.62% 0.00%
54.51%

Color #514D74 in popluar number systems.

HEX 51 4D 74
Decimal 81 77 116
Binary 1010001 1001101 1110100
Octal 121 115 164

Shades and tints

Shades of #514D74

#514D74
(81,77,116)
#4A466A
(74,70,106)
#433F60
(67,63,96)
#3C3856
(60,56,86)
#35314C
(53,49,76)
#2E2A42
(46,42,66)
#272338
(39,35,56)
#201C2E
(32,28,46)
#191524
(25,21,36)
#120E1A
(18,14,26)
#0B0710
(11,7,16)
#000000
(0,0,0)

Tints of #514D74

#514D74
(81,77,116)
#605D80
(96,93,128)
#6F6D8C
(111,109,140)
#7E7D98
(126,125,152)
#8D8DA4
(141,141,164)
#9C9DB0
(156,157,176)
#ABADBC
(171,173,188)
#BABDC8
(186,189,200)
#C9CDD4
(201,205,212)
#D8DDE0
(216,221,224)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514D74; }

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

This text font color is #514D74.

Background Color

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

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

This div background color is #514D74.

Border color

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

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

This div border color is #514D74.

Opacity

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

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

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

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

This text has shadow with #514D74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514D74.

Preview

Color preview on black background

This text has color #514D74 on black background.


Color preview on white background

This text has color #514D74 on white background.


Black color preview on #514D74 background

This text has black color on #514D74 background.


White color preview on #514D74 background

This text has white color on #514D74 background.


Related colors

Complementary color

Complementary color for #hex is #AEB28B.


I love getcolorcode.com

Triadic colors

1 #74514D and #4D7451 with #514D74 are triadic colors.

2 #744D51 and #4D5174 with #514D74 are triadic colors.