COLOR #513D36

HEX: #513D36 RGB: (81,61,54)

Color info

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

RGB color model

#513D36 color RGB value is (81,61,54).

RGB: (81,61,54) (32%, 24%, 21%)

RGB channels and saturation

R 81 of 255 = 32%
G 61 of 255 = 24%
B 54 of 255 = 21%

81
61
54

R + G + B ~ 26%. #513D36 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 61 + 54 = 196 (100%)
R 81 of 196 ~ 41.33%
G 61 of 196 ~ 31.12%
B 54 of 196 ~ 27.55'%

%41.33
%31.12
%27.55

CMYK color model

#513D36 color CMYK value is (0,25,33,68).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 33.33%
  • key color value is 68.24%

CMYK: (0,25,33,68)
C0M25Y33K68 (0%, 25%, 33%, 68%)
(0.00 / 0.25 / 0.33 / 0.68)

CMYK percentages

%0
%24.69
%33.33
%68.24

Codes

Color #513D36 in popluar color models

51 3D 36
RGB 81 61 54
HSL 16° 20.00% 26.47%
HSB/HSV 16° 33.33% 31.76%
CMYK 0.00% 24.69% 33.33%
68.24%

Color #513D36 in popluar number systems.

HEX 51 3D 36
Decimal 81 61 54
Binary 1010001 111101 110110
Octal 121 75 66

Shades and tints

Shades of #513D36

#513D36
(81,61,54)
#4A3832
(74,56,50)
#43332E
(67,51,46)
#3C2E2A
(60,46,42)
#352926
(53,41,38)
#2E2422
(46,36,34)
#271F1E
(39,31,30)
#201A1A
(32,26,26)
#191516
(25,21,22)
#121012
(18,16,18)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #513D36

#513D36
(81,61,54)
#604E48
(96,78,72)
#6F5F5A
(111,95,90)
#7E706C
(126,112,108)
#8D817E
(141,129,126)
#9C9290
(156,146,144)
#ABA3A2
(171,163,162)
#BAB4B4
(186,180,180)
#C9C5C6
(201,197,198)
#D8D6D8
(216,214,216)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513D36 color. Also use rgb(81,61,54) instead hex code.

Text Font Color

.myTextColor { color: #513D36; }

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

This text font color is #513D36.

Background Color

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

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

This div background color is #513D36.

Border color

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

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

This div border color is #513D36.

Opacity

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

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

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

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

This text has shadow with #513D36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513D36.

Preview

Color preview on black background

This text has color #513D36 on black background.


Color preview on white background

This text has color #513D36 on white background.


Black color preview on #513D36 background

This text has black color on #513D36 background.


White color preview on #513D36 background

This text has white color on #513D36 background.


Related colors

Complementary color

Complementary color for #hex is #AEC2C9.


I love getcolorcode.com

Triadic colors

1 #36513D and #3D3651 with #513D36 are triadic colors.

2 #363D51 and #3D5136 with #513D36 are triadic colors.