COLOR #511D13

HEX: #511D13
RGB: (81,29,19)

Color info

#511D13 contains mainly red and green colors. Web safe color of #511D13 is #663300 (or #630).

RGB color model

#511D13 color RGB value is (81,29,19).

  • red value is 81;
  • green value is 29;
  • blue value is 19.
RGB:
(81,29,19)
(32%,11%,7%)

RGB channels and saturation

R 81 of 255 = 32%
G 29 of 255 = 11%
B 19 of 255 = 7%

81
29
19

R + G + B ~ 17%. #511D13 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 29 + 19 = 129 (100%)
R 81 of 129 ~ 62.79%
G 29 of 129 ~ 22.48%
B 19 of 129 ~ 14.73%

%62.79
%22.48
%14.73

CMYK color model

#511D13 color CMYK value is (0,64,77,68).

  • cyan value is 0.00%
  • magenta value is 64.20%
  • yellow value is 76.54%
  • key color value is 68.24%
CMYK:
(0,64,77,68)
C0M64Y77K68 
(0%,64%,77%,68%)
(0.00/0.64/0.77/0.68)	

CMYK percentages

%0
%64.2
%76.54
%68.24

Codes

Color #511D13 in popluar color models

511D13
RGB812919
HSL10°62.00%19.61%
HSB/HSV10°76.54%31.76%
CMYK0.00%64.20%76.54%
68.24%

Color #511D13 in popluar number systems.

HEX511D13
Decimal812919
Binary10100011110110011
Octal1213523

Shades and tints

Shades of #511D13

#511D13
(81,29,19)
#4A1B12
(74,27,18)
#431911
(67,25,17)
#3C1710
(60,23,16)
#35150F
(53,21,15)
#2E130E
(46,19,14)
#27110D
(39,17,13)
#200F0C
(32,15,12)
#190D0B
(25,13,11)
#120B0A
(18,11,10)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #511D13

#511D13
(81,29,19)
#603128
(96,49,40)
#6F453D
(111,69,61)
#7E5952
(126,89,82)
#8D6D67
(141,109,103)
#9C817C
(156,129,124)
#AB9591
(171,149,145)
#BAA9A6
(186,169,166)
#C9BDBB
(201,189,187)
#D8D1D0
(216,209,208)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511D13 color. Also use rgb(81,29,19) instead hex code.

Text Font Color

.myTextColor { color: #511D13; }

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

This text font color is #511D13.


Background Color

.myBgColor { background-color: #511D13; }

<div style="background-color:#511D13">Inner text</div>

This div background color is #511D13.


Border color

.myBorderColor { border: 1px solid #511D13; }

<div style="border:3px solid #511D13">Div</div>

This div border color is #511D13.


Opacity

.myOpacity80 { color: #511D13; opacity: 0.8; }

<p style="color:#511D13;opacity:0.8;">80%</p>

Text with #511D13 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 #511D13;}

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

This text has shadow with #511D13 color.

.textShadow {text-shadow: 3px 3px 1px #511D13, 3px 3px 1px red;}

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

This text has shadow with #511D13 primary color and red secondary color.


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

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

This text has shadow with #511D13 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #511D13;
-webkit-box-shadow: 1px 1px 3px 2px #511D13;
box-shadow:1px 1px 3px 2px #511D13;">
Div content here</div>
This div box has shadow with color #511D13.

Preview

Color preview on black background

This text has color #511D13 on black background.


Color preview on white background

This text has color #511D13 on white background.



Black color preview on #511D13 background

This text has black color on #511D13 background.


White color preview on #511D13 background

This text has white color on #511D13 background.