COLOR #511716

HEX: #511716
RGB: (81,23,22)

Color info

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

RGB color model

#511716 color RGB value is (81,23,22).

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

RGB channels and saturation

R 81 of 255 = 32%
G 23 of 255 = 9%
B 22 of 255 = 9%

81
23
22

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

Portions of RGB colors in percentages

R + G + B =
81 + 23 + 22 = 126 (100%)
R 81 of 126 ~ 64.29%
G 23 of 126 ~ 18.25%
B 22 of 126 ~ 17.46%

%64.29
%18.25
%17.46

CMYK color model

#511716 color CMYK value is (0,72,73,68).

  • cyan value is 0.00%
  • magenta value is 71.60%
  • yellow value is 72.84%
  • key color value is 68.24%
CMYK:
(0,72,73,68)
C0M72Y73K68 
(0%,72%,73%,68%)
(0.00/0.72/0.73/0.68)	

CMYK percentages

%0
%71.6
%72.84
%68.24

Codes

Color #511716 in popluar color models

511716
RGB812322
HSL57.28%20.20%
HSB/HSV72.84%31.76%
CMYK0.00%71.60%72.84%
68.24%

Color #511716 in popluar number systems.

HEX511716
Decimal812322
Binary10100011011110110
Octal1212726

Shades and tints

Shades of #511716

#511716
(81,23,22)
#4A1514
(74,21,20)
#431312
(67,19,18)
#3C1110
(60,17,16)
#350F0E
(53,15,14)
#2E0D0C
(46,13,12)
#270B0A
(39,11,10)
#200908
(32,9,8)
#190706
(25,7,6)
#120504
(18,5,4)
#0B0302
(11,3,2)
#000000
(0,0,0)

Tints of #511716

#511716
(81,23,22)
#602C2B
(96,44,43)
#6F4140
(111,65,64)
#7E5655
(126,86,85)
#8D6B6A
(141,107,106)
#9C807F
(156,128,127)
#AB9594
(171,149,148)
#BAAAA9
(186,170,169)
#C9BFBE
(201,191,190)
#D8D4D3
(216,212,211)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511716; }

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

This text font color is #511716.


Background Color

.myBgColor { background-color: #511716; }

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

This div background color is #511716.


Border color

.myBorderColor { border: 1px solid #511716; }

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

This div border color is #511716.


Opacity

.myOpacity80 { color: #511716; opacity: 0.8; }

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

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

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

This text has shadow with #511716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511716 on black background.


Color preview on white background

This text has color #511716 on white background.



Black color preview on #511716 background

This text has black color on #511716 background.


White color preview on #511716 background

This text has white color on #511716 background.