COLOR #500D57

HEX: #500D57
RGB: (80,13,87)

Color info

#500D57 contains mainly red and blue colors. Web safe color of #500D57 is #660066 (or #606).

RGB color model

#500D57 color RGB value is (80,13,87).

  • red value is 80;
  • green value is 13;
  • blue value is 87.
RGB:
(80,13,87)
(31%,5%,34%)

RGB channels and saturation

R 80 of 255 = 31%
G 13 of 255 = 5%
B 87 of 255 = 34%

80
13
87

R + G + B ~ 23%. #500D57 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 13 + 87 = 180 (100%)
R 80 of 180 ~ 44.44%
G 13 of 180 ~ 7.22%
B 87 of 180 ~ 48.33%

%44.44
%48.33

CMYK color model

#500D57 color CMYK value is (8,85,0,66).

  • cyan value is 8.05%
  • magenta value is 85.06%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(8,85,0,66)
C8M85Y0K66 
(8%,85%,0%,66%)
(0.08/0.85/0.00/0.66)	

CMYK percentages

%8.05
%85.06
%0
%65.88

Codes

Color #500D57 in popluar color models

500D57
RGB801387
HSL294°74.00%19.61%
HSB/HSV294°85.06%34.12%
CMYK8.05%85.06%0.00%
65.88%

Color #500D57 in popluar number systems.

HEX500D57
Decimal801387
Binary101000011011010111
Octal12015127

Shades and tints

Shades of #500D57

#500D57
(80,13,87)
#490C50
(73,12,80)
#420B49
(66,11,73)
#3B0A42
(59,10,66)
#34093B
(52,9,59)
#2D0834
(45,8,52)
#26072D
(38,7,45)
#1F0626
(31,6,38)
#18051F
(24,5,31)
#110418
(17,4,24)
#0A0311
(10,3,17)
#000000
(0,0,0)

Tints of #500D57

#500D57
(80,13,87)
#5F2366
(95,35,102)
#6E3975
(110,57,117)
#7D4F84
(125,79,132)
#8C6593
(140,101,147)
#9B7BA2
(155,123,162)
#AA91B1
(170,145,177)
#B9A7C0
(185,167,192)
#C8BDCF
(200,189,207)
#D7D3DE
(215,211,222)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500D57 color. Also use rgb(80,13,87) instead hex code.

Text Font Color

.myTextColor { color: #500D57; }

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

This text font color is #500D57.


Background Color

.myBgColor { background-color: #500D57; }

<div style="background-color:#500D57">Inner text</div>

This div background color is #500D57.


Border color

.myBorderColor { border: 1px solid #500D57; }

<div style="border:3px solid #500D57">Div</div>

This div border color is #500D57.


Opacity

.myOpacity80 { color: #500D57; opacity: 0.8; }

<p style="color:#500D57;opacity:0.8;">80%</p>

Text with #500D57 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 #500D57;}

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

This text has shadow with #500D57 color.

.textShadow {text-shadow: 3px 3px 1px #500D57, 3px 3px 1px red;}

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

This text has shadow with #500D57 primary color and red secondary color.


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

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

This text has shadow with #500D57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500D57 on black background.


Color preview on white background

This text has color #500D57 on white background.



Black color preview on #500D57 background

This text has black color on #500D57 background.


White color preview on #500D57 background

This text has white color on #500D57 background.