COLOR #513B2D

HEX: #513B2D RGB: (81,59,45)

Color info

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

RGB color model

#513B2D color RGB value is (81,59,45).

RGB: (81,59,45) (32%, 23%, 18%)

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 45 of 255 = 18%

81
59
45

R + G + B ~ 24%. #513B2D is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 59 + 45 = 185 (100%)
R 81 of 185 ~ 43.78%
G 59 of 185 ~ 31.89%
B 45 of 185 ~ 24.32'%

%43.78
%31.89
%24.32

CMYK color model

#513B2D color CMYK value is (0,27,44,68).

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

CMYK: (0,27,44,68)
C0M27Y44K68 (0%, 27%, 44%, 68%)
(0.00 / 0.27 / 0.44 / 0.68)

CMYK percentages

%0
%27.16
%44.44
%68.24

Codes

Color #513B2D in popluar color models

51 3B 2D
RGB 81 59 45
HSL 23° 28.57% 24.71%
HSB/HSV 23° 44.44% 31.76%
CMYK 0.00% 27.16% 44.44%
68.24%

Color #513B2D in popluar number systems.

HEX 51 3B 2D
Decimal 81 59 45
Binary 1010001 111011 101101
Octal 121 73 55

Shades and tints

Shades of #513B2D

#513B2D
(81,59,45)
#4A3629
(74,54,41)
#433125
(67,49,37)
#3C2C21
(60,44,33)
#35271D
(53,39,29)
#2E2219
(46,34,25)
#271D15
(39,29,21)
#201811
(32,24,17)
#19130D
(25,19,13)
#120E09
(18,14,9)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #513B2D

#513B2D
(81,59,45)
#604C40
(96,76,64)
#6F5D53
(111,93,83)
#7E6E66
(126,110,102)
#8D7F79
(141,127,121)
#9C908C
(156,144,140)
#ABA19F
(171,161,159)
#BAB2B2
(186,178,178)
#C9C3C5
(201,195,197)
#D8D4D8
(216,212,216)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513B2D; }

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

This text font color is #513B2D.

Background Color

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

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

This div background color is #513B2D.

Border color

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

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

This div border color is #513B2D.

Opacity

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

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

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

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

This text has shadow with #513B2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513B2D.

Preview

Color preview on black background

This text has color #513B2D on black background.


Color preview on white background

This text has color #513B2D on white background.


Black color preview on #513B2D background

This text has black color on #513B2D background.


White color preview on #513B2D background

This text has white color on #513B2D background.


Related colors

Complementary color

Complementary color for #hex is #AEC4D2.


I love getcolorcode.com

Triadic colors

1 #2D513B and #3B2D51 with #513B2D are triadic colors.

2 #2D3B51 and #3B512D with #513B2D are triadic colors.