COLOR #513B4D

HEX: #513B4D
RGB: (81,59,77)

Color info

#513B4D contains red, green and blue colors in about the same proportion. Web safe color of #513B4D is #663333 (or #633).

RGB color model

#513B4D color RGB value is (81,59,77).

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

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 77 of 255 = 30%

81
59
77

R + G + B ~ 28%. #513B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 59 + 77 = 217 (100%)
R 81 of 217 ~ 37.33%
G 59 of 217 ~ 27.19%
B 77 of 217 ~ 35.48%

%37.33
%27.19
%35.48

CMYK color model

#513B4D color CMYK value is (0,27,5,68).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 4.94%
  • key color value is 68.24%
CMYK:
(0,27,5,68)
C0M27Y5K68 
(0%,27%,5%,68%)
(0.00/0.27/0.05/0.68)	

CMYK percentages

%0
%27.16
%4.94
%68.24

Codes

Color #513B4D in popluar color models

513B4D
RGB815977
HSL311°15.71%27.45%
HSB/HSV311°27.16%31.76%
CMYK0.00%27.16%4.94%
68.24%

Color #513B4D in popluar number systems.

HEX513B4D
Decimal815977
Binary10100011110111001101
Octal12173115

Shades and tints

Shades of #513B4D

#513B4D
(81,59,77)
#4A3646
(74,54,70)
#43313F
(67,49,63)
#3C2C38
(60,44,56)
#352731
(53,39,49)
#2E222A
(46,34,42)
#271D23
(39,29,35)
#20181C
(32,24,28)
#191315
(25,19,21)
#120E0E
(18,14,14)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #513B4D

#513B4D
(81,59,77)
#604C5D
(96,76,93)
#6F5D6D
(111,93,109)
#7E6E7D
(126,110,125)
#8D7F8D
(141,127,141)
#9C909D
(156,144,157)
#ABA1AD
(171,161,173)
#BAB2BD
(186,178,189)
#C9C3CD
(201,195,205)
#D8D4DD
(216,212,221)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513B4D; }

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

This text font color is #513B4D.


Background Color

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

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

This div background color is #513B4D.


Border color

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

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

This div border color is #513B4D.


Opacity

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

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

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

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

This text has shadow with #513B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B4D on black background.


Color preview on white background

This text has color #513B4D on white background.



Black color preview on #513B4D background

This text has black color on #513B4D background.


White color preview on #513B4D background

This text has white color on #513B4D background.