COLOR #50027C

HEX: #50027C
RGB: (80,2,124)

Color info

#50027C contains mainly red and blue colors. Web safe color of #50027C is #660066 (or #606).

RGB color model

#50027C color RGB value is (80,2,124).

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

RGB channels and saturation

R 80 of 255 = 31%
G 2 of 255 = 1%
B 124 of 255 = 49%

80
2
124

R + G + B ~ 27%. #50027C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 2 + 124 = 206 (100%)
R 80 of 206 ~ 38.83%
G 2 of 206 ~ 0.97%
B 124 of 206 ~ 60.19%

%38.83
%60.19

CMYK color model

#50027C color CMYK value is (35,98,0,51).

  • cyan value is 35.48%
  • magenta value is 98.39%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(35,98,0,51)
C35M98Y0K51 
(35%,98%,0%,51%)
(0.35/0.98/0.00/0.51)	

CMYK percentages

%35.48
%98.39
%0
%51.37

Codes

Color #50027C in popluar color models

50027C
RGB802124
HSL278°96.83%24.71%
HSB/HSV278°98.39%48.63%
CMYK35.48%98.39%0.00%
51.37%

Color #50027C in popluar number systems.

HEX50027C
Decimal802124
Binary1010000101111100
Octal1202174

Shades and tints

Shades of #50027C

#50027C
(80,2,124)
#490271
(73,2,113)
#420266
(66,2,102)
#3B025B
(59,2,91)
#340250
(52,2,80)
#2D0245
(45,2,69)
#26023A
(38,2,58)
#1F022F
(31,2,47)
#180224
(24,2,36)
#110219
(17,2,25)
#0A020E
(10,2,14)
#000000
(0,0,0)

Tints of #50027C

#50027C
(80,2,124)
#5F1987
(95,25,135)
#6E3092
(110,48,146)
#7D479D
(125,71,157)
#8C5EA8
(140,94,168)
#9B75B3
(155,117,179)
#AA8CBE
(170,140,190)
#B9A3C9
(185,163,201)
#C8BAD4
(200,186,212)
#D7D1DF
(215,209,223)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50027C; }

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

This text font color is #50027C.


Background Color

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

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

This div background color is #50027C.


Border color

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

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

This div border color is #50027C.


Opacity

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

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

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

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

This text has shadow with #50027C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50027C on black background.


Color preview on white background

This text has color #50027C on white background.



Black color preview on #50027C background

This text has black color on #50027C background.


White color preview on #50027C background

This text has white color on #50027C background.