COLOR #501615

HEX: #501615
RGB: (80,22,21)

Color info

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

RGB color model

#501615 color RGB value is (80,22,21).

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

RGB channels and saturation

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

80
22
21

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

Portions of RGB colors in percentages

R + G + B =
80 + 22 + 21 = 123 (100%)
R 80 of 123 ~ 65.04%
G 22 of 123 ~ 17.89%
B 21 of 123 ~ 17.07%

%65.04
%17.89
%17.07

CMYK color model

#501615 color CMYK value is (0,73,74,69).

  • cyan value is 0.00%
  • magenta value is 72.50%
  • yellow value is 73.75%
  • key color value is 68.63%
CMYK:
(0,73,74,69)
C0M73Y74K69 
(0%,73%,74%,69%)
(0.00/0.73/0.74/0.69)	

CMYK percentages

%0
%72.5
%73.75
%68.63

Codes

Color #501615 in popluar color models

501615
RGB802221
HSL58.42%19.80%
HSB/HSV73.75%31.37%
CMYK0.00%72.50%73.75%
68.63%

Color #501615 in popluar number systems.

HEX501615
Decimal802221
Binary10100001011010101
Octal1202625

Shades and tints

Shades of #501615

#501615
(80,22,21)
#491414
(73,20,20)
#421213
(66,18,19)
#3B1012
(59,16,18)
#340E11
(52,14,17)
#2D0C10
(45,12,16)
#260A0F
(38,10,15)
#1F080E
(31,8,14)
#18060D
(24,6,13)
#11040C
(17,4,12)
#0A020B
(10,2,11)
#000000
(0,0,0)

Tints of #501615

#501615
(80,22,21)
#5F2B2A
(95,43,42)
#6E403F
(110,64,63)
#7D5554
(125,85,84)
#8C6A69
(140,106,105)
#9B7F7E
(155,127,126)
#AA9493
(170,148,147)
#B9A9A8
(185,169,168)
#C8BEBD
(200,190,189)
#D7D3D2
(215,211,210)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501615; }

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

This text font color is #501615.


Background Color

.myBgColor { background-color: #501615; }

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

This div background color is #501615.


Border color

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

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

This div border color is #501615.


Opacity

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

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

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

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

This text has shadow with #501615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501615 on black background.


Color preview on white background

This text has color #501615 on white background.



Black color preview on #501615 background

This text has black color on #501615 background.


White color preview on #501615 background

This text has white color on #501615 background.