COLOR #500147

HEX: #500147
RGB: (80,1,71)

Color info

#500147 contains mainly red and blue colors. Web safe color of #500147 is #660033 (or #603).

RGB color model

#500147 color RGB value is (80,1,71).

  • red value is 80;
  • green value is 1;
  • blue value is 71.
RGB:
(80,1,71)
(31%,0%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 1 of 255 = 0%
B 71 of 255 = 28%

80
1
71

R + G + B ~ 20%. #500147 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 1 + 71 = 152 (100%)
R 80 of 152 ~ 52.63%
G 1 of 152 ~ 0.66%
B 71 of 152 ~ 46.71%

%52.63
%46.71

CMYK color model

#500147 color CMYK value is (0,99,11,69).

  • cyan value is 0.00%
  • magenta value is 98.75%
  • yellow value is 11.25%
  • key color value is 68.63%
CMYK:
(0,99,11,69)
C0M99Y11K69 
(0%,99%,11%,69%)
(0.00/0.99/0.11/0.69)	

CMYK percentages

%0
%98.75
%11.25
%68.63

Codes

Color #500147 in popluar color models

500147
RGB80171
HSL307°97.53%15.88%
HSB/HSV307°98.75%31.37%
CMYK0.00%98.75%11.25%
68.63%

Color #500147 in popluar number systems.

HEX500147
Decimal80171
Binary101000011000111
Octal1201107

Shades and tints

Shades of #500147

#500147
(80,1,71)
#490141
(73,1,65)
#42013B
(66,1,59)
#3B0135
(59,1,53)
#34012F
(52,1,47)
#2D0129
(45,1,41)
#260123
(38,1,35)
#1F011D
(31,1,29)
#180117
(24,1,23)
#110111
(17,1,17)
#0A010B
(10,1,11)
#000000
(0,0,0)

Tints of #500147

#500147
(80,1,71)
#5F1857
(95,24,87)
#6E2F67
(110,47,103)
#7D4677
(125,70,119)
#8C5D87
(140,93,135)
#9B7497
(155,116,151)
#AA8BA7
(170,139,167)
#B9A2B7
(185,162,183)
#C8B9C7
(200,185,199)
#D7D0D7
(215,208,215)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500147 color. Also use rgb(80,1,71) instead hex code.

Text Font Color

.myTextColor { color: #500147; }

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

This text font color is #500147.


Background Color

.myBgColor { background-color: #500147; }

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

This div background color is #500147.


Border color

.myBorderColor { border: 1px solid #500147; }

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

This div border color is #500147.


Opacity

.myOpacity80 { color: #500147; opacity: 0.8; }

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

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

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

This text has shadow with #500147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500147 on black background.


Color preview on white background

This text has color #500147 on white background.



Black color preview on #500147 background

This text has black color on #500147 background.


White color preview on #500147 background

This text has white color on #500147 background.