COLOR #50467C

HEX: #50467C RGB: (80,70,124)

Color info

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

RGB color model

#50467C color RGB value is (80,70,124).

RGB: (80,70,124) (31%, 27%, 49%)

RGB channels and saturation

R 80 of 255 = 31%
G 70 of 255 = 27%
B 124 of 255 = 49%

80
70
124

R + G + B ~ 36%. #50467C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 70 + 124 = 274 (100%)
R 80 of 274 ~ 29.2%
G 70 of 274 ~ 25.55%
B 124 of 274 ~ 45.26'%

%29.2
%25.55
%45.26

CMYK color model

#50467C color CMYK value is (35,44,0,51).

  • cyan value is 35.48%
  • magenta value is 43.55%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (35,44,0,51) C35M44Y0K51 (35%,44%,0%,51%) (0.35/0.44/0.00/0.51) 

CMYK percentages

%35.48
%43.55
%0
%51.37

Codes

Color #50467C in popluar color models

50 46 7C
RGB 80 70 124
HSL 251° 27.84% 38.04%
HSB/HSV 251° 43.55% 48.63%
CMYK 35.48% 43.55% 0.00%
51.37%

Color #50467C in popluar number systems.

HEX 50 46 7C
Decimal 80 70 124
Binary 1010000 1000110 1111100
Octal 120 106 174

Shades and tints

Shades of #50467C

#50467C
(80,70,124)
#494071
(73,64,113)
#423A66
(66,58,102)
#3B345B
(59,52,91)
#342E50
(52,46,80)
#2D2845
(45,40,69)
#26223A
(38,34,58)
#1F1C2F
(31,28,47)
#181624
(24,22,36)
#111019
(17,16,25)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #50467C

#50467C
(80,70,124)
#5F5687
(95,86,135)
#6E6692
(110,102,146)
#7D769D
(125,118,157)
#8C86A8
(140,134,168)
#9B96B3
(155,150,179)
#AAA6BE
(170,166,190)
#B9B6C9
(185,182,201)
#C8C6D4
(200,198,212)
#D7D6DF
(215,214,223)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50467C; }

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

This text font color is #50467C.

Background Color

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

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

This div background color is #50467C.

Border color

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

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

This div border color is #50467C.

Opacity

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

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

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

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

This text has shadow with #50467C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50467C.

Preview

Color preview on black background

This text has color #50467C on black background.


Color preview on white background

This text has color #50467C on white background.


Black color preview on #50467C background

This text has black color on #50467C background.


White color preview on #50467C background

This text has white color on #50467C background.


Related colors

Complementary color

Complementary color for #hex is #AFB983.


I love getcolorcode.com

Triadic colors

1 #7C5046 and #467C50 with #50467C are triadic colors.

2 #7C4650 and #46507C with #50467C are triadic colors.