COLOR #50326C

HEX: #50326C
RGB: (80,50,108)

Color info

#50326C contains red, green and blue colors in about the same proportion. Web safe color of #50326C is #663366 (or #636).

RGB color model

#50326C color RGB value is (80,50,108).

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

RGB channels and saturation

R 80 of 255 = 31%
G 50 of 255 = 20%
B 108 of 255 = 42%

80
50
108

R + G + B ~ 31%. #50326C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 50 + 108 = 238 (100%)
R 80 of 238 ~ 33.61%
G 50 of 238 ~ 21.01%
B 108 of 238 ~ 45.38%

%33.61
%21.01
%45.38

CMYK color model

#50326C color CMYK value is (26,54,0,58).

  • cyan value is 25.93%
  • magenta value is 53.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(26,54,0,58)
C26M54Y0K58 
(26%,54%,0%,58%)
(0.26/0.54/0.00/0.58)	

CMYK percentages

%25.93
%53.7
%0
%57.65

Codes

Color #50326C in popluar color models

50326C
RGB8050108
HSL271°36.71%30.98%
HSB/HSV271°53.70%42.35%
CMYK25.93%53.70%0.00%
57.65%

Color #50326C in popluar number systems.

HEX50326C
Decimal8050108
Binary10100001100101101100
Octal12062154

Shades and tints

Shades of #50326C

#50326C
(80,50,108)
#492E63
(73,46,99)
#422A5A
(66,42,90)
#3B2651
(59,38,81)
#342248
(52,34,72)
#2D1E3F
(45,30,63)
#261A36
(38,26,54)
#1F162D
(31,22,45)
#181224
(24,18,36)
#110E1B
(17,14,27)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #50326C

#50326C
(80,50,108)
#5F4479
(95,68,121)
#6E5686
(110,86,134)
#7D6893
(125,104,147)
#8C7AA0
(140,122,160)
#9B8CAD
(155,140,173)
#AA9EBA
(170,158,186)
#B9B0C7
(185,176,199)
#C8C2D4
(200,194,212)
#D7D4E1
(215,212,225)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50326C; }

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

This text font color is #50326C.


Background Color

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

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

This div background color is #50326C.


Border color

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

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

This div border color is #50326C.


Opacity

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

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

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

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

This text has shadow with #50326C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50326C on black background.


Color preview on white background

This text has color #50326C on white background.



Black color preview on #50326C background

This text has black color on #50326C background.


White color preview on #50326C background

This text has white color on #50326C background.