COLOR #514A78

HEX: #514A78
RGB: (81,74,120)

Color info

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

RGB color model

#514A78 color RGB value is (81,74,120).

  • red value is 81;
  • green value is 74;
  • blue value is 120.
RGB:
(81,74,120)
(32%,29%,47%)

RGB channels and saturation

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

81
74
120

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

Portions of RGB colors in percentages

R + G + B =
81 + 74 + 120 = 275 (100%)
R 81 of 275 ~ 29.45%
G 74 of 275 ~ 26.91%
B 120 of 275 ~ 43.64%

%29.45
%26.91
%43.64

CMYK color model

#514A78 color CMYK value is (33,38,0,53).

  • cyan value is 32.50%
  • magenta value is 38.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(33,38,0,53)
C33M38Y0K53 
(33%,38%,0%,53%)
(0.33/0.38/0.00/0.53)	

CMYK percentages

%32.5
%38.33
%0
%52.94

Codes

Color #514A78 in popluar color models

514A78
RGB8174120
HSL249°23.71%38.04%
HSB/HSV249°38.33%47.06%
CMYK32.50%38.33%0.00%
52.94%

Color #514A78 in popluar number systems.

HEX514A78
Decimal8174120
Binary101000110010101111000
Octal121112170

Shades and tints

Shades of #514A78

#514A78
(81,74,120)
#4A446E
(74,68,110)
#433E64
(67,62,100)
#3C385A
(60,56,90)
#353250
(53,50,80)
#2E2C46
(46,44,70)
#27263C
(39,38,60)
#202032
(32,32,50)
#191A28
(25,26,40)
#12141E
(18,20,30)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #514A78

#514A78
(81,74,120)
#605A84
(96,90,132)
#6F6A90
(111,106,144)
#7E7A9C
(126,122,156)
#8D8AA8
(141,138,168)
#9C9AB4
(156,154,180)
#ABAAC0
(171,170,192)
#BABACC
(186,186,204)
#C9CAD8
(201,202,216)
#D8DAE4
(216,218,228)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514A78; }

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

This text font color is #514A78.


Background Color

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

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

This div background color is #514A78.


Border color

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

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

This div border color is #514A78.


Opacity

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

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

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

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

This text has shadow with #514A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514A78 on black background.


Color preview on white background

This text has color #514A78 on white background.



Black color preview on #514A78 background

This text has black color on #514A78 background.


White color preview on #514A78 background

This text has white color on #514A78 background.