COLOR #514663

HEX: #514663
RGB: (81,70,99)

Color info

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

RGB color model

#514663 color RGB value is (81,70,99).

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

RGB channels and saturation

R 81 of 255 = 32%
G 70 of 255 = 27%
B 99 of 255 = 39%

81
70
99

R + G + B ~ 33%. #514663 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 70 + 99 = 250 (100%)
R 81 of 250 ~ 32.4%
G 70 of 250 ~ 28%
B 99 of 250 ~ 39.6%

%32.4
%28
%39.6

CMYK color model

#514663 color CMYK value is (18,29,0,61).

  • cyan value is 18.18%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(18,29,0,61)
C18M29Y0K61 
(18%,29%,0%,61%)
(0.18/0.29/0.00/0.61)	

CMYK percentages

%18.18
%29.29
%0
%61.18

Codes

Color #514663 in popluar color models

514663
RGB817099
HSL263°17.16%33.14%
HSB/HSV263°29.29%38.82%
CMYK18.18%29.29%0.00%
61.18%

Color #514663 in popluar number systems.

HEX514663
Decimal817099
Binary101000110001101100011
Octal121106143

Shades and tints

Shades of #514663

#514663
(81,70,99)
#4A405A
(74,64,90)
#433A51
(67,58,81)
#3C3448
(60,52,72)
#352E3F
(53,46,63)
#2E2836
(46,40,54)
#27222D
(39,34,45)
#201C24
(32,28,36)
#19161B
(25,22,27)
#121012
(18,16,18)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #514663

#514663
(81,70,99)
#605671
(96,86,113)
#6F667F
(111,102,127)
#7E768D
(126,118,141)
#8D869B
(141,134,155)
#9C96A9
(156,150,169)
#ABA6B7
(171,166,183)
#BAB6C5
(186,182,197)
#C9C6D3
(201,198,211)
#D8D6E1
(216,214,225)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514663; }

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

This text font color is #514663.


Background Color

.myBgColor { background-color: #514663; }

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

This div background color is #514663.


Border color

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

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

This div border color is #514663.


Opacity

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

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

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

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

This text has shadow with #514663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514663 on black background.


Color preview on white background

This text has color #514663 on white background.



Black color preview on #514663 background

This text has black color on #514663 background.


White color preview on #514663 background

This text has white color on #514663 background.