COLOR #514984

HEX: #514984
RGB: (81,73,132)

Color info

#514984 contains red, green and blue colors in about the same proportion. Web safe color of #514984 is #663399 (or #639).

RGB color model

#514984 color RGB value is (81,73,132).

  • red value is 81;
  • green value is 73;
  • blue value is 132.
RGB:
(81,73,132)
(32%,29%,52%)

RGB channels and saturation

R 81 of 255 = 32%
G 73 of 255 = 29%
B 132 of 255 = 52%

81
73
132

R + G + B ~ 38%. #514984 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 132 = 286 (100%)
R 81 of 286 ~ 28.32%
G 73 of 286 ~ 25.52%
B 132 of 286 ~ 46.15%

%28.32
%25.52
%46.15

CMYK color model

#514984 color CMYK value is (39,45,0,48).

  • cyan value is 38.64%
  • magenta value is 44.70%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(39,45,0,48)
C39M45Y0K48 
(39%,45%,0%,48%)
(0.39/0.45/0.00/0.48)	

CMYK percentages

%38.64
%44.7
%0
%48.24

Codes

Color #514984 in popluar color models

514984
RGB8173132
HSL248°28.78%40.20%
HSB/HSV248°44.70%51.76%
CMYK38.64%44.70%0.00%
48.24%

Color #514984 in popluar number systems.

HEX514984
Decimal8173132
Binary1010001100100110000100
Octal121111204

Shades and tints

Shades of #514984

#514984
(81,73,132)
#4A4378
(74,67,120)
#433D6C
(67,61,108)
#3C3760
(60,55,96)
#353154
(53,49,84)
#2E2B48
(46,43,72)
#27253C
(39,37,60)
#201F30
(32,31,48)
#191924
(25,25,36)
#121318
(18,19,24)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #514984

#514984
(81,73,132)
#60598F
(96,89,143)
#6F699A
(111,105,154)
#7E79A5
(126,121,165)
#8D89B0
(141,137,176)
#9C99BB
(156,153,187)
#ABA9C6
(171,169,198)
#BAB9D1
(186,185,209)
#C9C9DC
(201,201,220)
#D8D9E7
(216,217,231)
#E7E9F2
(231,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514984 color. Also use rgb(81,73,132) instead hex code.

Text Font Color

.myTextColor { color: #514984; }

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

This text font color is #514984.


Background Color

.myBgColor { background-color: #514984; }

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

This div background color is #514984.


Border color

.myBorderColor { border: 1px solid #514984; }

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

This div border color is #514984.


Opacity

.myOpacity80 { color: #514984; opacity: 0.8; }

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

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

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

This text has shadow with #514984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514984 on black background.


Color preview on white background

This text has color #514984 on white background.



Black color preview on #514984 background

This text has black color on #514984 background.


White color preview on #514984 background

This text has white color on #514984 background.