COLOR #501E4E

HEX: #501E4E
RGB: (80,30,78)

Color info

#501E4E contains red, green and blue colors in about the same proportion. Web safe color of #501E4E is #663366 (or #636).

RGB color model

#501E4E color RGB value is (80,30,78).

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

RGB channels and saturation

R 80 of 255 = 31%
G 30 of 255 = 12%
B 78 of 255 = 31%

80
30
78

R + G + B ~ 25%. #501E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 30 + 78 = 188 (100%)
R 80 of 188 ~ 42.55%
G 30 of 188 ~ 15.96%
B 78 of 188 ~ 41.49%

%42.55
%15.96
%41.49

CMYK color model

#501E4E color CMYK value is (0,63,2,69).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 2.50%
  • key color value is 68.63%
CMYK:
(0,63,2,69)
C0M63Y2K69 
(0%,63%,2%,69%)
(0.00/0.63/0.02/0.69)	

CMYK percentages

%0
%62.5
%2.5
%68.63

Codes

Color #501E4E in popluar color models

501E4E
RGB803078
HSL302°45.45%21.57%
HSB/HSV302°62.50%31.37%
CMYK0.00%62.50%2.50%
68.63%

Color #501E4E in popluar number systems.

HEX501E4E
Decimal803078
Binary1010000111101001110
Octal12036116

Shades and tints

Shades of #501E4E

#501E4E
(80,30,78)
#491C47
(73,28,71)
#421A40
(66,26,64)
#3B1839
(59,24,57)
#341632
(52,22,50)
#2D142B
(45,20,43)
#261224
(38,18,36)
#1F101D
(31,16,29)
#180E16
(24,14,22)
#110C0F
(17,12,15)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #501E4E

#501E4E
(80,30,78)
#5F325E
(95,50,94)
#6E466E
(110,70,110)
#7D5A7E
(125,90,126)
#8C6E8E
(140,110,142)
#9B829E
(155,130,158)
#AA96AE
(170,150,174)
#B9AABE
(185,170,190)
#C8BECE
(200,190,206)
#D7D2DE
(215,210,222)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501E4E; }

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

This text font color is #501E4E.


Background Color

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

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

This div background color is #501E4E.


Border color

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

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

This div border color is #501E4E.


Opacity

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

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

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

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

This text has shadow with #501E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501E4E on black background.


Color preview on white background

This text has color #501E4E on white background.



Black color preview on #501E4E background

This text has black color on #501E4E background.


White color preview on #501E4E background

This text has white color on #501E4E background.