COLOR #511A16

HEX: #511A16
RGB: (81,26,22)

Color info

#511A16 contains red, green and blue colors in about the same proportion. Web safe color of #511A16 is #660000 (or #600).

RGB color model

#511A16 color RGB value is (81,26,22).

  • red value is 81;
  • green value is 26;
  • blue value is 22.
RGB:
(81,26,22)
(32%,10%,9%)

RGB channels and saturation

R 81 of 255 = 32%
G 26 of 255 = 10%
B 22 of 255 = 9%

81
26
22

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

Portions of RGB colors in percentages

R + G + B =
81 + 26 + 22 = 129 (100%)
R 81 of 129 ~ 62.79%
G 26 of 129 ~ 20.16%
B 22 of 129 ~ 17.05%

%62.79
%20.16
%17.05

CMYK color model

#511A16 color CMYK value is (0,68,73,68).

  • cyan value is 0.00%
  • magenta value is 67.90%
  • yellow value is 72.84%
  • key color value is 68.24%
CMYK:
(0,68,73,68)
C0M68Y73K68 
(0%,68%,73%,68%)
(0.00/0.68/0.73/0.68)	

CMYK percentages

%0
%67.9
%72.84
%68.24

Codes

Color #511A16 in popluar color models

511A16
RGB812622
HSL57.28%20.20%
HSB/HSV72.84%31.76%
CMYK0.00%67.90%72.84%
68.24%

Color #511A16 in popluar number systems.

HEX511A16
Decimal812622
Binary10100011101010110
Octal1213226

Shades and tints

Shades of #511A16

#511A16
(81,26,22)
#4A1814
(74,24,20)
#431612
(67,22,18)
#3C1410
(60,20,16)
#35120E
(53,18,14)
#2E100C
(46,16,12)
#270E0A
(39,14,10)
#200C08
(32,12,8)
#190A06
(25,10,6)
#120804
(18,8,4)
#0B0602
(11,6,2)
#000000
(0,0,0)

Tints of #511A16

#511A16
(81,26,22)
#602E2B
(96,46,43)
#6F4240
(111,66,64)
#7E5655
(126,86,85)
#8D6A6A
(141,106,106)
#9C7E7F
(156,126,127)
#AB9294
(171,146,148)
#BAA6A9
(186,166,169)
#C9BABE
(201,186,190)
#D8CED3
(216,206,211)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511A16 color. Also use rgb(81,26,22) instead hex code.

Text Font Color

.myTextColor { color: #511A16; }

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

This text font color is #511A16.


Background Color

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

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

This div background color is #511A16.


Border color

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

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

This div border color is #511A16.


Opacity

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

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

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

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

This text has shadow with #511A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511A16 on black background.


Color preview on white background

This text has color #511A16 on white background.



Black color preview on #511A16 background

This text has black color on #511A16 background.


White color preview on #511A16 background

This text has white color on #511A16 background.