COLOR #513D3E

HEX: #513D3E RGB: (81,61,62)

Color info

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

RGB color model

#513D3E color RGB value is (81,61,62).

RGB: (81,61,62) (32%, 24%, 24%)

RGB channels and saturation

R 81 of 255 = 32%
G 61 of 255 = 24%
B 62 of 255 = 24%

81
61
62

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

Portions of RGB colors in percentages

R + G + B = 81 + 61 + 62 = 204 (100%)
R 81 of 204 ~ 39.71%
G 61 of 204 ~ 29.9%
B 62 of 204 ~ 30.39'%

%39.71
%29.9
%30.39

CMYK color model

#513D3E color CMYK value is (0,25,23,68).

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

CMYK: (0,25,23,68)
C0M25Y23K68 (0%, 25%, 23%, 68%)
(0.00 / 0.25 / 0.23 / 0.68)

CMYK percentages

%0
%24.69
%23.46
%68.24

Codes

Color #513D3E in popluar color models

51 3D 3E
RGB 81 61 62
HSL 357° 14.08% 27.84%
HSB/HSV 357° 24.69% 31.76%
CMYK 0.00% 24.69% 23.46%
68.24%

Color #513D3E in popluar number systems.

HEX 51 3D 3E
Decimal 81 61 62
Binary 1010001 111101 111110
Octal 121 75 76

Shades and tints

Shades of #513D3E

#513D3E
(81,61,62)
#4A3839
(74,56,57)
#433334
(67,51,52)
#3C2E2F
(60,46,47)
#35292A
(53,41,42)
#2E2425
(46,36,37)
#271F20
(39,31,32)
#201A1B
(32,26,27)
#191516
(25,21,22)
#121011
(18,16,17)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #513D3E

#513D3E
(81,61,62)
#604E4F
(96,78,79)
#6F5F60
(111,95,96)
#7E7071
(126,112,113)
#8D8182
(141,129,130)
#9C9293
(156,146,147)
#ABA3A4
(171,163,164)
#BAB4B5
(186,180,181)
#C9C5C6
(201,197,198)
#D8D6D7
(216,214,215)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513D3E; }

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

This text font color is #513D3E.

Background Color

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

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

This div background color is #513D3E.

Border color

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

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

This div border color is #513D3E.

Opacity

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

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

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

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

This text has shadow with #513D3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513D3E.

Preview

Color preview on black background

This text has color #513D3E on black background.


Color preview on white background

This text has color #513D3E on white background.


Black color preview on #513D3E background

This text has black color on #513D3E background.


White color preview on #513D3E background

This text has white color on #513D3E background.


Related colors

Complementary color

Complementary color for #hex is #AEC2C1.


I love getcolorcode.com

Triadic colors

1 #3E513D and #3D3E51 with #513D3E are triadic colors.

2 #3E3D51 and #3D513E with #513D3E are triadic colors.