COLOR #514F82

HEX: #514F82
RGB: (81,79,130)

Color info

#514F82 contains red, green and blue colors in about the same proportion. Web safe color of #514F82 is #666699 (or #669).

RGB color model

#514F82 color RGB value is (81,79,130).

  • red value is 81;
  • green value is 79;
  • blue value is 130.
RGB:
(81,79,130)
(32%,31%,51%)

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 130 of 255 = 51%

81
79
130

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

Portions of RGB colors in percentages

R + G + B =
81 + 79 + 130 = 290 (100%)
R 81 of 290 ~ 27.93%
G 79 of 290 ~ 27.24%
B 130 of 290 ~ 44.83%

%27.93
%27.24
%44.83

CMYK color model

#514F82 color CMYK value is (38,39,0,49).

  • cyan value is 37.69%
  • magenta value is 39.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(38,39,0,49)
C38M39Y0K49 
(38%,39%,0%,49%)
(0.38/0.39/0.00/0.49)	

CMYK percentages

%37.69
%39.23
%0
%49.02

Codes

Color #514F82 in popluar color models

514F82
RGB8179130
HSL242°24.40%40.98%
HSB/HSV242°39.23%50.98%
CMYK37.69%39.23%0.00%
49.02%

Color #514F82 in popluar number systems.

HEX514F82
Decimal8179130
Binary1010001100111110000010
Octal121117202

Shades and tints

Shades of #514F82

#514F82
(81,79,130)
#4A4877
(74,72,119)
#43416C
(67,65,108)
#3C3A61
(60,58,97)
#353356
(53,51,86)
#2E2C4B
(46,44,75)
#272540
(39,37,64)
#201E35
(32,30,53)
#19172A
(25,23,42)
#12101F
(18,16,31)
#0B0914
(11,9,20)
#000000
(0,0,0)

Tints of #514F82

#514F82
(81,79,130)
#605F8D
(96,95,141)
#6F6F98
(111,111,152)
#7E7FA3
(126,127,163)
#8D8FAE
(141,143,174)
#9C9FB9
(156,159,185)
#ABAFC4
(171,175,196)
#BABFCF
(186,191,207)
#C9CFDA
(201,207,218)
#D8DFE5
(216,223,229)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514F82 color. Also use rgb(81,79,130) instead hex code.

Text Font Color

.myTextColor { color: #514F82; }

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

This text font color is #514F82.


Background Color

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

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

This div background color is #514F82.


Border color

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

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

This div border color is #514F82.


Opacity

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

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

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

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

This text has shadow with #514F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514F82 on black background.


Color preview on white background

This text has color #514F82 on white background.



Black color preview on #514F82 background

This text has black color on #514F82 background.


White color preview on #514F82 background

This text has white color on #514F82 background.