COLOR #511D1C

HEX: #511D1C RGB: (81,29,28)

Color info

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

RGB color model

#511D1C color RGB value is (81,29,28).

RGB: (81,29,28) (32%, 11%, 11%)

RGB channels and saturation

R 81 of 255 = 32%
G 29 of 255 = 11%
B 28 of 255 = 11%

81
29
28

R + G + B ~ 18%. #511D1C is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 29 + 28 = 138 (100%)
R 81 of 138 ~ 58.7%
G 29 of 138 ~ 21.01%
B 28 of 138 ~ 20.29'%

%58.7
%21.01
%20.29

CMYK color model

#511D1C color CMYK value is (0,64,65,68).

  • cyan value is 0.00%
  • magenta value is 64.20%
  • yellow value is 65.43%
  • key color value is 68.24%

CMYK: (0,64,65,68)
C0M64Y65K68 (0%, 64%, 65%, 68%)
(0.00 / 0.64 / 0.65 / 0.68)

CMYK percentages

%0
%64.2
%65.43
%68.24

Codes

Color #511D1C in popluar color models

51 1D 1C
RGB 81 29 28
HSL 48.62% 21.37%
HSB/HSV 65.43% 31.76%
CMYK 0.00% 64.20% 65.43%
68.24%

Color #511D1C in popluar number systems.

HEX 51 1D 1C
Decimal 81 29 28
Binary 1010001 11101 11100
Octal 121 35 34

Shades and tints

Shades of #511D1C

#511D1C
(81,29,28)
#4A1B1A
(74,27,26)
#431918
(67,25,24)
#3C1716
(60,23,22)
#351514
(53,21,20)
#2E1312
(46,19,18)
#271110
(39,17,16)
#200F0E
(32,15,14)
#190D0C
(25,13,12)
#120B0A
(18,11,10)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #511D1C

#511D1C
(81,29,28)
#603130
(96,49,48)
#6F4544
(111,69,68)
#7E5958
(126,89,88)
#8D6D6C
(141,109,108)
#9C8180
(156,129,128)
#AB9594
(171,149,148)
#BAA9A8
(186,169,168)
#C9BDBC
(201,189,188)
#D8D1D0
(216,209,208)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511D1C; }

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

This text font color is #511D1C.

Background Color

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

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

This div background color is #511D1C.

Border color

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

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

This div border color is #511D1C.

Opacity

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

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

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

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

This text has shadow with #511D1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #511D1C.

Preview

Color preview on black background

This text has color #511D1C on black background.


Color preview on white background

This text has color #511D1C on white background.


Black color preview on #511D1C background

This text has black color on #511D1C background.


White color preview on #511D1C background

This text has white color on #511D1C background.


Related colors

Complementary color

Complementary color for #hex is #AEE2E3.


I love getcolorcode.com

Triadic colors

1 #1C511D and #1D1C51 with #511D1C are triadic colors.

2 #1C1D51 and #1D511C with #511D1C are triadic colors.