COLOR #513B4E

HEX: #513B4E
RGB: (81,59,78)

Color info

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

RGB color model

#513B4E color RGB value is (81,59,78).

  • red value is 81;
  • green value is 59;
  • blue value is 78.
RGB:
(81,59,78)
(32%,23%,31%)

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 78 of 255 = 31%

81
59
78

R + G + B ~ 29%. #513B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 59 + 78 = 218 (100%)
R 81 of 218 ~ 37.16%
G 59 of 218 ~ 27.06%
B 78 of 218 ~ 35.78%

%37.16
%27.06
%35.78

CMYK color model

#513B4E color CMYK value is (0,27,4,68).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 3.70%
  • key color value is 68.24%
CMYK:
(0,27,4,68)
C0M27Y4K68 
(0%,27%,4%,68%)
(0.00/0.27/0.04/0.68)	

CMYK percentages

%0
%27.16
%3.7
%68.24

Codes

Color #513B4E in popluar color models

513B4E
RGB815978
HSL308°15.71%27.45%
HSB/HSV308°27.16%31.76%
CMYK0.00%27.16%3.70%
68.24%

Color #513B4E in popluar number systems.

HEX513B4E
Decimal815978
Binary10100011110111001110
Octal12173116

Shades and tints

Shades of #513B4E

#513B4E
(81,59,78)
#4A3647
(74,54,71)
#433140
(67,49,64)
#3C2C39
(60,44,57)
#352732
(53,39,50)
#2E222B
(46,34,43)
#271D24
(39,29,36)
#20181D
(32,24,29)
#191316
(25,19,22)
#120E0F
(18,14,15)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #513B4E

#513B4E
(81,59,78)
#604C5E
(96,76,94)
#6F5D6E
(111,93,110)
#7E6E7E
(126,110,126)
#8D7F8E
(141,127,142)
#9C909E
(156,144,158)
#ABA1AE
(171,161,174)
#BAB2BE
(186,178,190)
#C9C3CE
(201,195,206)
#D8D4DE
(216,212,222)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513B4E color. Also use rgb(81,59,78) instead hex code.

Text Font Color

.myTextColor { color: #513B4E; }

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

This text font color is #513B4E.


Background Color

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

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

This div background color is #513B4E.


Border color

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

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

This div border color is #513B4E.


Opacity

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

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

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

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

This text has shadow with #513B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B4E on black background.


Color preview on white background

This text has color #513B4E on white background.



Black color preview on #513B4E background

This text has black color on #513B4E background.


White color preview on #513B4E background

This text has white color on #513B4E background.