COLOR #50385A

HEX: #50385A RGB: (80,56,90)

Color info

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

RGB color model

#50385A color RGB value is (80,56,90).

RGB: (80,56,90) (31%, 22%, 35%)

RGB channels and saturation

R 80 of 255 = 31%
G 56 of 255 = 22%
B 90 of 255 = 35%

80
56
90

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

Portions of RGB colors in percentages

R + G + B = 80 + 56 + 90 = 226 (100%)
R 80 of 226 ~ 35.4%
G 56 of 226 ~ 24.78%
B 90 of 226 ~ 39.82'%

%35.4
%24.78
%39.82

CMYK color model

#50385A color CMYK value is (11,38,0,65).

  • cyan value is 11.11%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (11,38,0,65)
C11M38Y0K65 (11%, 38%, 0%, 65%)
(0.11 / 0.38 / 0.00 / 0.65)

CMYK percentages

%11.11
%37.78
%0
%64.71

Codes

Color #50385A in popluar color models

50 38 5A
RGB 80 56 90
HSL 282° 23.29% 28.63%
HSB/HSV 282° 37.78% 35.29%
CMYK 11.11% 37.78% 0.00%
64.71%

Color #50385A in popluar number systems.

HEX 50 38 5A
Decimal 80 56 90
Binary 1010000 111000 1011010
Octal 120 70 132

Shades and tints

Shades of #50385A

#50385A
(80,56,90)
#493352
(73,51,82)
#422E4A
(66,46,74)
#3B2942
(59,41,66)
#34243A
(52,36,58)
#2D1F32
(45,31,50)
#261A2A
(38,26,42)
#1F1522
(31,21,34)
#18101A
(24,16,26)
#110B12
(17,11,18)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #50385A

#50385A
(80,56,90)
#5F4A69
(95,74,105)
#6E5C78
(110,92,120)
#7D6E87
(125,110,135)
#8C8096
(140,128,150)
#9B92A5
(155,146,165)
#AAA4B4
(170,164,180)
#B9B6C3
(185,182,195)
#C8C8D2
(200,200,210)
#D7DAE1
(215,218,225)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50385A color. Also use rgb(80,56,90) instead hex code.

Text Font Color

.myTextColor { color: #50385A; }

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

This text font color is #50385A.

Background Color

.myBgColor { background-color: #50385A; }

<div style="background-color:#50385A">Inner text</div>

This div background color is #50385A.

Border color

.myBorderColor { border: 1px solid #50385A; }

<div style="border:3px solid #50385A">Div</div>

This div border color is #50385A.

Opacity

.myOpacity80 { color: #50385A; opacity: 0.8; }

<p style="color:#50385A;opacity:0.8;">80%</p>

Text with #50385A 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 #50385A;}

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

This text has shadow with #50385A color.


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

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

This text has shadow with #50385A primary color and red secondary color.


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

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

This text has shadow with #50385A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50385A.

Preview

Color preview on black background

This text has color #50385A on black background.


Color preview on white background

This text has color #50385A on white background.


Black color preview on #50385A background

This text has black color on #50385A background.


White color preview on #50385A background

This text has white color on #50385A background.


Related colors

Complementary color

Complementary color for #hex is #AFC7A5.


I love getcolorcode.com

Triadic colors

1 #5A5038 and #385A50 with #50385A are triadic colors.

2 #5A3850 and #38505A with #50385A are triadic colors.