COLOR #514971

HEX: #514971
RGB: (81,73,113)

Color info

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

RGB color model

#514971 color RGB value is (81,73,113).

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

RGB channels and saturation

R 81 of 255 = 32%
G 73 of 255 = 29%
B 113 of 255 = 44%

81
73
113

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

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 113 = 267 (100%)
R 81 of 267 ~ 30.34%
G 73 of 267 ~ 27.34%
B 113 of 267 ~ 42.32%

%30.34
%27.34
%42.32

CMYK color model

#514971 color CMYK value is (28,35,0,56).

  • cyan value is 28.32%
  • magenta value is 35.40%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(28,35,0,56)
C28M35Y0K56 
(28%,35%,0%,56%)
(0.28/0.35/0.00/0.56)	

CMYK percentages

%28.32
%35.4
%0
%55.69

Codes

Color #514971 in popluar color models

514971
RGB8173113
HSL252°21.51%36.47%
HSB/HSV252°35.40%44.31%
CMYK28.32%35.40%0.00%
55.69%

Color #514971 in popluar number systems.

HEX514971
Decimal8173113
Binary101000110010011110001
Octal121111161

Shades and tints

Shades of #514971

#514971
(81,73,113)
#4A4367
(74,67,103)
#433D5D
(67,61,93)
#3C3753
(60,55,83)
#353149
(53,49,73)
#2E2B3F
(46,43,63)
#272535
(39,37,53)
#201F2B
(32,31,43)
#191921
(25,25,33)
#121317
(18,19,23)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #514971

#514971
(81,73,113)
#60597D
(96,89,125)
#6F6989
(111,105,137)
#7E7995
(126,121,149)
#8D89A1
(141,137,161)
#9C99AD
(156,153,173)
#ABA9B9
(171,169,185)
#BAB9C5
(186,185,197)
#C9C9D1
(201,201,209)
#D8D9DD
(216,217,221)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514971; }

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

This text font color is #514971.


Background Color

.myBgColor { background-color: #514971; }

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

This div background color is #514971.


Border color

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

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

This div border color is #514971.


Opacity

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

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

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

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

This text has shadow with #514971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514971 on black background.


Color preview on white background

This text has color #514971 on white background.



Black color preview on #514971 background

This text has black color on #514971 background.


White color preview on #514971 background

This text has white color on #514971 background.