COLOR #501A3F

HEX: #501A3F
RGB: (80,26,63)

Color info

#501A3F contains red, green and blue colors in about the same proportion. Web safe color of #501A3F is #660033 (or #603).

RGB color model

#501A3F color RGB value is (80,26,63).

  • red value is 80;
  • green value is 26;
  • blue value is 63.
RGB:
(80,26,63)
(31%,10%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 26 of 255 = 10%
B 63 of 255 = 25%

80
26
63

R + G + B ~ 22%. #501A3F is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 26 + 63 = 169 (100%)
R 80 of 169 ~ 47.34%
G 26 of 169 ~ 15.38%
B 63 of 169 ~ 37.28%

%47.34
%15.38
%37.28

CMYK color model

#501A3F color CMYK value is (0,68,21,69).

  • cyan value is 0.00%
  • magenta value is 67.50%
  • yellow value is 21.25%
  • key color value is 68.63%
CMYK:
(0,68,21,69)
C0M68Y21K69 
(0%,68%,21%,69%)
(0.00/0.68/0.21/0.69)	

CMYK percentages

%0
%67.5
%21.25
%68.63

Codes

Color #501A3F in popluar color models

501A3F
RGB802663
HSL319°50.94%20.78%
HSB/HSV319°67.50%31.37%
CMYK0.00%67.50%21.25%
68.63%

Color #501A3F in popluar number systems.

HEX501A3F
Decimal802663
Binary101000011010111111
Octal1203277

Shades and tints

Shades of #501A3F

#501A3F
(80,26,63)
#49183A
(73,24,58)
#421635
(66,22,53)
#3B1430
(59,20,48)
#34122B
(52,18,43)
#2D1026
(45,16,38)
#260E21
(38,14,33)
#1F0C1C
(31,12,28)
#180A17
(24,10,23)
#110812
(17,8,18)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #501A3F

#501A3F
(80,26,63)
#5F2E50
(95,46,80)
#6E4261
(110,66,97)
#7D5672
(125,86,114)
#8C6A83
(140,106,131)
#9B7E94
(155,126,148)
#AA92A5
(170,146,165)
#B9A6B6
(185,166,182)
#C8BAC7
(200,186,199)
#D7CED8
(215,206,216)
#E6E2E9
(230,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501A3F color. Also use rgb(80,26,63) instead hex code.

Text Font Color

.myTextColor { color: #501A3F; }

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

This text font color is #501A3F.


Background Color

.myBgColor { background-color: #501A3F; }

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

This div background color is #501A3F.


Border color

.myBorderColor { border: 1px solid #501A3F; }

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

This div border color is #501A3F.


Opacity

.myOpacity80 { color: #501A3F; opacity: 0.8; }

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

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

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

This text has shadow with #501A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501A3F on black background.


Color preview on white background

This text has color #501A3F on white background.



Black color preview on #501A3F background

This text has black color on #501A3F background.


White color preview on #501A3F background

This text has white color on #501A3F background.