COLOR #511513

HEX: #511513
RGB: (81,21,19)

Color info

#511513 contains mainly red color. Web safe color of #511513 is #660000 (or #600).

RGB color model

#511513 color RGB value is (81,21,19).

  • red value is 81;
  • green value is 21;
  • blue value is 19.
RGB:
(81,21,19)
(32%,8%,7%)

RGB channels and saturation

R 81 of 255 = 32%
G 21 of 255 = 8%
B 19 of 255 = 7%

81
21
19

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

Portions of RGB colors in percentages

R + G + B =
81 + 21 + 19 = 121 (100%)
R 81 of 121 ~ 66.94%
G 21 of 121 ~ 17.36%
B 19 of 121 ~ 15.7%

%66.94
%17.36
%15.7

CMYK color model

#511513 color CMYK value is (0,74,77,68).

  • cyan value is 0.00%
  • magenta value is 74.07%
  • yellow value is 76.54%
  • key color value is 68.24%
CMYK:
(0,74,77,68)
C0M74Y77K68 
(0%,74%,77%,68%)
(0.00/0.74/0.77/0.68)	

CMYK percentages

%0
%74.07
%76.54
%68.24

Codes

Color #511513 in popluar color models

511513
RGB812119
HSL62.00%19.61%
HSB/HSV76.54%31.76%
CMYK0.00%74.07%76.54%
68.24%

Color #511513 in popluar number systems.

HEX511513
Decimal812119
Binary10100011010110011
Octal1212523

Shades and tints

Shades of #511513

#511513
(81,21,19)
#4A1412
(74,20,18)
#431311
(67,19,17)
#3C1210
(60,18,16)
#35110F
(53,17,15)
#2E100E
(46,16,14)
#270F0D
(39,15,13)
#200E0C
(32,14,12)
#190D0B
(25,13,11)
#120C0A
(18,12,10)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #511513

#511513
(81,21,19)
#602A28
(96,42,40)
#6F3F3D
(111,63,61)
#7E5452
(126,84,82)
#8D6967
(141,105,103)
#9C7E7C
(156,126,124)
#AB9391
(171,147,145)
#BAA8A6
(186,168,166)
#C9BDBB
(201,189,187)
#D8D2D0
(216,210,208)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511513 color. Also use rgb(81,21,19) instead hex code.

Text Font Color

.myTextColor { color: #511513; }

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

This text font color is #511513.


Background Color

.myBgColor { background-color: #511513; }

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

This div background color is #511513.


Border color

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

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

This div border color is #511513.


Opacity

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

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

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

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

This text has shadow with #511513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511513 on black background.


Color preview on white background

This text has color #511513 on white background.



Black color preview on #511513 background

This text has black color on #511513 background.


White color preview on #511513 background

This text has white color on #511513 background.