COLOR #501520

HEX: #501520
RGB: (80,21,32)

Color info

#501520 contains red, green and blue colors in about the same proportion. Web safe color of #501520 is #660033 (or #603).

RGB color model

#501520 color RGB value is (80,21,32).

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

RGB channels and saturation

R 80 of 255 = 31%
G 21 of 255 = 8%
B 32 of 255 = 13%

80
21
32

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

Portions of RGB colors in percentages

R + G + B =
80 + 21 + 32 = 133 (100%)
R 80 of 133 ~ 60.15%
G 21 of 133 ~ 15.79%
B 32 of 133 ~ 24.06%

%60.15
%15.79
%24.06

CMYK color model

#501520 color CMYK value is (0,74,60,69).

  • cyan value is 0.00%
  • magenta value is 73.75%
  • yellow value is 60.00%
  • key color value is 68.63%
CMYK:
(0,74,60,69)
C0M74Y60K69 
(0%,74%,60%,69%)
(0.00/0.74/0.60/0.69)	

CMYK percentages

%0
%73.75
%60
%68.63

Codes

Color #501520 in popluar color models

501520
RGB802132
HSL349°58.42%19.80%
HSB/HSV349°73.75%31.37%
CMYK0.00%73.75%60.00%
68.63%

Color #501520 in popluar number systems.

HEX501520
Decimal802132
Binary101000010101100000
Octal1202540

Shades and tints

Shades of #501520

#501520
(80,21,32)
#49141E
(73,20,30)
#42131C
(66,19,28)
#3B121A
(59,18,26)
#341118
(52,17,24)
#2D1016
(45,16,22)
#260F14
(38,15,20)
#1F0E12
(31,14,18)
#180D10
(24,13,16)
#110C0E
(17,12,14)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #501520

#501520
(80,21,32)
#5F2A34
(95,42,52)
#6E3F48
(110,63,72)
#7D545C
(125,84,92)
#8C6970
(140,105,112)
#9B7E84
(155,126,132)
#AA9398
(170,147,152)
#B9A8AC
(185,168,172)
#C8BDC0
(200,189,192)
#D7D2D4
(215,210,212)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501520; }

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

This text font color is #501520.


Background Color

.myBgColor { background-color: #501520; }

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

This div background color is #501520.


Border color

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

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

This div border color is #501520.


Opacity

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

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

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

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

This text has shadow with #501520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501520 on black background.


Color preview on white background

This text has color #501520 on white background.



Black color preview on #501520 background

This text has black color on #501520 background.


White color preview on #501520 background

This text has white color on #501520 background.