COLOR #50467A

HEX: #50467A
RGB: (80,70,122)

Color info

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

RGB color model

#50467A color RGB value is (80,70,122).

  • red value is 80;
  • green value is 70;
  • blue value is 122.
RGB:
(80,70,122)
(31%,27%,48%)

RGB channels and saturation

R 80 of 255 = 31%
G 70 of 255 = 27%
B 122 of 255 = 48%

80
70
122

R + G + B ~ 35%. #50467A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 70 + 122 = 272 (100%)
R 80 of 272 ~ 29.41%
G 70 of 272 ~ 25.74%
B 122 of 272 ~ 44.85%

%29.41
%25.74
%44.85

CMYK color model

#50467A color CMYK value is (34,43,0,52).

  • cyan value is 34.43%
  • magenta value is 42.62%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(34,43,0,52)
C34M43Y0K52 
(34%,43%,0%,52%)
(0.34/0.43/0.00/0.52)	

CMYK percentages

%34.43
%42.62
%0
%52.16

Codes

Color #50467A in popluar color models

50467A
RGB8070122
HSL252°27.08%37.65%
HSB/HSV252°42.62%47.84%
CMYK34.43%42.62%0.00%
52.16%

Color #50467A in popluar number systems.

HEX50467A
Decimal8070122
Binary101000010001101111010
Octal120106172

Shades and tints

Shades of #50467A

#50467A
(80,70,122)
#49406F
(73,64,111)
#423A64
(66,58,100)
#3B3459
(59,52,89)
#342E4E
(52,46,78)
#2D2843
(45,40,67)
#262238
(38,34,56)
#1F1C2D
(31,28,45)
#181622
(24,22,34)
#111017
(17,16,23)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #50467A

#50467A
(80,70,122)
#5F5686
(95,86,134)
#6E6692
(110,102,146)
#7D769E
(125,118,158)
#8C86AA
(140,134,170)
#9B96B6
(155,150,182)
#AAA6C2
(170,166,194)
#B9B6CE
(185,182,206)
#C8C6DA
(200,198,218)
#D7D6E6
(215,214,230)
#E6E6F2
(230,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50467A color. Also use rgb(80,70,122) instead hex code.

Text Font Color

.myTextColor { color: #50467A; }

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

This text font color is #50467A.


Background Color

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

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

This div background color is #50467A.


Border color

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

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

This div border color is #50467A.


Opacity

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

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

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

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

This text has shadow with #50467A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50467A on black background.


Color preview on white background

This text has color #50467A on white background.



Black color preview on #50467A background

This text has black color on #50467A background.


White color preview on #50467A background

This text has white color on #50467A background.