COLOR #514363

HEX: #514363
RGB: (81,67,99)

Color info

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

RGB color model

#514363 color RGB value is (81,67,99).

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

RGB channels and saturation

R 81 of 255 = 32%
G 67 of 255 = 26%
B 99 of 255 = 39%

81
67
99

R + G + B ~ 32%. #514363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 67 + 99 = 247 (100%)
R 81 of 247 ~ 32.79%
G 67 of 247 ~ 27.13%
B 99 of 247 ~ 40.08%

%32.79
%27.13
%40.08

CMYK color model

#514363 color CMYK value is (18,32,0,61).

  • cyan value is 18.18%
  • magenta value is 32.32%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(18,32,0,61)
C18M32Y0K61 
(18%,32%,0%,61%)
(0.18/0.32/0.00/0.61)	

CMYK percentages

%18.18
%32.32
%0
%61.18

Codes

Color #514363 in popluar color models

514363
RGB816799
HSL266°19.28%32.55%
HSB/HSV266°32.32%38.82%
CMYK18.18%32.32%0.00%
61.18%

Color #514363 in popluar number systems.

HEX514363
Decimal816799
Binary101000110000111100011
Octal121103143

Shades and tints

Shades of #514363

#514363
(81,67,99)
#4A3D5A
(74,61,90)
#433751
(67,55,81)
#3C3148
(60,49,72)
#352B3F
(53,43,63)
#2E2536
(46,37,54)
#271F2D
(39,31,45)
#201924
(32,25,36)
#19131B
(25,19,27)
#120D12
(18,13,18)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #514363

#514363
(81,67,99)
#605471
(96,84,113)
#6F657F
(111,101,127)
#7E768D
(126,118,141)
#8D879B
(141,135,155)
#9C98A9
(156,152,169)
#ABA9B7
(171,169,183)
#BABAC5
(186,186,197)
#C9CBD3
(201,203,211)
#D8DCE1
(216,220,225)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514363; }

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

This text font color is #514363.


Background Color

.myBgColor { background-color: #514363; }

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

This div background color is #514363.


Border color

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

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

This div border color is #514363.


Opacity

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

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

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

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

This text has shadow with #514363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514363 on black background.


Color preview on white background

This text has color #514363 on white background.



Black color preview on #514363 background

This text has black color on #514363 background.


White color preview on #514363 background

This text has white color on #514363 background.