COLOR #511913

HEX: #511913
RGB: (81,25,19)

Color info

#511913 contains mainly red and green colors. Web safe color of #511913 is #660000 (or #600).

RGB color model

#511913 color RGB value is (81,25,19).

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

RGB channels and saturation

R 81 of 255 = 32%
G 25 of 255 = 10%
B 19 of 255 = 7%

81
25
19

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

Portions of RGB colors in percentages

R + G + B =
81 + 25 + 19 = 125 (100%)
R 81 of 125 ~ 64.8%
G 25 of 125 ~ 20%
B 19 of 125 ~ 15.2%

%64.8
%20
%15.2

CMYK color model

#511913 color CMYK value is (0,69,77,68).

  • cyan value is 0.00%
  • magenta value is 69.14%
  • yellow value is 76.54%
  • key color value is 68.24%
CMYK:
(0,69,77,68)
C0M69Y77K68 
(0%,69%,77%,68%)
(0.00/0.69/0.77/0.68)	

CMYK percentages

%0
%69.14
%76.54
%68.24

Codes

Color #511913 in popluar color models

511913
RGB812519
HSL62.00%19.61%
HSB/HSV76.54%31.76%
CMYK0.00%69.14%76.54%
68.24%

Color #511913 in popluar number systems.

HEX511913
Decimal812519
Binary10100011100110011
Octal1213123

Shades and tints

Shades of #511913

#511913
(81,25,19)
#4A1712
(74,23,18)
#431511
(67,21,17)
#3C1310
(60,19,16)
#35110F
(53,17,15)
#2E0F0E
(46,15,14)
#270D0D
(39,13,13)
#200B0C
(32,11,12)
#19090B
(25,9,11)
#12070A
(18,7,10)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #511913

#511913
(81,25,19)
#602D28
(96,45,40)
#6F413D
(111,65,61)
#7E5552
(126,85,82)
#8D6967
(141,105,103)
#9C7D7C
(156,125,124)
#AB9191
(171,145,145)
#BAA5A6
(186,165,166)
#C9B9BB
(201,185,187)
#D8CDD0
(216,205,208)
#E7E1E5
(231,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511913; }

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

This text font color is #511913.


Background Color

.myBgColor { background-color: #511913; }

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

This div background color is #511913.


Border color

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

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

This div border color is #511913.


Opacity

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

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

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

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

This text has shadow with #511913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511913 on black background.


Color preview on white background

This text has color #511913 on white background.



Black color preview on #511913 background

This text has black color on #511913 background.


White color preview on #511913 background

This text has white color on #511913 background.