COLOR #511E16

HEX: #511E16
RGB: (81,30,22)

Color info

#511E16 contains red, green and blue colors in about the same proportion. Web safe color of #511E16 is #663300 (or #630).

RGB color model

#511E16 color RGB value is (81,30,22).

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

RGB channels and saturation

R 81 of 255 = 32%
G 30 of 255 = 12%
B 22 of 255 = 9%

81
30
22

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

Portions of RGB colors in percentages

R + G + B =
81 + 30 + 22 = 133 (100%)
R 81 of 133 ~ 60.9%
G 30 of 133 ~ 22.56%
B 22 of 133 ~ 16.54%

%60.9
%22.56
%16.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 62.96%
  • yellow value is 72.84%
  • key color value is 68.24%
CMYK:
(0,63,73,68)
C0M63Y73K68 
(0%,63%,73%,68%)
(0.00/0.63/0.73/0.68)	

CMYK percentages

%0
%62.96
%72.84
%68.24

Codes

Color #511E16 in popluar color models

511E16
RGB813022
HSL57.28%20.20%
HSB/HSV72.84%31.76%
CMYK0.00%62.96%72.84%
68.24%

Color #511E16 in popluar number systems.

HEX511E16
Decimal813022
Binary10100011111010110
Octal1213626

Shades and tints

Shades of #511E16

#511E16
(81,30,22)
#4A1C14
(74,28,20)
#431A12
(67,26,18)
#3C1810
(60,24,16)
#35160E
(53,22,14)
#2E140C
(46,20,12)
#27120A
(39,18,10)
#201008
(32,16,8)
#190E06
(25,14,6)
#120C04
(18,12,4)
#0B0A02
(11,10,2)
#000000
(0,0,0)

Tints of #511E16

#511E16
(81,30,22)
#60322B
(96,50,43)
#6F4640
(111,70,64)
#7E5A55
(126,90,85)
#8D6E6A
(141,110,106)
#9C827F
(156,130,127)
#AB9694
(171,150,148)
#BAAAA9
(186,170,169)
#C9BEBE
(201,190,190)
#D8D2D3
(216,210,211)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511E16; }

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

This text font color is #511E16.


Background Color

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

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

This div background color is #511E16.


Border color

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

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

This div border color is #511E16.


Opacity

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

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

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

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

This text has shadow with #511E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511E16 on black background.


Color preview on white background

This text has color #511E16 on white background.



Black color preview on #511E16 background

This text has black color on #511E16 background.


White color preview on #511E16 background

This text has white color on #511E16 background.