COLOR #514676

HEX: #514676
RGB: (81,70,118)

Color info

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

RGB color model

#514676 color RGB value is (81,70,118).

  • red value is 81;
  • green value is 70;
  • blue value is 118.
RGB:
(81,70,118)
(32%,27%,46%)

RGB channels and saturation

R 81 of 255 = 32%
G 70 of 255 = 27%
B 118 of 255 = 46%

81
70
118

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

Portions of RGB colors in percentages

R + G + B =
81 + 70 + 118 = 269 (100%)
R 81 of 269 ~ 30.11%
G 70 of 269 ~ 26.02%
B 118 of 269 ~ 43.87%

%30.11
%26.02
%43.87

CMYK color model

#514676 color CMYK value is (31,41,0,54).

  • cyan value is 31.36%
  • magenta value is 40.68%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(31,41,0,54)
C31M41Y0K54 
(31%,41%,0%,54%)
(0.31/0.41/0.00/0.54)	

CMYK percentages

%31.36
%40.68
%0
%53.73

Codes

Color #514676 in popluar color models

514676
RGB8170118
HSL254°25.53%36.86%
HSB/HSV254°40.68%46.27%
CMYK31.36%40.68%0.00%
53.73%

Color #514676 in popluar number systems.

HEX514676
Decimal8170118
Binary101000110001101110110
Octal121106166

Shades and tints

Shades of #514676

#514676
(81,70,118)
#4A406C
(74,64,108)
#433A62
(67,58,98)
#3C3458
(60,52,88)
#352E4E
(53,46,78)
#2E2844
(46,40,68)
#27223A
(39,34,58)
#201C30
(32,28,48)
#191626
(25,22,38)
#12101C
(18,16,28)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #514676

#514676
(81,70,118)
#605682
(96,86,130)
#6F668E
(111,102,142)
#7E769A
(126,118,154)
#8D86A6
(141,134,166)
#9C96B2
(156,150,178)
#ABA6BE
(171,166,190)
#BAB6CA
(186,182,202)
#C9C6D6
(201,198,214)
#D8D6E2
(216,214,226)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514676 color. Also use rgb(81,70,118) instead hex code.

Text Font Color

.myTextColor { color: #514676; }

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

This text font color is #514676.


Background Color

.myBgColor { background-color: #514676; }

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

This div background color is #514676.


Border color

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

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

This div border color is #514676.


Opacity

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

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

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

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

This text has shadow with #514676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514676 on black background.


Color preview on white background

This text has color #514676 on white background.



Black color preview on #514676 background

This text has black color on #514676 background.


White color preview on #514676 background

This text has white color on #514676 background.