COLOR #513F61

HEX: #513F61
RGB: (81,63,97)

Color info

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

RGB color model

#513F61 color RGB value is (81,63,97).

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

RGB channels and saturation

R 81 of 255 = 32%
G 63 of 255 = 25%
B 97 of 255 = 38%

81
63
97

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

Portions of RGB colors in percentages

R + G + B =
81 + 63 + 97 = 241 (100%)
R 81 of 241 ~ 33.61%
G 63 of 241 ~ 26.14%
B 97 of 241 ~ 40.25%

%33.61
%26.14
%40.25

CMYK color model

#513F61 color CMYK value is (16,35,0,62).

  • cyan value is 16.49%
  • magenta value is 35.05%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(16,35,0,62)
C16M35Y0K62 
(16%,35%,0%,62%)
(0.16/0.35/0.00/0.62)	

CMYK percentages

%16.49
%35.05
%0
%61.96

Codes

Color #513F61 in popluar color models

513F61
RGB816397
HSL272°21.25%31.37%
HSB/HSV272°35.05%38.04%
CMYK16.49%35.05%0.00%
61.96%

Color #513F61 in popluar number systems.

HEX513F61
Decimal816397
Binary10100011111111100001
Octal12177141

Shades and tints

Shades of #513F61

#513F61
(81,63,97)
#4A3A59
(74,58,89)
#433551
(67,53,81)
#3C3049
(60,48,73)
#352B41
(53,43,65)
#2E2639
(46,38,57)
#272131
(39,33,49)
#201C29
(32,28,41)
#191721
(25,23,33)
#121219
(18,18,25)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #513F61

#513F61
(81,63,97)
#60506F
(96,80,111)
#6F617D
(111,97,125)
#7E728B
(126,114,139)
#8D8399
(141,131,153)
#9C94A7
(156,148,167)
#ABA5B5
(171,165,181)
#BAB6C3
(186,182,195)
#C9C7D1
(201,199,209)
#D8D8DF
(216,216,223)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513F61; }

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

This text font color is #513F61.


Background Color

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

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

This div background color is #513F61.


Border color

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

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

This div border color is #513F61.


Opacity

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

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

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

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

This text has shadow with #513F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513F61 on black background.


Color preview on white background

This text has color #513F61 on white background.



Black color preview on #513F61 background

This text has black color on #513F61 background.


White color preview on #513F61 background

This text has white color on #513F61 background.