COLOR #501F4D

HEX: #501F4D RGB: (80,31,77)

Color info

#501F4D contains red, green and blue colors in about the same proportion. Web safe color of #501F4D is #663333 (or #633).

RGB color model

#501F4D color RGB value is (80,31,77).

RGB: (80,31,77) (31%, 12%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 31 of 255 = 12%
B 77 of 255 = 30%

80
31
77

R + G + B ~ 24%. #501F4D is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 31 + 77 = 188 (100%)
R 80 of 188 ~ 42.55%
G 31 of 188 ~ 16.49%
B 77 of 188 ~ 40.96'%

%42.55
%16.49
%40.96

CMYK color model

#501F4D color CMYK value is (0,61,4,69).

  • cyan value is 0.00%
  • magenta value is 61.25%
  • yellow value is 3.75%
  • key color value is 68.63%
CMYK: (0,61,4,69) C0M61Y4K69 (0%,61%,4%,69%) (0.00/0.61/0.04/0.69) 

CMYK percentages

%0
%61.25
%3.75
%68.63

Codes

Color #501F4D in popluar color models

50 1F 4D
RGB 80 31 77
HSL 304° 44.14% 21.76%
HSB/HSV 304° 61.25% 31.37%
CMYK 0.00% 61.25% 3.75%
68.63%

Color #501F4D in popluar number systems.

HEX 50 1F 4D
Decimal 80 31 77
Binary 1010000 11111 1001101
Octal 120 37 115

Shades and tints

Shades of #501F4D

#501F4D
(80,31,77)
#491D46
(73,29,70)
#421B3F
(66,27,63)
#3B1938
(59,25,56)
#341731
(52,23,49)
#2D152A
(45,21,42)
#261323
(38,19,35)
#1F111C
(31,17,28)
#180F15
(24,15,21)
#110D0E
(17,13,14)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #501F4D

#501F4D
(80,31,77)
#5F335D
(95,51,93)
#6E476D
(110,71,109)
#7D5B7D
(125,91,125)
#8C6F8D
(140,111,141)
#9B839D
(155,131,157)
#AA97AD
(170,151,173)
#B9ABBD
(185,171,189)
#C8BFCD
(200,191,205)
#D7D3DD
(215,211,221)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501F4D; }

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

This text font color is #501F4D.

Background Color

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

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

This div background color is #501F4D.

Border color

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

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

This div border color is #501F4D.

Opacity

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

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

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

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

This text has shadow with #501F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #501F4D.

Preview

Color preview on black background

This text has color #501F4D on black background.


Color preview on white background

This text has color #501F4D on white background.


Black color preview on #501F4D background

This text has black color on #501F4D background.


White color preview on #501F4D background

This text has white color on #501F4D background.


Related colors

Complementary color

Complementary color for #hex is #AFE0B2.


I love getcolorcode.com

Triadic colors

1 #4D501F and #1F4D50 with #501F4D are triadic colors.

2 #4D1F50 and #1F504D with #501F4D are triadic colors.