COLOR #50426B

HEX: #50426B
RGB: (80,66,107)

Color info

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

RGB color model

#50426B color RGB value is (80,66,107).

  • red value is 80;
  • green value is 66;
  • blue value is 107.
RGB:
(80,66,107)
(31%,26%,42%)

RGB channels and saturation

R 80 of 255 = 31%
G 66 of 255 = 26%
B 107 of 255 = 42%

80
66
107

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

Portions of RGB colors in percentages

R + G + B =
80 + 66 + 107 = 253 (100%)
R 80 of 253 ~ 31.62%
G 66 of 253 ~ 26.09%
B 107 of 253 ~ 42.29%

%31.62
%26.09
%42.29

CMYK color model

#50426B color CMYK value is (25,38,0,58).

  • cyan value is 25.23%
  • magenta value is 38.32%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(25,38,0,58)
C25M38Y0K58 
(25%,38%,0%,58%)
(0.25/0.38/0.00/0.58)	

CMYK percentages

%25.23
%38.32
%0
%58.04

Codes

Color #50426B in popluar color models

50426B
RGB8066107
HSL260°23.70%33.92%
HSB/HSV260°38.32%41.96%
CMYK25.23%38.32%0.00%
58.04%

Color #50426B in popluar number systems.

HEX50426B
Decimal8066107
Binary101000010000101101011
Octal120102153

Shades and tints

Shades of #50426B

#50426B
(80,66,107)
#493C62
(73,60,98)
#423659
(66,54,89)
#3B3050
(59,48,80)
#342A47
(52,42,71)
#2D243E
(45,36,62)
#261E35
(38,30,53)
#1F182C
(31,24,44)
#181223
(24,18,35)
#110C1A
(17,12,26)
#0A0611
(10,6,17)
#000000
(0,0,0)

Tints of #50426B

#50426B
(80,66,107)
#5F5378
(95,83,120)
#6E6485
(110,100,133)
#7D7592
(125,117,146)
#8C869F
(140,134,159)
#9B97AC
(155,151,172)
#AAA8B9
(170,168,185)
#B9B9C6
(185,185,198)
#C8CAD3
(200,202,211)
#D7DBE0
(215,219,224)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50426B color. Also use rgb(80,66,107) instead hex code.

Text Font Color

.myTextColor { color: #50426B; }

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

This text font color is #50426B.


Background Color

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

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

This div background color is #50426B.


Border color

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

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

This div border color is #50426B.


Opacity

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

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

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

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

This text has shadow with #50426B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50426B on black background.


Color preview on white background

This text has color #50426B on white background.



Black color preview on #50426B background

This text has black color on #50426B background.


White color preview on #50426B background

This text has white color on #50426B background.