COLOR #50446A

HEX: #50446A
RGB: (80,68,106)

Color info

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

RGB color model

#50446A color RGB value is (80,68,106).

  • red value is 80;
  • green value is 68;
  • blue value is 106.
RGB:
(80,68,106)
(31%,27%,42%)

RGB channels and saturation

R 80 of 255 = 31%
G 68 of 255 = 27%
B 106 of 255 = 42%

80
68
106

R + G + B ~ 33%. #50446A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 68 + 106 = 254 (100%)
R 80 of 254 ~ 31.5%
G 68 of 254 ~ 26.77%
B 106 of 254 ~ 41.73%

%31.5
%26.77
%41.73

CMYK color model

#50446A color CMYK value is (25,36,0,58).

  • cyan value is 24.53%
  • magenta value is 35.85%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(25,36,0,58)
C25M36Y0K58 
(25%,36%,0%,58%)
(0.25/0.36/0.00/0.58)	

CMYK percentages

%24.53
%35.85
%0
%58.43

Codes

Color #50446A in popluar color models

50446A
RGB8068106
HSL259°21.84%34.12%
HSB/HSV259°35.85%41.57%
CMYK24.53%35.85%0.00%
58.43%

Color #50446A in popluar number systems.

HEX50446A
Decimal8068106
Binary101000010001001101010
Octal120104152

Shades and tints

Shades of #50446A

#50446A
(80,68,106)
#493E61
(73,62,97)
#423858
(66,56,88)
#3B324F
(59,50,79)
#342C46
(52,44,70)
#2D263D
(45,38,61)
#262034
(38,32,52)
#1F1A2B
(31,26,43)
#181422
(24,20,34)
#110E19
(17,14,25)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #50446A

#50446A
(80,68,106)
#5F5577
(95,85,119)
#6E6684
(110,102,132)
#7D7791
(125,119,145)
#8C889E
(140,136,158)
#9B99AB
(155,153,171)
#AAAAB8
(170,170,184)
#B9BBC5
(185,187,197)
#C8CCD2
(200,204,210)
#D7DDDF
(215,221,223)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50446A color. Also use rgb(80,68,106) instead hex code.

Text Font Color

.myTextColor { color: #50446A; }

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

This text font color is #50446A.


Background Color

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

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

This div background color is #50446A.


Border color

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

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

This div border color is #50446A.


Opacity

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

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

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

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

This text has shadow with #50446A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50446A on black background.


Color preview on white background

This text has color #50446A on white background.



Black color preview on #50446A background

This text has black color on #50446A background.


White color preview on #50446A background

This text has white color on #50446A background.