COLOR #513F58

HEX: #513F58
RGB: (81,63,88)

Color info

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

RGB color model

#513F58 color RGB value is (81,63,88).

  • red value is 81;
  • green value is 63;
  • blue value is 88.
RGB:
(81,63,88)
(32%,25%,35%)

RGB channels and saturation

R 81 of 255 = 32%
G 63 of 255 = 25%
B 88 of 255 = 35%

81
63
88

R + G + B ~ 31%. #513F58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 63 + 88 = 232 (100%)
R 81 of 232 ~ 34.91%
G 63 of 232 ~ 27.16%
B 88 of 232 ~ 37.93%

%34.91
%27.16
%37.93

CMYK color model

#513F58 color CMYK value is (8,28,0,65).

  • cyan value is 7.95%
  • magenta value is 28.41%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(8,28,0,65)
C8M28Y0K65 
(8%,28%,0%,65%)
(0.08/0.28/0.00/0.65)	

CMYK percentages

%7.95
%28.41
%0
%65.49

Codes

Color #513F58 in popluar color models

513F58
RGB816388
HSL283°16.56%29.61%
HSB/HSV283°28.41%34.51%
CMYK7.95%28.41%0.00%
65.49%

Color #513F58 in popluar number systems.

HEX513F58
Decimal816388
Binary10100011111111011000
Octal12177130

Shades and tints

Shades of #513F58

#513F58
(81,63,88)
#4A3A50
(74,58,80)
#433548
(67,53,72)
#3C3040
(60,48,64)
#352B38
(53,43,56)
#2E2630
(46,38,48)
#272128
(39,33,40)
#201C20
(32,28,32)
#191718
(25,23,24)
#121210
(18,18,16)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #513F58

#513F58
(81,63,88)
#605067
(96,80,103)
#6F6176
(111,97,118)
#7E7285
(126,114,133)
#8D8394
(141,131,148)
#9C94A3
(156,148,163)
#ABA5B2
(171,165,178)
#BAB6C1
(186,182,193)
#C9C7D0
(201,199,208)
#D8D8DF
(216,216,223)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513F58 color. Also use rgb(81,63,88) instead hex code.

Text Font Color

.myTextColor { color: #513F58; }

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

This text font color is #513F58.


Background Color

.myBgColor { background-color: #513F58; }

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

This div background color is #513F58.


Border color

.myBorderColor { border: 1px solid #513F58; }

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

This div border color is #513F58.


Opacity

.myOpacity80 { color: #513F58; opacity: 0.8; }

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

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

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

This text has shadow with #513F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513F58 on black background.


Color preview on white background

This text has color #513F58 on white background.



Black color preview on #513F58 background

This text has black color on #513F58 background.


White color preview on #513F58 background

This text has white color on #513F58 background.