COLOR #500C4F

HEX: #500C4F
RGB: (80,12,79)

Color info

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

RGB color model

#500C4F color RGB value is (80,12,79).

  • red value is 80;
  • green value is 12;
  • blue value is 79.
RGB:
(80,12,79)
(31%,5%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 12 of 255 = 5%
B 79 of 255 = 31%

80
12
79

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

Portions of RGB colors in percentages

R + G + B =
80 + 12 + 79 = 171 (100%)
R 80 of 171 ~ 46.78%
G 12 of 171 ~ 7.02%
B 79 of 171 ~ 46.2%

%46.78
%46.2

CMYK color model

#500C4F color CMYK value is (0,85,1,69).

  • cyan value is 0.00%
  • magenta value is 85.00%
  • yellow value is 1.25%
  • key color value is 68.63%
CMYK:
(0,85,1,69)
C0M85Y1K69 
(0%,85%,1%,69%)
(0.00/0.85/0.01/0.69)	

CMYK percentages

%0
%85
%1.25
%68.63

Codes

Color #500C4F in popluar color models

500C4F
RGB801279
HSL301°73.91%18.04%
HSB/HSV301°85.00%31.37%
CMYK0.00%85.00%1.25%
68.63%

Color #500C4F in popluar number systems.

HEX500C4F
Decimal801279
Binary101000011001001111
Octal12014117

Shades and tints

Shades of #500C4F

#500C4F
(80,12,79)
#490B48
(73,11,72)
#420A41
(66,10,65)
#3B093A
(59,9,58)
#340833
(52,8,51)
#2D072C
(45,7,44)
#260625
(38,6,37)
#1F051E
(31,5,30)
#180417
(24,4,23)
#110310
(17,3,16)
#0A0209
(10,2,9)
#000000
(0,0,0)

Tints of #500C4F

#500C4F
(80,12,79)
#5F225F
(95,34,95)
#6E386F
(110,56,111)
#7D4E7F
(125,78,127)
#8C648F
(140,100,143)
#9B7A9F
(155,122,159)
#AA90AF
(170,144,175)
#B9A6BF
(185,166,191)
#C8BCCF
(200,188,207)
#D7D2DF
(215,210,223)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500C4F; }

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

This text font color is #500C4F.


Background Color

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

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

This div background color is #500C4F.


Border color

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

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

This div border color is #500C4F.


Opacity

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

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

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

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

This text has shadow with #500C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500C4F on black background.


Color preview on white background

This text has color #500C4F on white background.



Black color preview on #500C4F background

This text has black color on #500C4F background.


White color preview on #500C4F background

This text has white color on #500C4F background.