COLOR #50335E

HEX: #50335E
RGB: (80,51,94)

Color info

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

RGB color model

#50335E color RGB value is (80,51,94).

  • red value is 80;
  • green value is 51;
  • blue value is 94.
RGB:
(80,51,94)
(31%,20%,37%)

RGB channels and saturation

R 80 of 255 = 31%
G 51 of 255 = 20%
B 94 of 255 = 37%

80
51
94

R + G + B ~ 29%. #50335E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 51 + 94 = 225 (100%)
R 80 of 225 ~ 35.56%
G 51 of 225 ~ 22.67%
B 94 of 225 ~ 41.78%

%35.56
%22.67
%41.78

CMYK color model

#50335E color CMYK value is (15,46,0,63).

  • cyan value is 14.89%
  • magenta value is 45.74%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(15,46,0,63)
C15M46Y0K63 
(15%,46%,0%,63%)
(0.15/0.46/0.00/0.63)	

CMYK percentages

%14.89
%45.74
%0
%63.14

Codes

Color #50335E in popluar color models

50335E
RGB805194
HSL280°29.66%28.43%
HSB/HSV280°45.74%36.86%
CMYK14.89%45.74%0.00%
63.14%

Color #50335E in popluar number systems.

HEX50335E
Decimal805194
Binary10100001100111011110
Octal12063136

Shades and tints

Shades of #50335E

#50335E
(80,51,94)
#492F56
(73,47,86)
#422B4E
(66,43,78)
#3B2746
(59,39,70)
#34233E
(52,35,62)
#2D1F36
(45,31,54)
#261B2E
(38,27,46)
#1F1726
(31,23,38)
#18131E
(24,19,30)
#110F16
(17,15,22)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #50335E

#50335E
(80,51,94)
#5F456C
(95,69,108)
#6E577A
(110,87,122)
#7D6988
(125,105,136)
#8C7B96
(140,123,150)
#9B8DA4
(155,141,164)
#AA9FB2
(170,159,178)
#B9B1C0
(185,177,192)
#C8C3CE
(200,195,206)
#D7D5DC
(215,213,220)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50335E color. Also use rgb(80,51,94) instead hex code.

Text Font Color

.myTextColor { color: #50335E; }

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

This text font color is #50335E.


Background Color

.myBgColor { background-color: #50335E; }

<div style="background-color:#50335E">Inner text</div>

This div background color is #50335E.


Border color

.myBorderColor { border: 1px solid #50335E; }

<div style="border:3px solid #50335E">Div</div>

This div border color is #50335E.


Opacity

.myOpacity80 { color: #50335E; opacity: 0.8; }

<p style="color:#50335E;opacity:0.8;">80%</p>

Text with #50335E 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 #50335E;}

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

This text has shadow with #50335E color.

.textShadow {text-shadow: 3px 3px 1px #50335E, 3px 3px 1px red;}

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

This text has shadow with #50335E primary color and red secondary color.


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

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

This text has shadow with #50335E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50335E on black background.


Color preview on white background

This text has color #50335E on white background.



Black color preview on #50335E background

This text has black color on #50335E background.


White color preview on #50335E background

This text has white color on #50335E background.