COLOR #50175A

HEX: #50175A
RGB: (80,23,90)

Color info

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

RGB color model

#50175A color RGB value is (80,23,90).

  • red value is 80;
  • green value is 23;
  • blue value is 90.
RGB:
(80,23,90)
(31%,9%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 23 of 255 = 9%
B 90 of 255 = 35%

80
23
90

R + G + B ~ 25%. #50175A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 23 + 90 = 193 (100%)
R 80 of 193 ~ 41.45%
G 23 of 193 ~ 11.92%
B 90 of 193 ~ 46.63%

%41.45
%11.92
%46.63

CMYK color model

#50175A color CMYK value is (11,74,0,65).

  • cyan value is 11.11%
  • magenta value is 74.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(11,74,0,65)
C11M74Y0K65 
(11%,74%,0%,65%)
(0.11/0.74/0.00/0.65)	

CMYK percentages

%11.11
%74.44
%0
%64.71

Codes

Color #50175A in popluar color models

50175A
RGB802390
HSL291°59.29%22.16%
HSB/HSV291°74.44%35.29%
CMYK11.11%74.44%0.00%
64.71%

Color #50175A in popluar number systems.

HEX50175A
Decimal802390
Binary1010000101111011010
Octal12027132

Shades and tints

Shades of #50175A

#50175A
(80,23,90)
#491552
(73,21,82)
#42134A
(66,19,74)
#3B1142
(59,17,66)
#340F3A
(52,15,58)
#2D0D32
(45,13,50)
#260B2A
(38,11,42)
#1F0922
(31,9,34)
#18071A
(24,7,26)
#110512
(17,5,18)
#0A030A
(10,3,10)
#000000
(0,0,0)

Tints of #50175A

#50175A
(80,23,90)
#5F2C69
(95,44,105)
#6E4178
(110,65,120)
#7D5687
(125,86,135)
#8C6B96
(140,107,150)
#9B80A5
(155,128,165)
#AA95B4
(170,149,180)
#B9AAC3
(185,170,195)
#C8BFD2
(200,191,210)
#D7D4E1
(215,212,225)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50175A color. Also use rgb(80,23,90) instead hex code.

Text Font Color

.myTextColor { color: #50175A; }

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

This text font color is #50175A.


Background Color

.myBgColor { background-color: #50175A; }

<div style="background-color:#50175A">Inner text</div>

This div background color is #50175A.


Border color

.myBorderColor { border: 1px solid #50175A; }

<div style="border:3px solid #50175A">Div</div>

This div border color is #50175A.


Opacity

.myOpacity80 { color: #50175A; opacity: 0.8; }

<p style="color:#50175A;opacity:0.8;">80%</p>

Text with #50175A 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 #50175A;}

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

This text has shadow with #50175A color.

.textShadow {text-shadow: 3px 3px 1px #50175A, 3px 3px 1px red;}

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

This text has shadow with #50175A primary color and red secondary color.


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

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

This text has shadow with #50175A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50175A on black background.


Color preview on white background

This text has color #50175A on white background.



Black color preview on #50175A background

This text has black color on #50175A background.


White color preview on #50175A background

This text has white color on #50175A background.