COLOR #513B4F

HEX: #513B4F
RGB: (81,59,79)

Color info

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

RGB color model

#513B4F color RGB value is (81,59,79).

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

RGB channels and saturation

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

81
59
79

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

Portions of RGB colors in percentages

R + G + B =
81 + 59 + 79 = 219 (100%)
R 81 of 219 ~ 36.99%
G 59 of 219 ~ 26.94%
B 79 of 219 ~ 36.07%

%36.99
%26.94
%36.07

CMYK color model

#513B4F color CMYK value is (0,27,2,68).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 2.47%
  • key color value is 68.24%
CMYK:
(0,27,2,68)
C0M27Y2K68 
(0%,27%,2%,68%)
(0.00/0.27/0.02/0.68)	

CMYK percentages

%0
%27.16
%2.47
%68.24

Codes

Color #513B4F in popluar color models

513B4F
RGB815979
HSL305°15.71%27.45%
HSB/HSV305°27.16%31.76%
CMYK0.00%27.16%2.47%
68.24%

Color #513B4F in popluar number systems.

HEX513B4F
Decimal815979
Binary10100011110111001111
Octal12173117

Shades and tints

Shades of #513B4F

#513B4F
(81,59,79)
#4A3648
(74,54,72)
#433141
(67,49,65)
#3C2C3A
(60,44,58)
#352733
(53,39,51)
#2E222C
(46,34,44)
#271D25
(39,29,37)
#20181E
(32,24,30)
#191317
(25,19,23)
#120E10
(18,14,16)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #513B4F

#513B4F
(81,59,79)
#604C5F
(96,76,95)
#6F5D6F
(111,93,111)
#7E6E7F
(126,110,127)
#8D7F8F
(141,127,143)
#9C909F
(156,144,159)
#ABA1AF
(171,161,175)
#BAB2BF
(186,178,191)
#C9C3CF
(201,195,207)
#D8D4DF
(216,212,223)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513B4F; }

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

This text font color is #513B4F.


Background Color

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

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

This div background color is #513B4F.


Border color

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

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

This div border color is #513B4F.


Opacity

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

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

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

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

This text has shadow with #513B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B4F on black background.


Color preview on white background

This text has color #513B4F on white background.



Black color preview on #513B4F background

This text has black color on #513B4F background.


White color preview on #513B4F background

This text has white color on #513B4F background.