COLOR #50105C

HEX: #50105C
RGB: (80,16,92)

Color info

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

RGB color model

#50105C color RGB value is (80,16,92).

  • red value is 80;
  • green value is 16;
  • blue value is 92.
RGB:
(80,16,92)
(31%,6%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 16 of 255 = 6%
B 92 of 255 = 36%

80
16
92

R + G + B ~ 24%. #50105C is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 16 + 92 = 188 (100%)
R 80 of 188 ~ 42.55%
G 16 of 188 ~ 8.51%
B 92 of 188 ~ 48.94%

%42.55
%48.94

CMYK color model

#50105C color CMYK value is (13,83,0,64).

  • cyan value is 13.04%
  • magenta value is 82.61%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(13,83,0,64)
C13M83Y0K64 
(13%,83%,0%,64%)
(0.13/0.83/0.00/0.64)	

CMYK percentages

%13.04
%82.61
%0
%63.92

Codes

Color #50105C in popluar color models

50105C
RGB801692
HSL291°70.37%21.18%
HSB/HSV291°82.61%36.08%
CMYK13.04%82.61%0.00%
63.92%

Color #50105C in popluar number systems.

HEX50105C
Decimal801692
Binary1010000100001011100
Octal12020134

Shades and tints

Shades of #50105C

#50105C
(80,16,92)
#490F54
(73,15,84)
#420E4C
(66,14,76)
#3B0D44
(59,13,68)
#340C3C
(52,12,60)
#2D0B34
(45,11,52)
#260A2C
(38,10,44)
#1F0924
(31,9,36)
#18081C
(24,8,28)
#110714
(17,7,20)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #50105C

#50105C
(80,16,92)
#5F256A
(95,37,106)
#6E3A78
(110,58,120)
#7D4F86
(125,79,134)
#8C6494
(140,100,148)
#9B79A2
(155,121,162)
#AA8EB0
(170,142,176)
#B9A3BE
(185,163,190)
#C8B8CC
(200,184,204)
#D7CDDA
(215,205,218)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50105C color. Also use rgb(80,16,92) instead hex code.

Text Font Color

.myTextColor { color: #50105C; }

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

This text font color is #50105C.


Background Color

.myBgColor { background-color: #50105C; }

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

This div background color is #50105C.


Border color

.myBorderColor { border: 1px solid #50105C; }

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

This div border color is #50105C.


Opacity

.myOpacity80 { color: #50105C; opacity: 0.8; }

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

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

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

This text has shadow with #50105C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50105C on black background.


Color preview on white background

This text has color #50105C on white background.



Black color preview on #50105C background

This text has black color on #50105C background.


White color preview on #50105C background

This text has white color on #50105C background.