COLOR #500017

HEX: #500017
RGB: (80,0,23)

Color info

#500017 contains only red and blue colors. Web safe color of #500017 is #660000 (or #600).

RGB color model

#500017 color RGB value is (80,0,23).

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

RGB channels and saturation

R 80 of 255 = 31%
G 0 of 255 = 0%
B 23 of 255 = 9%

80
0
23

R + G + B ~ 13%. #500017 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 0 + 23 = 103 (100%)
R 80 of 103 ~ 77.67%
G 0 of 103 ~ 0%
B 23 of 103 ~ 22.33%

%77.67
%22.33

CMYK color model

#500017 color CMYK value is (0,100,71,69).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 71.25%
  • key color value is 68.63%
CMYK:
(0,100,71,69)
C0M100Y71K69 
(0%,100%,71%,69%)
(0.00/1.00/0.71/0.69)	

CMYK percentages

%0
%100
%71.25
%68.63

Codes

Color #500017 in popluar color models

500017
RGB80023
HSL343°100.00%15.69%
HSB/HSV343°100.00%31.37%
CMYK0.00%100.00%71.25%
68.63%

Color #500017 in popluar number systems.

HEX500017
Decimal80023
Binary1010000010111
Octal120027

Shades and tints

Shades of #500017

#500017
(80,0,23)
#490015
(73,0,21)
#420013
(66,0,19)
#3B0011
(59,0,17)
#34000F
(52,0,15)
#2D000D
(45,0,13)
#26000B
(38,0,11)
#1F0009
(31,0,9)
#180007
(24,0,7)
#110005
(17,0,5)
#0A0003
(10,0,3)
#000000
(0,0,0)

Tints of #500017

#500017
(80,0,23)
#5F172C
(95,23,44)
#6E2E41
(110,46,65)
#7D4556
(125,69,86)
#8C5C6B
(140,92,107)
#9B7380
(155,115,128)
#AA8A95
(170,138,149)
#B9A1AA
(185,161,170)
#C8B8BF
(200,184,191)
#D7CFD4
(215,207,212)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500017; }

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

This text font color is #500017.


Background Color

.myBgColor { background-color: #500017; }

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

This div background color is #500017.


Border color

.myBorderColor { border: 1px solid #500017; }

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

This div border color is #500017.


Opacity

.myOpacity80 { color: #500017; opacity: 0.8; }

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

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

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

This text has shadow with #500017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500017 on black background.


Color preview on white background

This text has color #500017 on white background.



Black color preview on #500017 background

This text has black color on #500017 background.


White color preview on #500017 background

This text has white color on #500017 background.