COLOR #501A40

HEX: #501A40
RGB: (80,26,64)

Color info

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

RGB color model

#501A40 color RGB value is (80,26,64).

  • red value is 80;
  • green value is 26;
  • blue value is 64.
RGB:
(80,26,64)
(31%,10%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 26 of 255 = 10%
B 64 of 255 = 25%

80
26
64

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

Portions of RGB colors in percentages

R + G + B =
80 + 26 + 64 = 170 (100%)
R 80 of 170 ~ 47.06%
G 26 of 170 ~ 15.29%
B 64 of 170 ~ 37.65%

%47.06
%15.29
%37.65

CMYK color model

#501A40 color CMYK value is (0,68,20,69).

  • cyan value is 0.00%
  • magenta value is 67.50%
  • yellow value is 20.00%
  • key color value is 68.63%
CMYK:
(0,68,20,69)
C0M68Y20K69 
(0%,68%,20%,69%)
(0.00/0.68/0.20/0.69)	

CMYK percentages

%0
%67.5
%20
%68.63

Codes

Color #501A40 in popluar color models

501A40
RGB802664
HSL318°50.94%20.78%
HSB/HSV318°67.50%31.37%
CMYK0.00%67.50%20.00%
68.63%

Color #501A40 in popluar number systems.

HEX501A40
Decimal802664
Binary1010000110101000000
Octal12032100

Shades and tints

Shades of #501A40

#501A40
(80,26,64)
#49183B
(73,24,59)
#421636
(66,22,54)
#3B1431
(59,20,49)
#34122C
(52,18,44)
#2D1027
(45,16,39)
#260E22
(38,14,34)
#1F0C1D
(31,12,29)
#180A18
(24,10,24)
#110813
(17,8,19)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #501A40

#501A40
(80,26,64)
#5F2E51
(95,46,81)
#6E4262
(110,66,98)
#7D5673
(125,86,115)
#8C6A84
(140,106,132)
#9B7E95
(155,126,149)
#AA92A6
(170,146,166)
#B9A6B7
(185,166,183)
#C8BAC8
(200,186,200)
#D7CED9
(215,206,217)
#E6E2EA
(230,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501A40 color. Also use rgb(80,26,64) instead hex code.

Text Font Color

.myTextColor { color: #501A40; }

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

This text font color is #501A40.


Background Color

.myBgColor { background-color: #501A40; }

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

This div background color is #501A40.


Border color

.myBorderColor { border: 1px solid #501A40; }

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

This div border color is #501A40.


Opacity

.myOpacity80 { color: #501A40; opacity: 0.8; }

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

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

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

This text has shadow with #501A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501A40 on black background.


Color preview on white background

This text has color #501A40 on white background.



Black color preview on #501A40 background

This text has black color on #501A40 background.


White color preview on #501A40 background

This text has white color on #501A40 background.