COLOR #513D40

HEX: #513D40 RGB: (81,61,64)

Color info

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

RGB color model

#513D40 color RGB value is (81,61,64).

RGB: (81,61,64) (32%, 24%, 25%)

RGB channels and saturation

R 81 of 255 = 32%
G 61 of 255 = 24%
B 64 of 255 = 25%

81
61
64

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

Portions of RGB colors in percentages

R + G + B = 81 + 61 + 64 = 206 (100%)
R 81 of 206 ~ 39.32%
G 61 of 206 ~ 29.61%
B 64 of 206 ~ 31.07'%

%39.32
%29.61
%31.07

CMYK color model

#513D40 color CMYK value is (0,25,21,68).

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

CMYK: (0,25,21,68)
C0M25Y21K68 (0%, 25%, 21%, 68%)
(0.00 / 0.25 / 0.21 / 0.68)

CMYK percentages

%0
%24.69
%20.99
%68.24

Codes

Color #513D40 in popluar color models

51 3D 40
RGB 81 61 64
HSL 351° 14.08% 27.84%
HSB/HSV 351° 24.69% 31.76%
CMYK 0.00% 24.69% 20.99%
68.24%

Color #513D40 in popluar number systems.

HEX 51 3D 40
Decimal 81 61 64
Binary 1010001 111101 1000000
Octal 121 75 100

Shades and tints

Shades of #513D40

#513D40
(81,61,64)
#4A383B
(74,56,59)
#433336
(67,51,54)
#3C2E31
(60,46,49)
#35292C
(53,41,44)
#2E2427
(46,36,39)
#271F22
(39,31,34)
#201A1D
(32,26,29)
#191518
(25,21,24)
#121013
(18,16,19)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #513D40

#513D40
(81,61,64)
#604E51
(96,78,81)
#6F5F62
(111,95,98)
#7E7073
(126,112,115)
#8D8184
(141,129,132)
#9C9295
(156,146,149)
#ABA3A6
(171,163,166)
#BAB4B7
(186,180,183)
#C9C5C8
(201,197,200)
#D8D6D9
(216,214,217)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513D40; }

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

This text font color is #513D40.

Background Color

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

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

This div background color is #513D40.

Border color

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

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

This div border color is #513D40.

Opacity

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

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

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

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

This text has shadow with #513D40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513D40.

Preview

Color preview on black background

This text has color #513D40 on black background.


Color preview on white background

This text has color #513D40 on white background.


Black color preview on #513D40 background

This text has black color on #513D40 background.


White color preview on #513D40 background

This text has white color on #513D40 background.


Related colors

Complementary color

Complementary color for #hex is #AEC2BF.


I love getcolorcode.com

Triadic colors

1 #40513D and #3D4051 with #513D40 are triadic colors.

2 #403D51 and #3D5140 with #513D40 are triadic colors.