COLOR #501F69

HEX: #501F69
RGB: (80,31,105)

Color info

#501F69 contains mainly red and blue colors. Web safe color of #501F69 is #663366 (or #636).

RGB color model

#501F69 color RGB value is (80,31,105).

  • red value is 80;
  • green value is 31;
  • blue value is 105.
RGB:
(80,31,105)
(31%,12%,41%)

RGB channels and saturation

R 80 of 255 = 31%
G 31 of 255 = 12%
B 105 of 255 = 41%

80
31
105

R + G + B ~ 28%. #501F69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 31 + 105 = 216 (100%)
R 80 of 216 ~ 37.04%
G 31 of 216 ~ 14.35%
B 105 of 216 ~ 48.61%

%37.04
%14.35
%48.61

CMYK color model

#501F69 color CMYK value is (24,70,0,59).

  • cyan value is 23.81%
  • magenta value is 70.48%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(24,70,0,59)
C24M70Y0K59 
(24%,70%,0%,59%)
(0.24/0.70/0.00/0.59)	

CMYK percentages

%23.81
%70.48
%0
%58.82

Codes

Color #501F69 in popluar color models

501F69
RGB8031105
HSL280°54.41%26.67%
HSB/HSV280°70.48%41.18%
CMYK23.81%70.48%0.00%
58.82%

Color #501F69 in popluar number systems.

HEX501F69
Decimal8031105
Binary1010000111111101001
Octal12037151

Shades and tints

Shades of #501F69

#501F69
(80,31,105)
#491D60
(73,29,96)
#421B57
(66,27,87)
#3B194E
(59,25,78)
#341745
(52,23,69)
#2D153C
(45,21,60)
#261333
(38,19,51)
#1F112A
(31,17,42)
#180F21
(24,15,33)
#110D18
(17,13,24)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #501F69

#501F69
(80,31,105)
#5F3376
(95,51,118)
#6E4783
(110,71,131)
#7D5B90
(125,91,144)
#8C6F9D
(140,111,157)
#9B83AA
(155,131,170)
#AA97B7
(170,151,183)
#B9ABC4
(185,171,196)
#C8BFD1
(200,191,209)
#D7D3DE
(215,211,222)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501F69 color. Also use rgb(80,31,105) instead hex code.

Text Font Color

.myTextColor { color: #501F69; }

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

This text font color is #501F69.


Background Color

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

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

This div background color is #501F69.


Border color

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

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

This div border color is #501F69.


Opacity

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

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

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

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

This text has shadow with #501F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501F69 on black background.


Color preview on white background

This text has color #501F69 on white background.



Black color preview on #501F69 background

This text has black color on #501F69 background.


White color preview on #501F69 background

This text has white color on #501F69 background.