COLOR #500B50

HEX: #500B50
RGB: (80,11,80)

Color info

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

RGB color model

#500B50 color RGB value is (80,11,80).

  • red value is 80;
  • green value is 11;
  • blue value is 80.
RGB:
(80,11,80)
(31%,4%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 11 of 255 = 4%
B 80 of 255 = 31%

80
11
80

R + G + B ~ 22%. #500B50 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 11 + 80 = 171 (100%)
R 80 of 171 ~ 46.78%
G 11 of 171 ~ 6.43%
B 80 of 171 ~ 46.78%

%46.78
%46.78

CMYK color model

#500B50 color CMYK value is (0,86,0,69).

  • cyan value is 0.00%
  • magenta value is 86.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(0,86,0,69)
C0M86Y0K69 
(0%,86%,0%,69%)
(0.00/0.86/0.00/0.69)	

CMYK percentages

%0
%86.25
%0
%68.63

Codes

Color #500B50 in popluar color models

500B50
RGB801180
HSL300°75.82%17.84%
HSB/HSV300°86.25%31.37%
CMYK0.00%86.25%0.00%
68.63%

Color #500B50 in popluar number systems.

HEX500B50
Decimal801180
Binary101000010111010000
Octal12013120

Shades and tints

Shades of #500B50

#500B50
(80,11,80)
#490A49
(73,10,73)
#420942
(66,9,66)
#3B083B
(59,8,59)
#340734
(52,7,52)
#2D062D
(45,6,45)
#260526
(38,5,38)
#1F041F
(31,4,31)
#180318
(24,3,24)
#110211
(17,2,17)
#0A010A
(10,1,10)
#000000
(0,0,0)

Tints of #500B50

#500B50
(80,11,80)
#5F215F
(95,33,95)
#6E376E
(110,55,110)
#7D4D7D
(125,77,125)
#8C638C
(140,99,140)
#9B799B
(155,121,155)
#AA8FAA
(170,143,170)
#B9A5B9
(185,165,185)
#C8BBC8
(200,187,200)
#D7D1D7
(215,209,215)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500B50; }

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

This text font color is #500B50.


Background Color

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

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

This div background color is #500B50.


Border color

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

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

This div border color is #500B50.


Opacity

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

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

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

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

This text has shadow with #500B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500B50 on black background.


Color preview on white background

This text has color #500B50 on white background.



Black color preview on #500B50 background

This text has black color on #500B50 background.


White color preview on #500B50 background

This text has white color on #500B50 background.