COLOR #501A49

HEX: #501A49 RGB: (80,26,73)

Color info

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

RGB color model

#501A49 color RGB value is (80,26,73).

RGB: (80,26,73) (31%, 10%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 26 of 255 = 10%
B 73 of 255 = 29%

80
26
73

R + G + B ~ 23%. #501A49 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 26 + 73 = 179 (100%)
R 80 of 179 ~ 44.69%
G 26 of 179 ~ 14.53%
B 73 of 179 ~ 40.78'%

%44.69
%14.53
%40.78

CMYK color model

#501A49 color CMYK value is (0,68,9,69).

  • cyan value is 0.00%
  • magenta value is 67.50%
  • yellow value is 8.75%
  • key color value is 68.63%

CMYK: (0,68,9,69)
C0M68Y9K69 (0%, 68%, 9%, 69%)
(0.00 / 0.68 / 0.09 / 0.69)

CMYK percentages

%0
%67.5
%8.75
%68.63

Codes

Color #501A49 in popluar color models

50 1A 49
RGB 80 26 73
HSL 308° 50.94% 20.78%
HSB/HSV 308° 67.50% 31.37%
CMYK 0.00% 67.50% 8.75%
68.63%

Color #501A49 in popluar number systems.

HEX 50 1A 49
Decimal 80 26 73
Binary 1010000 11010 1001001
Octal 120 32 111

Shades and tints

Shades of #501A49

#501A49
(80,26,73)
#491843
(73,24,67)
#42163D
(66,22,61)
#3B1437
(59,20,55)
#341231
(52,18,49)
#2D102B
(45,16,43)
#260E25
(38,14,37)
#1F0C1F
(31,12,31)
#180A19
(24,10,25)
#110813
(17,8,19)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #501A49

#501A49
(80,26,73)
#5F2E59
(95,46,89)
#6E4269
(110,66,105)
#7D5679
(125,86,121)
#8C6A89
(140,106,137)
#9B7E99
(155,126,153)
#AA92A9
(170,146,169)
#B9A6B9
(185,166,185)
#C8BAC9
(200,186,201)
#D7CED9
(215,206,217)
#E6E2E9
(230,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501A49; }

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

This text font color is #501A49.

Background Color

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

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

This div background color is #501A49.

Border color

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

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

This div border color is #501A49.

Opacity

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

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

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

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

This text has shadow with #501A49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #501A49.

Preview

Color preview on black background

This text has color #501A49 on black background.


Color preview on white background

This text has color #501A49 on white background.


Black color preview on #501A49 background

This text has black color on #501A49 background.


White color preview on #501A49 background

This text has white color on #501A49 background.


Related colors

Complementary color

Complementary color for #hex is #AFE5B6.


I love getcolorcode.com

Triadic colors

1 #49501A and #1A4950 with #501A49 are triadic colors.

2 #491A50 and #1A5049 with #501A49 are triadic colors.