COLOR #514869

HEX: #514869
RGB: (81,72,105)

Color info

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

RGB color model

#514869 color RGB value is (81,72,105).

  • red value is 81;
  • green value is 72;
  • blue value is 105.
RGB:
(81,72,105)
(32%,28%,41%)

RGB channels and saturation

R 81 of 255 = 32%
G 72 of 255 = 28%
B 105 of 255 = 41%

81
72
105

R + G + B ~ 34%. #514869 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 72 + 105 = 258 (100%)
R 81 of 258 ~ 31.4%
G 72 of 258 ~ 27.91%
B 105 of 258 ~ 40.7%

%31.4
%27.91
%40.7

CMYK color model

#514869 color CMYK value is (23,31,0,59).

  • cyan value is 22.86%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(23,31,0,59)
C23M31Y0K59 
(23%,31%,0%,59%)
(0.23/0.31/0.00/0.59)	

CMYK percentages

%22.86
%31.43
%0
%58.82

Codes

Color #514869 in popluar color models

514869
RGB8172105
HSL256°18.64%34.71%
HSB/HSV256°31.43%41.18%
CMYK22.86%31.43%0.00%
58.82%

Color #514869 in popluar number systems.

HEX514869
Decimal8172105
Binary101000110010001101001
Octal121110151

Shades and tints

Shades of #514869

#514869
(81,72,105)
#4A4260
(74,66,96)
#433C57
(67,60,87)
#3C364E
(60,54,78)
#353045
(53,48,69)
#2E2A3C
(46,42,60)
#272433
(39,36,51)
#201E2A
(32,30,42)
#191821
(25,24,33)
#121218
(18,18,24)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #514869

#514869
(81,72,105)
#605876
(96,88,118)
#6F6883
(111,104,131)
#7E7890
(126,120,144)
#8D889D
(141,136,157)
#9C98AA
(156,152,170)
#ABA8B7
(171,168,183)
#BAB8C4
(186,184,196)
#C9C8D1
(201,200,209)
#D8D8DE
(216,216,222)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514869 color. Also use rgb(81,72,105) instead hex code.

Text Font Color

.myTextColor { color: #514869; }

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

This text font color is #514869.


Background Color

.myBgColor { background-color: #514869; }

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

This div background color is #514869.


Border color

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

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

This div border color is #514869.


Opacity

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

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

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

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

This text has shadow with #514869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514869 on black background.


Color preview on white background

This text has color #514869 on white background.



Black color preview on #514869 background

This text has black color on #514869 background.


White color preview on #514869 background

This text has white color on #514869 background.