COLOR #50335B

HEX: #50335B RGB: (80,51,91)

Color info

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

RGB color model

#50335B color RGB value is (80,51,91).

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

RGB channels and saturation

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

80
51
91

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

Portions of RGB colors in percentages

R + G + B = 80 + 51 + 91 = 222 (100%)
R 80 of 222 ~ 36.04%
G 51 of 222 ~ 22.97%
B 91 of 222 ~ 40.99'%

%36.04
%22.97
%40.99

CMYK color model

#50335B color CMYK value is (12,44,0,64).

  • cyan value is 12.09%
  • magenta value is 43.96%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (12,44,0,64)
C12M44Y0K64 (12%, 44%, 0%, 64%)
(0.12 / 0.44 / 0.00 / 0.64)

CMYK percentages

%12.09
%43.96
%0
%64.31

Codes

Color #50335B in popluar color models

50 33 5B
RGB 80 51 91
HSL 284° 28.17% 27.84%
HSB/HSV 284° 43.96% 35.69%
CMYK 12.09% 43.96% 0.00%
64.31%

Color #50335B in popluar number systems.

HEX 50 33 5B
Decimal 80 51 91
Binary 1010000 110011 1011011
Octal 120 63 133

Shades and tints

Shades of #50335B

#50335B
(80,51,91)
#492F53
(73,47,83)
#422B4B
(66,43,75)
#3B2743
(59,39,67)
#34233B
(52,35,59)
#2D1F33
(45,31,51)
#261B2B
(38,27,43)
#1F1723
(31,23,35)
#18131B
(24,19,27)
#110F13
(17,15,19)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #50335B

#50335B
(80,51,91)
#5F4569
(95,69,105)
#6E5777
(110,87,119)
#7D6985
(125,105,133)
#8C7B93
(140,123,147)
#9B8DA1
(155,141,161)
#AA9FAF
(170,159,175)
#B9B1BD
(185,177,189)
#C8C3CB
(200,195,203)
#D7D5D9
(215,213,217)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50335B; }

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

This text font color is #50335B.

Background Color

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

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

This div background color is #50335B.

Border color

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

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

This div border color is #50335B.

Opacity

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

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

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

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

This text has shadow with #50335B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50335B.

Preview

Color preview on black background

This text has color #50335B on black background.


Color preview on white background

This text has color #50335B on white background.


Black color preview on #50335B background

This text has black color on #50335B background.


White color preview on #50335B background

This text has white color on #50335B background.


Related colors

Complementary color

Complementary color for #hex is #AFCCA4.


I love getcolorcode.com

Triadic colors

1 #5B5033 and #335B50 with #50335B are triadic colors.

2 #5B3350 and #33505B with #50335B are triadic colors.