COLOR #513057

HEX: #513057
RGB: (81,48,87)

Color info

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

RGB color model

#513057 color RGB value is (81,48,87).

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

RGB channels and saturation

R 81 of 255 = 32%
G 48 of 255 = 19%
B 87 of 255 = 34%

81
48
87

R + G + B ~ 28%. #513057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 48 + 87 = 216 (100%)
R 81 of 216 ~ 37.5%
G 48 of 216 ~ 22.22%
B 87 of 216 ~ 40.28%

%37.5
%22.22
%40.28

CMYK color model

#513057 color CMYK value is (7,45,0,66).

  • cyan value is 6.90%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(7,45,0,66)
C7M45Y0K66 
(7%,45%,0%,66%)
(0.07/0.45/0.00/0.66)	

CMYK percentages

%6.9
%44.83
%0
%65.88

Codes

Color #513057 in popluar color models

513057
RGB814887
HSL291°28.89%26.47%
HSB/HSV291°44.83%34.12%
CMYK6.90%44.83%0.00%
65.88%

Color #513057 in popluar number systems.

HEX513057
Decimal814887
Binary10100011100001010111
Octal12160127

Shades and tints

Shades of #513057

#513057
(81,48,87)
#4A2C50
(74,44,80)
#432849
(67,40,73)
#3C2442
(60,36,66)
#35203B
(53,32,59)
#2E1C34
(46,28,52)
#27182D
(39,24,45)
#201426
(32,20,38)
#19101F
(25,16,31)
#120C18
(18,12,24)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #513057

#513057
(81,48,87)
#604266
(96,66,102)
#6F5475
(111,84,117)
#7E6684
(126,102,132)
#8D7893
(141,120,147)
#9C8AA2
(156,138,162)
#AB9CB1
(171,156,177)
#BAAEC0
(186,174,192)
#C9C0CF
(201,192,207)
#D8D2DE
(216,210,222)
#E7E4ED
(231,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513057; }

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

This text font color is #513057.


Background Color

.myBgColor { background-color: #513057; }

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

This div background color is #513057.


Border color

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

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

This div border color is #513057.


Opacity

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

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

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

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

This text has shadow with #513057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513057 on black background.


Color preview on white background

This text has color #513057 on white background.



Black color preview on #513057 background

This text has black color on #513057 background.


White color preview on #513057 background

This text has white color on #513057 background.