COLOR #511D10

HEX: #511D10 RGB: (81,29,16)

Color info

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

RGB color model

#511D10 color RGB value is (81,29,16).

RGB: (81,29,16) (32%, 11%, 6%)

RGB channels and saturation

R 81 of 255 = 32%
G 29 of 255 = 11%
B 16 of 255 = 6%

81
29
16

R + G + B ~ 16%. #511D10 is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 29 + 16 = 126 (100%)
R 81 of 126 ~ 64.29%
G 29 of 126 ~ 23.02%
B 16 of 126 ~ 12.7'%

%64.29
%23.02
%12.7

CMYK color model

#511D10 color CMYK value is (0,64,80,68).

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

CMYK: (0,64,80,68)
C0M64Y80K68 (0%, 64%, 80%, 68%)
(0.00 / 0.64 / 0.80 / 0.68)

CMYK percentages

%0
%64.2
%80.25
%68.24

Codes

Color #511D10 in popluar color models

51 1D 10
RGB 81 29 16
HSL 12° 67.01% 19.02%
HSB/HSV 12° 80.25% 31.76%
CMYK 0.00% 64.20% 80.25%
68.24%

Color #511D10 in popluar number systems.

HEX 51 1D 10
Decimal 81 29 16
Binary 1010001 11101 10000
Octal 121 35 20

Shades and tints

Shades of #511D10

#511D10
(81,29,16)
#4A1B0F
(74,27,15)
#43190E
(67,25,14)
#3C170D
(60,23,13)
#35150C
(53,21,12)
#2E130B
(46,19,11)
#27110A
(39,17,10)
#200F09
(32,15,9)
#190D08
(25,13,8)
#120B07
(18,11,7)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #511D10

#511D10
(81,29,16)
#603125
(96,49,37)
#6F453A
(111,69,58)
#7E594F
(126,89,79)
#8D6D64
(141,109,100)
#9C8179
(156,129,121)
#AB958E
(171,149,142)
#BAA9A3
(186,169,163)
#C9BDB8
(201,189,184)
#D8D1CD
(216,209,205)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511D10; }

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

This text font color is #511D10.

Background Color

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

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

This div background color is #511D10.

Border color

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

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

This div border color is #511D10.

Opacity

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

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

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

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

This text has shadow with #511D10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #511D10.

Preview

Color preview on black background

This text has color #511D10 on black background.


Color preview on white background

This text has color #511D10 on white background.


Black color preview on #511D10 background

This text has black color on #511D10 background.


White color preview on #511D10 background

This text has white color on #511D10 background.


Related colors

Complementary color

Complementary color for #hex is #AEE2EF.


I love getcolorcode.com

Triadic colors

1 #10511D and #1D1051 with #511D10 are triadic colors.

2 #101D51 and #1D5110 with #511D10 are triadic colors.