COLOR #501C57

HEX: #501C57 RGB: (80,28,87)

Color info

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

RGB color model

#501C57 color RGB value is (80,28,87).

RGB: (80,28,87) (31%, 11%, 34%)

RGB channels and saturation

R 80 of 255 = 31%
G 28 of 255 = 11%
B 87 of 255 = 34%

80
28
87

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

Portions of RGB colors in percentages

R + G + B = 80 + 28 + 87 = 195 (100%)
R 80 of 195 ~ 41.03%
G 28 of 195 ~ 14.36%
B 87 of 195 ~ 44.62'%

%41.03
%14.36
%44.62

CMYK color model

#501C57 color CMYK value is (8,68,0,66).

  • cyan value is 8.05%
  • magenta value is 67.82%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (8,68,0,66)
C8M68Y0K66 (8%, 68%, 0%, 66%)
(0.08 / 0.68 / 0.00 / 0.66)

CMYK percentages

%8.05
%67.82
%0
%65.88

Codes

Color #501C57 in popluar color models

50 1C 57
RGB 80 28 87
HSL 293° 51.30% 22.55%
HSB/HSV 293° 67.82% 34.12%
CMYK 8.05% 67.82% 0.00%
65.88%

Color #501C57 in popluar number systems.

HEX 50 1C 57
Decimal 80 28 87
Binary 1010000 11100 1010111
Octal 120 34 127

Shades and tints

Shades of #501C57

#501C57
(80,28,87)
#491A50
(73,26,80)
#421849
(66,24,73)
#3B1642
(59,22,66)
#34143B
(52,20,59)
#2D1234
(45,18,52)
#26102D
(38,16,45)
#1F0E26
(31,14,38)
#180C1F
(24,12,31)
#110A18
(17,10,24)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #501C57

#501C57
(80,28,87)
#5F3066
(95,48,102)
#6E4475
(110,68,117)
#7D5884
(125,88,132)
#8C6C93
(140,108,147)
#9B80A2
(155,128,162)
#AA94B1
(170,148,177)
#B9A8C0
(185,168,192)
#C8BCCF
(200,188,207)
#D7D0DE
(215,208,222)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501C57 color. Also use rgb(80,28,87) instead hex code.

Text Font Color

.myTextColor { color: #501C57; }

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

This text font color is #501C57.

Background Color

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

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

This div background color is #501C57.

Border color

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

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

This div border color is #501C57.

Opacity

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

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

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

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

This text has shadow with #501C57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #501C57.

Preview

Color preview on black background

This text has color #501C57 on black background.


Color preview on white background

This text has color #501C57 on white background.


Black color preview on #501C57 background

This text has black color on #501C57 background.


White color preview on #501C57 background

This text has white color on #501C57 background.


Related colors

Complementary color

Complementary color for #hex is #AFE3A8.


I love getcolorcode.com

Triadic colors

1 #57501C and #1C5750 with #501C57 are triadic colors.

2 #571C50 and #1C5057 with #501C57 are triadic colors.