COLOR #50264F

HEX: #50264F RGB: (80,38,79)

Color info

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

RGB color model

#50264F color RGB value is (80,38,79).

RGB: (80,38,79) (31%, 15%, 31%)

RGB channels and saturation

R 80 of 255 = 31%
G 38 of 255 = 15%
B 79 of 255 = 31%

80
38
79

R + G + B ~ 26%. #50264F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 38 + 79 = 197 (100%)
R 80 of 197 ~ 40.61%
G 38 of 197 ~ 19.29%
B 79 of 197 ~ 40.1'%

%40.61
%19.29
%40.1

CMYK color model

#50264F color CMYK value is (0,53,1,69).

  • cyan value is 0.00%
  • magenta value is 52.50%
  • yellow value is 1.25%
  • key color value is 68.63%

CMYK: (0,53,1,69)
C0M53Y1K69 (0%, 53%, 1%, 69%)
(0.00 / 0.53 / 0.01 / 0.69)

CMYK percentages

%0
%52.5
%1.25
%68.63

Codes

Color #50264F in popluar color models

50 26 4F
RGB 80 38 79
HSL 301° 35.59% 23.14%
HSB/HSV 301° 52.50% 31.37%
CMYK 0.00% 52.50% 1.25%
68.63%

Color #50264F in popluar number systems.

HEX 50 26 4F
Decimal 80 38 79
Binary 1010000 100110 1001111
Octal 120 46 117

Shades and tints

Shades of #50264F

#50264F
(80,38,79)
#492348
(73,35,72)
#422041
(66,32,65)
#3B1D3A
(59,29,58)
#341A33
(52,26,51)
#2D172C
(45,23,44)
#261425
(38,20,37)
#1F111E
(31,17,30)
#180E17
(24,14,23)
#110B10
(17,11,16)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #50264F

#50264F
(80,38,79)
#5F395F
(95,57,95)
#6E4C6F
(110,76,111)
#7D5F7F
(125,95,127)
#8C728F
(140,114,143)
#9B859F
(155,133,159)
#AA98AF
(170,152,175)
#B9ABBF
(185,171,191)
#C8BECF
(200,190,207)
#D7D1DF
(215,209,223)
#E6E4EF
(230,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50264F color. Also use rgb(80,38,79) instead hex code.

Text Font Color

.myTextColor { color: #50264F; }

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

This text font color is #50264F.

Background Color

.myBgColor { background-color: #50264F; }

<div style="background-color:#50264F">Inner text</div>

This div background color is #50264F.

Border color

.myBorderColor { border: 1px solid #50264F; }

<div style="border:3px solid #50264F">Div</div>

This div border color is #50264F.

Opacity

.myOpacity80 { color: #50264F; opacity: 0.8; }

<p style="color:#50264F;opacity:0.8;">80%</p>

Text with #50264F 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 #50264F;}

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

This text has shadow with #50264F color.


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

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

This text has shadow with #50264F primary color and red secondary color.


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

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

This text has shadow with #50264F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50264F.

Preview

Color preview on black background

This text has color #50264F on black background.


Color preview on white background

This text has color #50264F on white background.


Black color preview on #50264F background

This text has black color on #50264F background.


White color preview on #50264F background

This text has white color on #50264F background.


Related colors

Complementary color

Complementary color for #hex is #AFD9B0.


I love getcolorcode.com

Triadic colors

1 #4F5026 and #264F50 with #50264F are triadic colors.

2 #4F2650 and #26504F with #50264F are triadic colors.