COLOR #501815

HEX: #501815
RGB: (80,24,21)

Color info

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

RGB color model

#501815 color RGB value is (80,24,21).

  • red value is 80;
  • green value is 24;
  • blue value is 21.
RGB:
(80,24,21)
(31%,9%,8%)

RGB channels and saturation

R 80 of 255 = 31%
G 24 of 255 = 9%
B 21 of 255 = 8%

80
24
21

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

Portions of RGB colors in percentages

R + G + B =
80 + 24 + 21 = 125 (100%)
R 80 of 125 ~ 64%
G 24 of 125 ~ 19.2%
B 21 of 125 ~ 16.8%

%64
%19.2
%16.8

CMYK color model

#501815 color CMYK value is (0,70,74,69).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 73.75%
  • key color value is 68.63%
CMYK:
(0,70,74,69)
C0M70Y74K69 
(0%,70%,74%,69%)
(0.00/0.70/0.74/0.69)	

CMYK percentages

%0
%70
%73.75
%68.63

Codes

Color #501815 in popluar color models

501815
RGB802421
HSL58.42%19.80%
HSB/HSV73.75%31.37%
CMYK0.00%70.00%73.75%
68.63%

Color #501815 in popluar number systems.

HEX501815
Decimal802421
Binary10100001100010101
Octal1203025

Shades and tints

Shades of #501815

#501815
(80,24,21)
#491614
(73,22,20)
#421413
(66,20,19)
#3B1212
(59,18,18)
#341011
(52,16,17)
#2D0E10
(45,14,16)
#260C0F
(38,12,15)
#1F0A0E
(31,10,14)
#18080D
(24,8,13)
#11060C
(17,6,12)
#0A040B
(10,4,11)
#000000
(0,0,0)

Tints of #501815

#501815
(80,24,21)
#5F2D2A
(95,45,42)
#6E423F
(110,66,63)
#7D5754
(125,87,84)
#8C6C69
(140,108,105)
#9B817E
(155,129,126)
#AA9693
(170,150,147)
#B9ABA8
(185,171,168)
#C8C0BD
(200,192,189)
#D7D5D2
(215,213,210)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501815 color. Also use rgb(80,24,21) instead hex code.

Text Font Color

.myTextColor { color: #501815; }

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

This text font color is #501815.


Background Color

.myBgColor { background-color: #501815; }

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

This div background color is #501815.


Border color

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

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

This div border color is #501815.


Opacity

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

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

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

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

This text has shadow with #501815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501815 on black background.


Color preview on white background

This text has color #501815 on white background.



Black color preview on #501815 background

This text has black color on #501815 background.


White color preview on #501815 background

This text has white color on #501815 background.