COLOR #50365B

HEX: #50365B RGB: (80,54,91)

Color info

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

RGB color model

#50365B color RGB value is (80,54,91).

RGB: (80,54,91) (31%, 21%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 54 of 255 = 21%
B 91 of 255 = 36%

80
54
91

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

Portions of RGB colors in percentages

R + G + B = 80 + 54 + 91 = 225 (100%)
R 80 of 225 ~ 35.56%
G 54 of 225 ~ 24%
B 91 of 225 ~ 40.44'%

%35.56
%24
%40.44

CMYK color model

#50365B color CMYK value is (12,41,0,64).

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

CMYK: (12,41,0,64)
C12M41Y0K64 (12%, 41%, 0%, 64%)
(0.12 / 0.41 / 0.00 / 0.64)

CMYK percentages

%12.09
%40.66
%0
%64.31

Codes

Color #50365B in popluar color models

50 36 5B
RGB 80 54 91
HSL 282° 25.52% 28.43%
HSB/HSV 282° 40.66% 35.69%
CMYK 12.09% 40.66% 0.00%
64.31%

Color #50365B in popluar number systems.

HEX 50 36 5B
Decimal 80 54 91
Binary 1010000 110110 1011011
Octal 120 66 133

Shades and tints

Shades of #50365B

#50365B
(80,54,91)
#493253
(73,50,83)
#422E4B
(66,46,75)
#3B2A43
(59,42,67)
#34263B
(52,38,59)
#2D2233
(45,34,51)
#261E2B
(38,30,43)
#1F1A23
(31,26,35)
#18161B
(24,22,27)
#111213
(17,18,19)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #50365B

#50365B
(80,54,91)
#5F4869
(95,72,105)
#6E5A77
(110,90,119)
#7D6C85
(125,108,133)
#8C7E93
(140,126,147)
#9B90A1
(155,144,161)
#AAA2AF
(170,162,175)
#B9B4BD
(185,180,189)
#C8C6CB
(200,198,203)
#D7D8D9
(215,216,217)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50365B; }

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

This text font color is #50365B.

Background Color

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

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

This div background color is #50365B.

Border color

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

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

This div border color is #50365B.

Opacity

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

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

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

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

This text has shadow with #50365B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50365B.

Preview

Color preview on black background

This text has color #50365B on black background.


Color preview on white background

This text has color #50365B on white background.


Black color preview on #50365B background

This text has black color on #50365B background.


White color preview on #50365B background

This text has white color on #50365B background.


Related colors

Complementary color

Complementary color for #hex is #AFC9A4.


I love getcolorcode.com

Triadic colors

1 #5B5036 and #365B50 with #50365B are triadic colors.

2 #5B3650 and #36505B with #50365B are triadic colors.