COLOR #513F5C

HEX: #513F5C
RGB: (81,63,92)

Color info

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

RGB color model

#513F5C color RGB value is (81,63,92).

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

RGB channels and saturation

R 81 of 255 = 32%
G 63 of 255 = 25%
B 92 of 255 = 36%

81
63
92

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

Portions of RGB colors in percentages

R + G + B =
81 + 63 + 92 = 236 (100%)
R 81 of 236 ~ 34.32%
G 63 of 236 ~ 26.69%
B 92 of 236 ~ 38.98%

%34.32
%26.69
%38.98

CMYK color model

#513F5C color CMYK value is (12,32,0,64).

  • cyan value is 11.96%
  • magenta value is 31.52%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(12,32,0,64)
C12M32Y0K64 
(12%,32%,0%,64%)
(0.12/0.32/0.00/0.64)	

CMYK percentages

%11.96
%31.52
%0
%63.92

Codes

Color #513F5C in popluar color models

513F5C
RGB816392
HSL277°18.71%30.39%
HSB/HSV277°31.52%36.08%
CMYK11.96%31.52%0.00%
63.92%

Color #513F5C in popluar number systems.

HEX513F5C
Decimal816392
Binary10100011111111011100
Octal12177134

Shades and tints

Shades of #513F5C

#513F5C
(81,63,92)
#4A3A54
(74,58,84)
#43354C
(67,53,76)
#3C3044
(60,48,68)
#352B3C
(53,43,60)
#2E2634
(46,38,52)
#27212C
(39,33,44)
#201C24
(32,28,36)
#19171C
(25,23,28)
#121214
(18,18,20)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #513F5C

#513F5C
(81,63,92)
#60506A
(96,80,106)
#6F6178
(111,97,120)
#7E7286
(126,114,134)
#8D8394
(141,131,148)
#9C94A2
(156,148,162)
#ABA5B0
(171,165,176)
#BAB6BE
(186,182,190)
#C9C7CC
(201,199,204)
#D8D8DA
(216,216,218)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513F5C; }

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

This text font color is #513F5C.


Background Color

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

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

This div background color is #513F5C.


Border color

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

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

This div border color is #513F5C.


Opacity

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

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

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

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

This text has shadow with #513F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513F5C on black background.


Color preview on white background

This text has color #513F5C on white background.



Black color preview on #513F5C background

This text has black color on #513F5C background.


White color preview on #513F5C background

This text has white color on #513F5C background.