COLOR #514B78

HEX: #514B78
RGB: (81,75,120)

Color info

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

RGB color model

#514B78 color RGB value is (81,75,120).

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

RGB channels and saturation

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

81
75
120

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

Portions of RGB colors in percentages

R + G + B =
81 + 75 + 120 = 276 (100%)
R 81 of 276 ~ 29.35%
G 75 of 276 ~ 27.17%
B 120 of 276 ~ 43.48%

%29.35
%27.17
%43.48

CMYK color model

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

  • cyan value is 32.50%
  • magenta value is 37.50%
  • 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
%37.5
%0
%52.94

Codes

Color #514B78 in popluar color models

514B78
RGB8175120
HSL248°23.08%38.24%
HSB/HSV248°37.50%47.06%
CMYK32.50%37.50%0.00%
52.94%

Color #514B78 in popluar number systems.

HEX514B78
Decimal8175120
Binary101000110010111111000
Octal121113170

Shades and tints

Shades of #514B78

#514B78
(81,75,120)
#4A456E
(74,69,110)
#433F64
(67,63,100)
#3C395A
(60,57,90)
#353350
(53,51,80)
#2E2D46
(46,45,70)
#27273C
(39,39,60)
#202132
(32,33,50)
#191B28
(25,27,40)
#12151E
(18,21,30)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #514B78

#514B78
(81,75,120)
#605B84
(96,91,132)
#6F6B90
(111,107,144)
#7E7B9C
(126,123,156)
#8D8BA8
(141,139,168)
#9C9BB4
(156,155,180)
#ABABC0
(171,171,192)
#BABBCC
(186,187,204)
#C9CBD8
(201,203,216)
#D8DBE4
(216,219,228)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514B78; }

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

This text font color is #514B78.


Background Color

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

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

This div background color is #514B78.


Border color

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

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

This div border color is #514B78.


Opacity

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

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

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

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

This text has shadow with #514B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514B78 on black background.


Color preview on white background

This text has color #514B78 on white background.



Black color preview on #514B78 background

This text has black color on #514B78 background.


White color preview on #514B78 background

This text has white color on #514B78 background.