COLOR #50335D

HEX: #50335D RGB: (80,51,93)

Color info

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

RGB color model

#50335D color RGB value is (80,51,93).

RGB: (80,51,93) (31%, 20%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 51 of 255 = 20%
B 93 of 255 = 36%

80
51
93

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

Portions of RGB colors in percentages

R + G + B = 80 + 51 + 93 = 224 (100%)
R 80 of 224 ~ 35.71%
G 51 of 224 ~ 22.77%
B 93 of 224 ~ 41.52'%

%35.71
%22.77
%41.52

CMYK color model

#50335D color CMYK value is (14,45,0,64).

  • cyan value is 13.98%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (14,45,0,64)
C14M45Y0K64 (14%, 45%, 0%, 64%)
(0.14 / 0.45 / 0.00 / 0.64)

CMYK percentages

%13.98
%45.16
%0
%63.53

Codes

Color #50335D in popluar color models

50 33 5D
RGB 80 51 93
HSL 281° 29.17% 28.24%
HSB/HSV 281° 45.16% 36.47%
CMYK 13.98% 45.16% 0.00%
63.53%

Color #50335D in popluar number systems.

HEX 50 33 5D
Decimal 80 51 93
Binary 1010000 110011 1011101
Octal 120 63 135

Shades and tints

Shades of #50335D

#50335D
(80,51,93)
#492F55
(73,47,85)
#422B4D
(66,43,77)
#3B2745
(59,39,69)
#34233D
(52,35,61)
#2D1F35
(45,31,53)
#261B2D
(38,27,45)
#1F1725
(31,23,37)
#18131D
(24,19,29)
#110F15
(17,15,21)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #50335D

#50335D
(80,51,93)
#5F456B
(95,69,107)
#6E5779
(110,87,121)
#7D6987
(125,105,135)
#8C7B95
(140,123,149)
#9B8DA3
(155,141,163)
#AA9FB1
(170,159,177)
#B9B1BF
(185,177,191)
#C8C3CD
(200,195,205)
#D7D5DB
(215,213,219)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50335D; }

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

This text font color is #50335D.

Background Color

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

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

This div background color is #50335D.

Border color

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

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

This div border color is #50335D.

Opacity

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

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

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

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

This text has shadow with #50335D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50335D.

Preview

Color preview on black background

This text has color #50335D on black background.


Color preview on white background

This text has color #50335D on white background.


Black color preview on #50335D background

This text has black color on #50335D background.


White color preview on #50335D background

This text has white color on #50335D background.


Related colors

Complementary color

Complementary color for #hex is #AFCCA2.


I love getcolorcode.com

Triadic colors

1 #5D5033 and #335D50 with #50335D are triadic colors.

2 #5D3350 and #33505D with #50335D are triadic colors.