COLOR #50176C

HEX: #50176C
RGB: (80,23,108)

Color info

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

RGB color model

#50176C color RGB value is (80,23,108).

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

RGB channels and saturation

R 80 of 255 = 31%
G 23 of 255 = 9%
B 108 of 255 = 42%

80
23
108

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

Portions of RGB colors in percentages

R + G + B =
80 + 23 + 108 = 211 (100%)
R 80 of 211 ~ 37.91%
G 23 of 211 ~ 10.9%
B 108 of 211 ~ 51.18%

%37.91
%10.9
%51.18

CMYK color model

#50176C color CMYK value is (26,79,0,58).

  • cyan value is 25.93%
  • magenta value is 78.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(26,79,0,58)
C26M79Y0K58 
(26%,79%,0%,58%)
(0.26/0.79/0.00/0.58)	

CMYK percentages

%25.93
%78.7
%0
%57.65

Codes

Color #50176C in popluar color models

50176C
RGB8023108
HSL280°64.89%25.69%
HSB/HSV280°78.70%42.35%
CMYK25.93%78.70%0.00%
57.65%

Color #50176C in popluar number systems.

HEX50176C
Decimal8023108
Binary1010000101111101100
Octal12027154

Shades and tints

Shades of #50176C

#50176C
(80,23,108)
#491563
(73,21,99)
#42135A
(66,19,90)
#3B1151
(59,17,81)
#340F48
(52,15,72)
#2D0D3F
(45,13,63)
#260B36
(38,11,54)
#1F092D
(31,9,45)
#180724
(24,7,36)
#11051B
(17,5,27)
#0A0312
(10,3,18)
#000000
(0,0,0)

Tints of #50176C

#50176C
(80,23,108)
#5F2C79
(95,44,121)
#6E4186
(110,65,134)
#7D5693
(125,86,147)
#8C6BA0
(140,107,160)
#9B80AD
(155,128,173)
#AA95BA
(170,149,186)
#B9AAC7
(185,170,199)
#C8BFD4
(200,191,212)
#D7D4E1
(215,212,225)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50176C color. Also use rgb(80,23,108) instead hex code.

Text Font Color

.myTextColor { color: #50176C; }

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

This text font color is #50176C.


Background Color

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

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

This div background color is #50176C.


Border color

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

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

This div border color is #50176C.


Opacity

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

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

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

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

This text has shadow with #50176C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50176C on black background.


Color preview on white background

This text has color #50176C on white background.



Black color preview on #50176C background

This text has black color on #50176C background.


White color preview on #50176C background

This text has white color on #50176C background.