COLOR #513B31

HEX: #513B31 RGB: (81,59,49)

Color info

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

RGB color model

#513B31 color RGB value is (81,59,49).

RGB: (81,59,49) (32%, 23%, 19%)

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 49 of 255 = 19%

81
59
49

R + G + B ~ 25%. #513B31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 59 + 49 = 189 (100%)
R 81 of 189 ~ 42.86%
G 59 of 189 ~ 31.22%
B 49 of 189 ~ 25.93'%

%42.86
%31.22
%25.93

CMYK color model

#513B31 color CMYK value is (0,27,40,68).

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

CMYK: (0,27,40,68)
C0M27Y40K68 (0%, 27%, 40%, 68%)
(0.00 / 0.27 / 0.40 / 0.68)

CMYK percentages

%0
%27.16
%39.51
%68.24

Codes

Color #513B31 in popluar color models

51 3B 31
RGB 81 59 49
HSL 19° 24.62% 25.49%
HSB/HSV 19° 39.51% 31.76%
CMYK 0.00% 27.16% 39.51%
68.24%

Color #513B31 in popluar number systems.

HEX 51 3B 31
Decimal 81 59 49
Binary 1010001 111011 110001
Octal 121 73 61

Shades and tints

Shades of #513B31

#513B31
(81,59,49)
#4A362D
(74,54,45)
#433129
(67,49,41)
#3C2C25
(60,44,37)
#352721
(53,39,33)
#2E221D
(46,34,29)
#271D19
(39,29,25)
#201815
(32,24,21)
#191311
(25,19,17)
#120E0D
(18,14,13)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #513B31

#513B31
(81,59,49)
#604C43
(96,76,67)
#6F5D55
(111,93,85)
#7E6E67
(126,110,103)
#8D7F79
(141,127,121)
#9C908B
(156,144,139)
#ABA19D
(171,161,157)
#BAB2AF
(186,178,175)
#C9C3C1
(201,195,193)
#D8D4D3
(216,212,211)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513B31; }

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

This text font color is #513B31.

Background Color

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

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

This div background color is #513B31.

Border color

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

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

This div border color is #513B31.

Opacity

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

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

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

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

This text has shadow with #513B31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513B31.

Preview

Color preview on black background

This text has color #513B31 on black background.


Color preview on white background

This text has color #513B31 on white background.


Black color preview on #513B31 background

This text has black color on #513B31 background.


White color preview on #513B31 background

This text has white color on #513B31 background.


Related colors

Complementary color

Complementary color for #hex is #AEC4CE.


I love getcolorcode.com

Triadic colors

1 #31513B and #3B3151 with #513B31 are triadic colors.

2 #313B51 and #3B5131 with #513B31 are triadic colors.