COLOR #501A4E

HEX: #501A4E
RGB: (80,26,78)

Color info

#501A4E contains red, green and blue colors in about the same proportion. Web safe color of #501A4E is #660066 (or #606).

RGB color model

#501A4E color RGB value is (80,26,78).

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

RGB channels and saturation

R 80 of 255 = 31%
G 26 of 255 = 10%
B 78 of 255 = 31%

80
26
78

R + G + B ~ 24%. #501A4E is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 26 + 78 = 184 (100%)
R 80 of 184 ~ 43.48%
G 26 of 184 ~ 14.13%
B 78 of 184 ~ 42.39%

%43.48
%14.13
%42.39

CMYK color model

#501A4E color CMYK value is (0,68,2,69).

  • cyan value is 0.00%
  • magenta value is 67.50%
  • yellow value is 2.50%
  • key color value is 68.63%
CMYK:
(0,68,2,69)
C0M68Y2K69 
(0%,68%,2%,69%)
(0.00/0.68/0.02/0.69)	

CMYK percentages

%0
%67.5
%2.5
%68.63

Codes

Color #501A4E in popluar color models

501A4E
RGB802678
HSL302°50.94%20.78%
HSB/HSV302°67.50%31.37%
CMYK0.00%67.50%2.50%
68.63%

Color #501A4E in popluar number systems.

HEX501A4E
Decimal802678
Binary1010000110101001110
Octal12032116

Shades and tints

Shades of #501A4E

#501A4E
(80,26,78)
#491847
(73,24,71)
#421640
(66,22,64)
#3B1439
(59,20,57)
#341232
(52,18,50)
#2D102B
(45,16,43)
#260E24
(38,14,36)
#1F0C1D
(31,12,29)
#180A16
(24,10,22)
#11080F
(17,8,15)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #501A4E

#501A4E
(80,26,78)
#5F2E5E
(95,46,94)
#6E426E
(110,66,110)
#7D567E
(125,86,126)
#8C6A8E
(140,106,142)
#9B7E9E
(155,126,158)
#AA92AE
(170,146,174)
#B9A6BE
(185,166,190)
#C8BACE
(200,186,206)
#D7CEDE
(215,206,222)
#E6E2EE
(230,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501A4E; }

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

This text font color is #501A4E.


Background Color

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

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

This div background color is #501A4E.


Border color

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

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

This div border color is #501A4E.


Opacity

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

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

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

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

This text has shadow with #501A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501A4E on black background.


Color preview on white background

This text has color #501A4E on white background.



Black color preview on #501A4E background

This text has black color on #501A4E background.


White color preview on #501A4E background

This text has white color on #501A4E background.