COLOR #513D53

HEX: #513D53
RGB: (81,61,83)

Color info

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

RGB color model

#513D53 color RGB value is (81,61,83).

  • red value is 81;
  • green value is 61;
  • blue value is 83.
RGB:
(81,61,83)
(32%,24%,33%)

RGB channels and saturation

R 81 of 255 = 32%
G 61 of 255 = 24%
B 83 of 255 = 33%

81
61
83

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

Portions of RGB colors in percentages

R + G + B =
81 + 61 + 83 = 225 (100%)
R 81 of 225 ~ 36%
G 61 of 225 ~ 27.11%
B 83 of 225 ~ 36.89%

%36
%27.11
%36.89

CMYK color model

#513D53 color CMYK value is (2,27,0,67).

  • cyan value is 2.41%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(2,27,0,67)
C2M27Y0K67 
(2%,27%,0%,67%)
(0.02/0.27/0.00/0.67)	

CMYK percentages

%2.41
%26.51
%0
%67.45

Codes

Color #513D53 in popluar color models

513D53
RGB816183
HSL295°15.28%28.24%
HSB/HSV295°26.51%32.55%
CMYK2.41%26.51%0.00%
67.45%

Color #513D53 in popluar number systems.

HEX513D53
Decimal816183
Binary10100011111011010011
Octal12175123

Shades and tints

Shades of #513D53

#513D53
(81,61,83)
#4A384C
(74,56,76)
#433345
(67,51,69)
#3C2E3E
(60,46,62)
#352937
(53,41,55)
#2E2430
(46,36,48)
#271F29
(39,31,41)
#201A22
(32,26,34)
#19151B
(25,21,27)
#121014
(18,16,20)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #513D53

#513D53
(81,61,83)
#604E62
(96,78,98)
#6F5F71
(111,95,113)
#7E7080
(126,112,128)
#8D818F
(141,129,143)
#9C929E
(156,146,158)
#ABA3AD
(171,163,173)
#BAB4BC
(186,180,188)
#C9C5CB
(201,197,203)
#D8D6DA
(216,214,218)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513D53 color. Also use rgb(81,61,83) instead hex code.

Text Font Color

.myTextColor { color: #513D53; }

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

This text font color is #513D53.


Background Color

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

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

This div background color is #513D53.


Border color

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

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

This div border color is #513D53.


Opacity

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

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

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

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

This text has shadow with #513D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513D53 on black background.


Color preview on white background

This text has color #513D53 on white background.



Black color preview on #513D53 background

This text has black color on #513D53 background.


White color preview on #513D53 background

This text has white color on #513D53 background.