COLOR #50257C

HEX: #50257C
RGB: (80,37,124)

Color info

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

RGB color model

#50257C color RGB value is (80,37,124).

  • red value is 80;
  • green value is 37;
  • blue value is 124.
RGB:
(80,37,124)
(31%,15%,49%)

RGB channels and saturation

R 80 of 255 = 31%
G 37 of 255 = 15%
B 124 of 255 = 49%

80
37
124

R + G + B ~ 32%. #50257C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 37 + 124 = 241 (100%)
R 80 of 241 ~ 33.2%
G 37 of 241 ~ 15.35%
B 124 of 241 ~ 51.45%

%33.2
%15.35
%51.45

CMYK color model

#50257C color CMYK value is (35,70,0,51).

  • cyan value is 35.48%
  • magenta value is 70.16%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(35,70,0,51)
C35M70Y0K51 
(35%,70%,0%,51%)
(0.35/0.70/0.00/0.51)	

CMYK percentages

%35.48
%70.16
%0
%51.37

Codes

Color #50257C in popluar color models

50257C
RGB8037124
HSL270°54.04%31.57%
HSB/HSV270°70.16%48.63%
CMYK35.48%70.16%0.00%
51.37%

Color #50257C in popluar number systems.

HEX50257C
Decimal8037124
Binary10100001001011111100
Octal12045174

Shades and tints

Shades of #50257C

#50257C
(80,37,124)
#492271
(73,34,113)
#421F66
(66,31,102)
#3B1C5B
(59,28,91)
#341950
(52,25,80)
#2D1645
(45,22,69)
#26133A
(38,19,58)
#1F102F
(31,16,47)
#180D24
(24,13,36)
#110A19
(17,10,25)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #50257C

#50257C
(80,37,124)
#5F3887
(95,56,135)
#6E4B92
(110,75,146)
#7D5E9D
(125,94,157)
#8C71A8
(140,113,168)
#9B84B3
(155,132,179)
#AA97BE
(170,151,190)
#B9AAC9
(185,170,201)
#C8BDD4
(200,189,212)
#D7D0DF
(215,208,223)
#E6E3EA
(230,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50257C; }

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

This text font color is #50257C.


Background Color

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

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

This div background color is #50257C.


Border color

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

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

This div border color is #50257C.


Opacity

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

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

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

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

This text has shadow with #50257C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50257C on black background.


Color preview on white background

This text has color #50257C on white background.



Black color preview on #50257C background

This text has black color on #50257C background.


White color preview on #50257C background

This text has white color on #50257C background.