COLOR #50294C

HEX: #50294C
RGB: (80,41,76)

Color info

#50294C contains red, green and blue colors in about the same proportion. Web safe color of #50294C is #663333 (or #633).

RGB color model

#50294C color RGB value is (80,41,76).

  • red value is 80;
  • green value is 41;
  • blue value is 76.
RGB:
(80,41,76)
(31%,16%,30%)

RGB channels and saturation

R 80 of 255 = 31%
G 41 of 255 = 16%
B 76 of 255 = 30%

80
41
76

R + G + B ~ 26%. #50294C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 41 + 76 = 197 (100%)
R 80 of 197 ~ 40.61%
G 41 of 197 ~ 20.81%
B 76 of 197 ~ 38.58%

%40.61
%20.81
%38.58

CMYK color model

#50294C color CMYK value is (0,49,5,69).

  • cyan value is 0.00%
  • magenta value is 48.75%
  • yellow value is 5.00%
  • key color value is 68.63%
CMYK:
(0,49,5,69)
C0M49Y5K69 
(0%,49%,5%,69%)
(0.00/0.49/0.05/0.69)	

CMYK percentages

%0
%48.75
%5
%68.63

Codes

Color #50294C in popluar color models

50294C
RGB804176
HSL306°32.23%23.73%
HSB/HSV306°48.75%31.37%
CMYK0.00%48.75%5.00%
68.63%

Color #50294C in popluar number systems.

HEX50294C
Decimal804176
Binary10100001010011001100
Octal12051114

Shades and tints

Shades of #50294C

#50294C
(80,41,76)
#492646
(73,38,70)
#422340
(66,35,64)
#3B203A
(59,32,58)
#341D34
(52,29,52)
#2D1A2E
(45,26,46)
#261728
(38,23,40)
#1F1422
(31,20,34)
#18111C
(24,17,28)
#110E16
(17,14,22)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #50294C

#50294C
(80,41,76)
#5F3C5C
(95,60,92)
#6E4F6C
(110,79,108)
#7D627C
(125,98,124)
#8C758C
(140,117,140)
#9B889C
(155,136,156)
#AA9BAC
(170,155,172)
#B9AEBC
(185,174,188)
#C8C1CC
(200,193,204)
#D7D4DC
(215,212,220)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50294C color. Also use rgb(80,41,76) instead hex code.

Text Font Color

.myTextColor { color: #50294C; }

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

This text font color is #50294C.


Background Color

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

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

This div background color is #50294C.


Border color

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

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

This div border color is #50294C.


Opacity

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

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

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

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

This text has shadow with #50294C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50294C on black background.


Color preview on white background

This text has color #50294C on white background.



Black color preview on #50294C background

This text has black color on #50294C background.


White color preview on #50294C background

This text has white color on #50294C background.