COLOR #513B44

HEX: #513B44 RGB: (81,59,68)

Color info

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

RGB color model

#513B44 color RGB value is (81,59,68).

RGB: (81,59,68) (32%, 23%, 27%)

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 68 of 255 = 27%

81
59
68

R + G + B ~ 27%. #513B44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 59 + 68 = 208 (100%)
R 81 of 208 ~ 38.94%
G 59 of 208 ~ 28.37%
B 68 of 208 ~ 32.69'%

%38.94
%28.37
%32.69

CMYK color model

#513B44 color CMYK value is (0,27,16,68).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 16.05%
  • key color value is 68.24%

CMYK: (0,27,16,68)
C0M27Y16K68 (0%, 27%, 16%, 68%)
(0.00 / 0.27 / 0.16 / 0.68)

CMYK percentages

%0
%27.16
%16.05
%68.24

Codes

Color #513B44 in popluar color models

51 3B 44
RGB 81 59 68
HSL 335° 15.71% 27.45%
HSB/HSV 335° 27.16% 31.76%
CMYK 0.00% 27.16% 16.05%
68.24%

Color #513B44 in popluar number systems.

HEX 51 3B 44
Decimal 81 59 68
Binary 1010001 111011 1000100
Octal 121 73 104

Shades and tints

Shades of #513B44

#513B44
(81,59,68)
#4A363E
(74,54,62)
#433138
(67,49,56)
#3C2C32
(60,44,50)
#35272C
(53,39,44)
#2E2226
(46,34,38)
#271D20
(39,29,32)
#20181A
(32,24,26)
#191314
(25,19,20)
#120E0E
(18,14,14)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #513B44

#513B44
(81,59,68)
#604C55
(96,76,85)
#6F5D66
(111,93,102)
#7E6E77
(126,110,119)
#8D7F88
(141,127,136)
#9C9099
(156,144,153)
#ABA1AA
(171,161,170)
#BAB2BB
(186,178,187)
#C9C3CC
(201,195,204)
#D8D4DD
(216,212,221)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513B44; }

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

This text font color is #513B44.

Background Color

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

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

This div background color is #513B44.

Border color

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

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

This div border color is #513B44.

Opacity

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

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

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

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

This text has shadow with #513B44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513B44.

Preview

Color preview on black background

This text has color #513B44 on black background.


Color preview on white background

This text has color #513B44 on white background.


Black color preview on #513B44 background

This text has black color on #513B44 background.


White color preview on #513B44 background

This text has white color on #513B44 background.


Related colors

Complementary color

Complementary color for #hex is #AEC4BB.


I love getcolorcode.com

Triadic colors

1 #44513B and #3B4451 with #513B44 are triadic colors.

2 #443B51 and #3B5144 with #513B44 are triadic colors.