COLOR #514C73

HEX: #514C73
RGB: (81,76,115)

Color info

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

RGB color model

#514C73 color RGB value is (81,76,115).

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

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 115 of 255 = 45%

81
76
115

R + G + B ~ 36%. #514C73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 76 + 115 = 272 (100%)
R 81 of 272 ~ 29.78%
G 76 of 272 ~ 27.94%
B 115 of 272 ~ 42.28%

%29.78
%27.94
%42.28

CMYK color model

#514C73 color CMYK value is (30,34,0,55).

  • cyan value is 29.57%
  • magenta value is 33.91%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(30,34,0,55)
C30M34Y0K55 
(30%,34%,0%,55%)
(0.30/0.34/0.00/0.55)	

CMYK percentages

%29.57
%33.91
%0
%54.9

Codes

Color #514C73 in popluar color models

514C73
RGB8176115
HSL248°20.42%37.45%
HSB/HSV248°33.91%45.10%
CMYK29.57%33.91%0.00%
54.90%

Color #514C73 in popluar number systems.

HEX514C73
Decimal8176115
Binary101000110011001110011
Octal121114163

Shades and tints

Shades of #514C73

#514C73
(81,76,115)
#4A4669
(74,70,105)
#43405F
(67,64,95)
#3C3A55
(60,58,85)
#35344B
(53,52,75)
#2E2E41
(46,46,65)
#272837
(39,40,55)
#20222D
(32,34,45)
#191C23
(25,28,35)
#121619
(18,22,25)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #514C73

#514C73
(81,76,115)
#605C7F
(96,92,127)
#6F6C8B
(111,108,139)
#7E7C97
(126,124,151)
#8D8CA3
(141,140,163)
#9C9CAF
(156,156,175)
#ABACBB
(171,172,187)
#BABCC7
(186,188,199)
#C9CCD3
(201,204,211)
#D8DCDF
(216,220,223)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514C73; }

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

This text font color is #514C73.


Background Color

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

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

This div background color is #514C73.


Border color

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

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

This div border color is #514C73.


Opacity

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

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

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

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

This text has shadow with #514C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514C73 on black background.


Color preview on white background

This text has color #514C73 on white background.



Black color preview on #514C73 background

This text has black color on #514C73 background.


White color preview on #514C73 background

This text has white color on #514C73 background.