COLOR #50216C

HEX: #50216C
RGB: (80,33,108)

Color info

#50216C contains mainly red and blue colors. Web safe color of #50216C is #663366 (or #636).

RGB color model

#50216C color RGB value is (80,33,108).

  • red value is 80;
  • green value is 33;
  • blue value is 108.
RGB:
(80,33,108)
(31%,13%,42%)

RGB channels and saturation

R 80 of 255 = 31%
G 33 of 255 = 13%
B 108 of 255 = 42%

80
33
108

R + G + B ~ 29%. #50216C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 33 + 108 = 221 (100%)
R 80 of 221 ~ 36.2%
G 33 of 221 ~ 14.93%
B 108 of 221 ~ 48.87%

%36.2
%14.93
%48.87

CMYK color model

#50216C color CMYK value is (26,69,0,58).

  • cyan value is 25.93%
  • magenta value is 69.44%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(26,69,0,58)
C26M69Y0K58 
(26%,69%,0%,58%)
(0.26/0.69/0.00/0.58)	

CMYK percentages

%25.93
%69.44
%0
%57.65

Codes

Color #50216C in popluar color models

50216C
RGB8033108
HSL278°53.19%27.65%
HSB/HSV278°69.44%42.35%
CMYK25.93%69.44%0.00%
57.65%

Color #50216C in popluar number systems.

HEX50216C
Decimal8033108
Binary10100001000011101100
Octal12041154

Shades and tints

Shades of #50216C

#50216C
(80,33,108)
#491E63
(73,30,99)
#421B5A
(66,27,90)
#3B1851
(59,24,81)
#341548
(52,21,72)
#2D123F
(45,18,63)
#260F36
(38,15,54)
#1F0C2D
(31,12,45)
#180924
(24,9,36)
#11061B
(17,6,27)
#0A0312
(10,3,18)
#000000
(0,0,0)

Tints of #50216C

#50216C
(80,33,108)
#5F3579
(95,53,121)
#6E4986
(110,73,134)
#7D5D93
(125,93,147)
#8C71A0
(140,113,160)
#9B85AD
(155,133,173)
#AA99BA
(170,153,186)
#B9ADC7
(185,173,199)
#C8C1D4
(200,193,212)
#D7D5E1
(215,213,225)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50216C color. Also use rgb(80,33,108) instead hex code.

Text Font Color

.myTextColor { color: #50216C; }

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

This text font color is #50216C.


Background Color

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

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

This div background color is #50216C.


Border color

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

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

This div border color is #50216C.


Opacity

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

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

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

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

This text has shadow with #50216C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50216C on black background.


Color preview on white background

This text has color #50216C on white background.



Black color preview on #50216C background

This text has black color on #50216C background.


White color preview on #50216C background

This text has white color on #50216C background.