COLOR #501443

HEX: #501443
RGB: (80,20,67)

Color info

#501443 contains mainly red and blue colors. Web safe color of #501443 is #660033 (or #603).

RGB color model

#501443 color RGB value is (80,20,67).

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

RGB channels and saturation

R 80 of 255 = 31%
G 20 of 255 = 8%
B 67 of 255 = 26%

80
20
67

R + G + B ~ 22%. #501443 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 20 + 67 = 167 (100%)
R 80 of 167 ~ 47.9%
G 20 of 167 ~ 11.98%
B 67 of 167 ~ 40.12%

%47.9
%11.98
%40.12

CMYK color model

#501443 color CMYK value is (0,75,16,69).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 16.25%
  • key color value is 68.63%
CMYK:
(0,75,16,69)
C0M75Y16K69 
(0%,75%,16%,69%)
(0.00/0.75/0.16/0.69)	

CMYK percentages

%0
%75
%16.25
%68.63

Codes

Color #501443 in popluar color models

501443
RGB802067
HSL313°60.00%19.61%
HSB/HSV313°75.00%31.37%
CMYK0.00%75.00%16.25%
68.63%

Color #501443 in popluar number systems.

HEX501443
Decimal802067
Binary1010000101001000011
Octal12024103

Shades and tints

Shades of #501443

#501443
(80,20,67)
#49133D
(73,19,61)
#421237
(66,18,55)
#3B1131
(59,17,49)
#34102B
(52,16,43)
#2D0F25
(45,15,37)
#260E1F
(38,14,31)
#1F0D19
(31,13,25)
#180C13
(24,12,19)
#110B0D
(17,11,13)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #501443

#501443
(80,20,67)
#5F2954
(95,41,84)
#6E3E65
(110,62,101)
#7D5376
(125,83,118)
#8C6887
(140,104,135)
#9B7D98
(155,125,152)
#AA92A9
(170,146,169)
#B9A7BA
(185,167,186)
#C8BCCB
(200,188,203)
#D7D1DC
(215,209,220)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501443 color. Also use rgb(80,20,67) instead hex code.

Text Font Color

.myTextColor { color: #501443; }

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

This text font color is #501443.


Background Color

.myBgColor { background-color: #501443; }

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

This div background color is #501443.


Border color

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

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

This div border color is #501443.


Opacity

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

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

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

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

This text has shadow with #501443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501443 on black background.


Color preview on white background

This text has color #501443 on white background.



Black color preview on #501443 background

This text has black color on #501443 background.


White color preview on #501443 background

This text has white color on #501443 background.