COLOR #50267B

HEX: #50267B RGB: (80,38,123)

Color info

#50267B contains mainly red and blue colors. Web safe color of #50267B is #663366 (or #636).

RGB color model

#50267B color RGB value is (80,38,123).

RGB: (80,38,123) (31%, 15%, 48%)

RGB channels and saturation

R 80 of 255 = 31%
G 38 of 255 = 15%
B 123 of 255 = 48%

80
38
123

R + G + B ~ 31%. #50267B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 38 + 123 = 241 (100%)
R 80 of 241 ~ 33.2%
G 38 of 241 ~ 15.77%
B 123 of 241 ~ 51.04'%

%33.2
%15.77
%51.04

CMYK color model

#50267B color CMYK value is (35,69,0,52).

  • cyan value is 34.96%
  • magenta value is 69.11%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (35,69,0,52)
C35M69Y0K52 (35%, 69%, 0%, 52%)
(0.35 / 0.69 / 0.00 / 0.52)

CMYK percentages

%34.96
%69.11
%0
%51.76

Codes

Color #50267B in popluar color models

50 26 7B
RGB 80 38 123
HSL 270° 52.80% 31.57%
HSB/HSV 270° 69.11% 48.24%
CMYK 34.96% 69.11% 0.00%
51.76%

Color #50267B in popluar number systems.

HEX 50 26 7B
Decimal 80 38 123
Binary 1010000 100110 1111011
Octal 120 46 173

Shades and tints

Shades of #50267B

#50267B
(80,38,123)
#492370
(73,35,112)
#422065
(66,32,101)
#3B1D5A
(59,29,90)
#341A4F
(52,26,79)
#2D1744
(45,23,68)
#261439
(38,20,57)
#1F112E
(31,17,46)
#180E23
(24,14,35)
#110B18
(17,11,24)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #50267B

#50267B
(80,38,123)
#5F3987
(95,57,135)
#6E4C93
(110,76,147)
#7D5F9F
(125,95,159)
#8C72AB
(140,114,171)
#9B85B7
(155,133,183)
#AA98C3
(170,152,195)
#B9ABCF
(185,171,207)
#C8BEDB
(200,190,219)
#D7D1E7
(215,209,231)
#E6E4F3
(230,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50267B color. Also use rgb(80,38,123) instead hex code.

Text Font Color

.myTextColor { color: #50267B; }

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

This text font color is #50267B.

Background Color

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

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

This div background color is #50267B.

Border color

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

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

This div border color is #50267B.

Opacity

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

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

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

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

This text has shadow with #50267B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50267B.

Preview

Color preview on black background

This text has color #50267B on black background.


Color preview on white background

This text has color #50267B on white background.


Black color preview on #50267B background

This text has black color on #50267B background.


White color preview on #50267B background

This text has white color on #50267B background.


Related colors

Complementary color

Complementary color for #hex is #AFD984.


I love getcolorcode.com

Triadic colors

1 #7B5026 and #267B50 with #50267B are triadic colors.

2 #7B2650 and #26507B with #50267B are triadic colors.