COLOR #514973

HEX: #514973
RGB: (81,73,115)

Color info

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

RGB color model

#514973 color RGB value is (81,73,115).

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

RGB channels and saturation

R 81 of 255 = 32%
G 73 of 255 = 29%
B 115 of 255 = 45%

81
73
115

R + G + B ~ 35%. #514973 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 115 = 269 (100%)
R 81 of 269 ~ 30.11%
G 73 of 269 ~ 27.14%
B 115 of 269 ~ 42.75%

%30.11
%27.14
%42.75

CMYK color model

#514973 color CMYK value is (30,37,0,55).

  • cyan value is 29.57%
  • magenta value is 36.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(30,37,0,55)
C30M37Y0K55 
(30%,37%,0%,55%)
(0.30/0.37/0.00/0.55)	

CMYK percentages

%29.57
%36.52
%0
%54.9

Codes

Color #514973 in popluar color models

514973
RGB8173115
HSL251°22.34%36.86%
HSB/HSV251°36.52%45.10%
CMYK29.57%36.52%0.00%
54.90%

Color #514973 in popluar number systems.

HEX514973
Decimal8173115
Binary101000110010011110011
Octal121111163

Shades and tints

Shades of #514973

#514973
(81,73,115)
#4A4369
(74,67,105)
#433D5F
(67,61,95)
#3C3755
(60,55,85)
#35314B
(53,49,75)
#2E2B41
(46,43,65)
#272537
(39,37,55)
#201F2D
(32,31,45)
#191923
(25,25,35)
#121319
(18,19,25)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #514973

#514973
(81,73,115)
#60597F
(96,89,127)
#6F698B
(111,105,139)
#7E7997
(126,121,151)
#8D89A3
(141,137,163)
#9C99AF
(156,153,175)
#ABA9BB
(171,169,187)
#BAB9C7
(186,185,199)
#C9C9D3
(201,201,211)
#D8D9DF
(216,217,223)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514973; }

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

This text font color is #514973.


Background Color

.myBgColor { background-color: #514973; }

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

This div background color is #514973.


Border color

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

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

This div border color is #514973.


Opacity

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

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

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

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

This text has shadow with #514973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514973 on black background.


Color preview on white background

This text has color #514973 on white background.



Black color preview on #514973 background

This text has black color on #514973 background.


White color preview on #514973 background

This text has white color on #514973 background.