COLOR #514A9A

HEX: #514A9A
RGB: (81,74,154)

Color info

#514A9A contains mainly blue color. Web safe color of #514A9A is #663399 (or #639).

RGB color model

#514A9A color RGB value is (81,74,154).

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

RGB channels and saturation

R 81 of 255 = 32%
G 74 of 255 = 29%
B 154 of 255 = 60%

81
74
154

R + G + B ~ 40%. #514A9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 74 + 154 = 309 (100%)
R 81 of 309 ~ 26.21%
G 74 of 309 ~ 23.95%
B 154 of 309 ~ 49.84%

%26.21
%23.95
%49.84

CMYK color model

#514A9A color CMYK value is (47,52,0,40).

  • cyan value is 47.40%
  • magenta value is 51.95%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(47,52,0,40)
C47M52Y0K40 
(47%,52%,0%,40%)
(0.47/0.52/0.00/0.40)	

CMYK percentages

%47.4
%51.95
%0
%39.61

Codes

Color #514A9A in popluar color models

514A9A
RGB8174154
HSL245°35.09%44.71%
HSB/HSV245°51.95%60.39%
CMYK47.40%51.95%0.00%
39.61%

Color #514A9A in popluar number systems.

HEX514A9A
Decimal8174154
Binary1010001100101010011010
Octal121112232

Shades and tints

Shades of #514A9A

#514A9A
(81,74,154)
#4A448C
(74,68,140)
#433E7E
(67,62,126)
#3C3870
(60,56,112)
#353262
(53,50,98)
#2E2C54
(46,44,84)
#272646
(39,38,70)
#202038
(32,32,56)
#191A2A
(25,26,42)
#12141C
(18,20,28)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #514A9A

#514A9A
(81,74,154)
#605AA3
(96,90,163)
#6F6AAC
(111,106,172)
#7E7AB5
(126,122,181)
#8D8ABE
(141,138,190)
#9C9AC7
(156,154,199)
#ABAAD0
(171,170,208)
#BABAD9
(186,186,217)
#C9CAE2
(201,202,226)
#D8DAEB
(216,218,235)
#E7EAF4
(231,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514A9A; }

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

This text font color is #514A9A.


Background Color

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

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

This div background color is #514A9A.


Border color

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

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

This div border color is #514A9A.


Opacity

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

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

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

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

This text has shadow with #514A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514A9A on black background.


Color preview on white background

This text has color #514A9A on white background.



Black color preview on #514A9A background

This text has black color on #514A9A background.


White color preview on #514A9A background

This text has white color on #514A9A background.