COLOR #500C72

HEX: #500C72
RGB: (80,12,114)

Color info

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

RGB color model

#500C72 color RGB value is (80,12,114).

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

RGB channels and saturation

R 80 of 255 = 31%
G 12 of 255 = 5%
B 114 of 255 = 45%

80
12
114

R + G + B ~ 27%. #500C72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 12 + 114 = 206 (100%)
R 80 of 206 ~ 38.83%
G 12 of 206 ~ 5.83%
B 114 of 206 ~ 55.34%

%38.83
%55.34

CMYK color model

#500C72 color CMYK value is (30,89,0,55).

  • cyan value is 29.82%
  • magenta value is 89.47%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(30,89,0,55)
C30M89Y0K55 
(30%,89%,0%,55%)
(0.30/0.89/0.00/0.55)	

CMYK percentages

%29.82
%89.47
%0
%55.29

Codes

Color #500C72 in popluar color models

500C72
RGB8012114
HSL280°80.95%24.71%
HSB/HSV280°89.47%44.71%
CMYK29.82%89.47%0.00%
55.29%

Color #500C72 in popluar number systems.

HEX500C72
Decimal8012114
Binary101000011001110010
Octal12014162

Shades and tints

Shades of #500C72

#500C72
(80,12,114)
#490B68
(73,11,104)
#420A5E
(66,10,94)
#3B0954
(59,9,84)
#34084A
(52,8,74)
#2D0740
(45,7,64)
#260636
(38,6,54)
#1F052C
(31,5,44)
#180422
(24,4,34)
#110318
(17,3,24)
#0A020E
(10,2,14)
#000000
(0,0,0)

Tints of #500C72

#500C72
(80,12,114)
#5F227E
(95,34,126)
#6E388A
(110,56,138)
#7D4E96
(125,78,150)
#8C64A2
(140,100,162)
#9B7AAE
(155,122,174)
#AA90BA
(170,144,186)
#B9A6C6
(185,166,198)
#C8BCD2
(200,188,210)
#D7D2DE
(215,210,222)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500C72; }

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

This text font color is #500C72.


Background Color

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

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

This div background color is #500C72.


Border color

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

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

This div border color is #500C72.


Opacity

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

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

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

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

This text has shadow with #500C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500C72 on black background.


Color preview on white background

This text has color #500C72 on white background.



Black color preview on #500C72 background

This text has black color on #500C72 background.


White color preview on #500C72 background

This text has white color on #500C72 background.