COLOR #511915

HEX: #511915
RGB: (81,25,21)

Color info

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

RGB color model

#511915 color RGB value is (81,25,21).

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

RGB channels and saturation

R 81 of 255 = 32%
G 25 of 255 = 10%
B 21 of 255 = 8%

81
25
21

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

Portions of RGB colors in percentages

R + G + B =
81 + 25 + 21 = 127 (100%)
R 81 of 127 ~ 63.78%
G 25 of 127 ~ 19.69%
B 21 of 127 ~ 16.54%

%63.78
%19.69
%16.54

CMYK color model

#511915 color CMYK value is (0,69,74,68).

  • cyan value is 0.00%
  • magenta value is 69.14%
  • yellow value is 74.07%
  • key color value is 68.24%
CMYK:
(0,69,74,68)
C0M69Y74K68 
(0%,69%,74%,68%)
(0.00/0.69/0.74/0.68)	

CMYK percentages

%0
%69.14
%74.07
%68.24

Codes

Color #511915 in popluar color models

511915
RGB812521
HSL58.82%20.00%
HSB/HSV74.07%31.76%
CMYK0.00%69.14%74.07%
68.24%

Color #511915 in popluar number systems.

HEX511915
Decimal812521
Binary10100011100110101
Octal1213125

Shades and tints

Shades of #511915

#511915
(81,25,21)
#4A1714
(74,23,20)
#431513
(67,21,19)
#3C1312
(60,19,18)
#351111
(53,17,17)
#2E0F10
(46,15,16)
#270D0F
(39,13,15)
#200B0E
(32,11,14)
#19090D
(25,9,13)
#12070C
(18,7,12)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #511915

#511915
(81,25,21)
#602D2A
(96,45,42)
#6F413F
(111,65,63)
#7E5554
(126,85,84)
#8D6969
(141,105,105)
#9C7D7E
(156,125,126)
#AB9193
(171,145,147)
#BAA5A8
(186,165,168)
#C9B9BD
(201,185,189)
#D8CDD2
(216,205,210)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511915; }

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

This text font color is #511915.


Background Color

.myBgColor { background-color: #511915; }

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

This div background color is #511915.


Border color

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

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

This div border color is #511915.


Opacity

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

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

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

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

This text has shadow with #511915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511915 on black background.


Color preview on white background

This text has color #511915 on white background.



Black color preview on #511915 background

This text has black color on #511915 background.


White color preview on #511915 background

This text has white color on #511915 background.