COLOR #500123

HEX: #500123
RGB: (80,1,35)

Color info

#500123 contains mainly red and blue colors. Web safe color of #500123 is #660033 (or #603).

RGB color model

#500123 color RGB value is (80,1,35).

  • red value is 80;
  • green value is 1;
  • blue value is 35.
RGB:
(80,1,35)
(31%,0%,14%)

RGB channels and saturation

R 80 of 255 = 31%
G 1 of 255 = 0%
B 35 of 255 = 14%

80
1
35

R + G + B ~ 15%. #500123 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 1 + 35 = 116 (100%)
R 80 of 116 ~ 68.97%
G 1 of 116 ~ 0.86%
B 35 of 116 ~ 30.17%

%68.97
%30.17

CMYK color model

#500123 color CMYK value is (0,99,56,69).

  • cyan value is 0.00%
  • magenta value is 98.75%
  • yellow value is 56.25%
  • key color value is 68.63%
CMYK:
(0,99,56,69)
C0M99Y56K69 
(0%,99%,56%,69%)
(0.00/0.99/0.56/0.69)	

CMYK percentages

%0
%98.75
%56.25
%68.63

Codes

Color #500123 in popluar color models

500123
RGB80135
HSL334°97.53%15.88%
HSB/HSV334°98.75%31.37%
CMYK0.00%98.75%56.25%
68.63%

Color #500123 in popluar number systems.

HEX500123
Decimal80135
Binary10100001100011
Octal120143

Shades and tints

Shades of #500123

#500123
(80,1,35)
#490120
(73,1,32)
#42011D
(66,1,29)
#3B011A
(59,1,26)
#340117
(52,1,23)
#2D0114
(45,1,20)
#260111
(38,1,17)
#1F010E
(31,1,14)
#18010B
(24,1,11)
#110108
(17,1,8)
#0A0105
(10,1,5)
#000000
(0,0,0)

Tints of #500123

#500123
(80,1,35)
#5F1837
(95,24,55)
#6E2F4B
(110,47,75)
#7D465F
(125,70,95)
#8C5D73
(140,93,115)
#9B7487
(155,116,135)
#AA8B9B
(170,139,155)
#B9A2AF
(185,162,175)
#C8B9C3
(200,185,195)
#D7D0D7
(215,208,215)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500123 color. Also use rgb(80,1,35) instead hex code.

Text Font Color

.myTextColor { color: #500123; }

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

This text font color is #500123.


Background Color

.myBgColor { background-color: #500123; }

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

This div background color is #500123.


Border color

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

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

This div border color is #500123.


Opacity

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

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

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

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

This text has shadow with #500123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500123 on black background.


Color preview on white background

This text has color #500123 on white background.



Black color preview on #500123 background

This text has black color on #500123 background.


White color preview on #500123 background

This text has white color on #500123 background.