COLOR #501533

HEX: #501533
RGB: (80,21,51)

Color info

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

RGB color model

#501533 color RGB value is (80,21,51).

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

RGB channels and saturation

R 80 of 255 = 31%
G 21 of 255 = 8%
B 51 of 255 = 20%

80
21
51

R + G + B ~ 20%. #501533 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 21 + 51 = 152 (100%)
R 80 of 152 ~ 52.63%
G 21 of 152 ~ 13.82%
B 51 of 152 ~ 33.55%

%52.63
%13.82
%33.55

CMYK color model

#501533 color CMYK value is (0,74,36,69).

  • cyan value is 0.00%
  • magenta value is 73.75%
  • yellow value is 36.25%
  • key color value is 68.63%
CMYK:
(0,74,36,69)
C0M74Y36K69 
(0%,74%,36%,69%)
(0.00/0.74/0.36/0.69)	

CMYK percentages

%0
%73.75
%36.25
%68.63

Codes

Color #501533 in popluar color models

501533
RGB802151
HSL329°58.42%19.80%
HSB/HSV329°73.75%31.37%
CMYK0.00%73.75%36.25%
68.63%

Color #501533 in popluar number systems.

HEX501533
Decimal802151
Binary101000010101110011
Octal1202563

Shades and tints

Shades of #501533

#501533
(80,21,51)
#49142F
(73,20,47)
#42132B
(66,19,43)
#3B1227
(59,18,39)
#341123
(52,17,35)
#2D101F
(45,16,31)
#260F1B
(38,15,27)
#1F0E17
(31,14,23)
#180D13
(24,13,19)
#110C0F
(17,12,15)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #501533

#501533
(80,21,51)
#5F2A45
(95,42,69)
#6E3F57
(110,63,87)
#7D5469
(125,84,105)
#8C697B
(140,105,123)
#9B7E8D
(155,126,141)
#AA939F
(170,147,159)
#B9A8B1
(185,168,177)
#C8BDC3
(200,189,195)
#D7D2D5
(215,210,213)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501533; }

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

This text font color is #501533.


Background Color

.myBgColor { background-color: #501533; }

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

This div background color is #501533.


Border color

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

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

This div border color is #501533.


Opacity

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

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

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

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

This text has shadow with #501533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501533 on black background.


Color preview on white background

This text has color #501533 on white background.



Black color preview on #501533 background

This text has black color on #501533 background.


White color preview on #501533 background

This text has white color on #501533 background.