COLOR #50175D

HEX: #50175D
RGB: (80,23,93)

Color info

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

RGB color model

#50175D color RGB value is (80,23,93).

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

RGB channels and saturation

R 80 of 255 = 31%
G 23 of 255 = 9%
B 93 of 255 = 36%

80
23
93

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

Portions of RGB colors in percentages

R + G + B =
80 + 23 + 93 = 196 (100%)
R 80 of 196 ~ 40.82%
G 23 of 196 ~ 11.73%
B 93 of 196 ~ 47.45%

%40.82
%11.73
%47.45

CMYK color model

#50175D color CMYK value is (14,75,0,64).

  • cyan value is 13.98%
  • magenta value is 75.27%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(14,75,0,64)
C14M75Y0K64 
(14%,75%,0%,64%)
(0.14/0.75/0.00/0.64)	

CMYK percentages

%13.98
%75.27
%0
%63.53

Codes

Color #50175D in popluar color models

50175D
RGB802393
HSL289°60.34%22.75%
HSB/HSV289°75.27%36.47%
CMYK13.98%75.27%0.00%
63.53%

Color #50175D in popluar number systems.

HEX50175D
Decimal802393
Binary1010000101111011101
Octal12027135

Shades and tints

Shades of #50175D

#50175D
(80,23,93)
#491555
(73,21,85)
#42134D
(66,19,77)
#3B1145
(59,17,69)
#340F3D
(52,15,61)
#2D0D35
(45,13,53)
#260B2D
(38,11,45)
#1F0925
(31,9,37)
#18071D
(24,7,29)
#110515
(17,5,21)
#0A030D
(10,3,13)
#000000
(0,0,0)

Tints of #50175D

#50175D
(80,23,93)
#5F2C6B
(95,44,107)
#6E4179
(110,65,121)
#7D5687
(125,86,135)
#8C6B95
(140,107,149)
#9B80A3
(155,128,163)
#AA95B1
(170,149,177)
#B9AABF
(185,170,191)
#C8BFCD
(200,191,205)
#D7D4DB
(215,212,219)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50175D; }

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

This text font color is #50175D.


Background Color

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

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

This div background color is #50175D.


Border color

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

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

This div border color is #50175D.


Opacity

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

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

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

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

This text has shadow with #50175D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50175D on black background.


Color preview on white background

This text has color #50175D on white background.



Black color preview on #50175D background

This text has black color on #50175D background.


White color preview on #50175D background

This text has white color on #50175D background.