COLOR #501023

HEX: #501023
RGB: (80,16,35)

Color info

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

RGB color model

#501023 color RGB value is (80,16,35).

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

RGB channels and saturation

R 80 of 255 = 31%
G 16 of 255 = 6%
B 35 of 255 = 14%

80
16
35

R + G + B ~ 17%. #501023 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 16 + 35 = 131 (100%)
R 80 of 131 ~ 61.07%
G 16 of 131 ~ 12.21%
B 35 of 131 ~ 26.72%

%61.07
%12.21
%26.72

CMYK color model

#501023 color CMYK value is (0,80,56,69).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 56.25%
  • key color value is 68.63%
CMYK:
(0,80,56,69)
C0M80Y56K69 
(0%,80%,56%,69%)
(0.00/0.80/0.56/0.69)	

CMYK percentages

%0
%80
%56.25
%68.63

Codes

Color #501023 in popluar color models

501023
RGB801635
HSL342°66.67%18.82%
HSB/HSV342°80.00%31.37%
CMYK0.00%80.00%56.25%
68.63%

Color #501023 in popluar number systems.

HEX501023
Decimal801635
Binary101000010000100011
Octal1202043

Shades and tints

Shades of #501023

#501023
(80,16,35)
#490F20
(73,15,32)
#420E1D
(66,14,29)
#3B0D1A
(59,13,26)
#340C17
(52,12,23)
#2D0B14
(45,11,20)
#260A11
(38,10,17)
#1F090E
(31,9,14)
#18080B
(24,8,11)
#110708
(17,7,8)
#0A0605
(10,6,5)
#000000
(0,0,0)

Tints of #501023

#501023
(80,16,35)
#5F2537
(95,37,55)
#6E3A4B
(110,58,75)
#7D4F5F
(125,79,95)
#8C6473
(140,100,115)
#9B7987
(155,121,135)
#AA8E9B
(170,142,155)
#B9A3AF
(185,163,175)
#C8B8C3
(200,184,195)
#D7CDD7
(215,205,215)
#E6E2EB
(230,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501023; }

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

This text font color is #501023.


Background Color

.myBgColor { background-color: #501023; }

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

This div background color is #501023.


Border color

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

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

This div border color is #501023.


Opacity

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

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

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

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

This text has shadow with #501023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501023 on black background.


Color preview on white background

This text has color #501023 on white background.



Black color preview on #501023 background

This text has black color on #501023 background.


White color preview on #501023 background

This text has white color on #501023 background.