COLOR #514057

HEX: #514057
RGB: (81,64,87)

Color info

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

RGB color model

#514057 color RGB value is (81,64,87).

  • red value is 81;
  • green value is 64;
  • blue value is 87.
RGB:
(81,64,87)
(32%,25%,34%)

RGB channels and saturation

R 81 of 255 = 32%
G 64 of 255 = 25%
B 87 of 255 = 34%

81
64
87

R + G + B ~ 30%. #514057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 64 + 87 = 232 (100%)
R 81 of 232 ~ 34.91%
G 64 of 232 ~ 27.59%
B 87 of 232 ~ 37.5%

%34.91
%27.59
%37.5

CMYK color model

#514057 color CMYK value is (7,26,0,66).

  • cyan value is 6.90%
  • magenta value is 26.44%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(7,26,0,66)
C7M26Y0K66 
(7%,26%,0%,66%)
(0.07/0.26/0.00/0.66)	

CMYK percentages

%6.9
%26.44
%0
%65.88

Codes

Color #514057 in popluar color models

514057
RGB816487
HSL284°15.23%29.61%
HSB/HSV284°26.44%34.12%
CMYK6.90%26.44%0.00%
65.88%

Color #514057 in popluar number systems.

HEX514057
Decimal816487
Binary101000110000001010111
Octal121100127

Shades and tints

Shades of #514057

#514057
(81,64,87)
#4A3B50
(74,59,80)
#433649
(67,54,73)
#3C3142
(60,49,66)
#352C3B
(53,44,59)
#2E2734
(46,39,52)
#27222D
(39,34,45)
#201D26
(32,29,38)
#19181F
(25,24,31)
#121318
(18,19,24)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #514057

#514057
(81,64,87)
#605166
(96,81,102)
#6F6275
(111,98,117)
#7E7384
(126,115,132)
#8D8493
(141,132,147)
#9C95A2
(156,149,162)
#ABA6B1
(171,166,177)
#BAB7C0
(186,183,192)
#C9C8CF
(201,200,207)
#D8D9DE
(216,217,222)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514057 color. Also use rgb(81,64,87) instead hex code.

Text Font Color

.myTextColor { color: #514057; }

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

This text font color is #514057.


Background Color

.myBgColor { background-color: #514057; }

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

This div background color is #514057.


Border color

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

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

This div border color is #514057.


Opacity

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

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

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

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

This text has shadow with #514057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514057 on black background.


Color preview on white background

This text has color #514057 on white background.



Black color preview on #514057 background

This text has black color on #514057 background.


White color preview on #514057 background

This text has white color on #514057 background.