COLOR #501C47

HEX: #501C47 RGB: (80,28,71)

Color info

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

RGB color model

#501C47 color RGB value is (80,28,71).

RGB: (80,28,71) (31%, 11%, 28%)

RGB channels and saturation

R 80 of 255 = 31%
G 28 of 255 = 11%
B 71 of 255 = 28%

80
28
71

R + G + B ~ 23%. #501C47 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 28 + 71 = 179 (100%)
R 80 of 179 ~ 44.69%
G 28 of 179 ~ 15.64%
B 71 of 179 ~ 39.66'%

%44.69
%15.64
%39.66

CMYK color model

#501C47 color CMYK value is (0,65,11,69).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 11.25%
  • key color value is 68.63%

CMYK: (0,65,11,69)
C0M65Y11K69 (0%, 65%, 11%, 69%)
(0.00 / 0.65 / 0.11 / 0.69)

CMYK percentages

%0
%65
%11.25
%68.63

Codes

Color #501C47 in popluar color models

50 1C 47
RGB 80 28 71
HSL 310° 48.15% 21.18%
HSB/HSV 310° 65.00% 31.37%
CMYK 0.00% 65.00% 11.25%
68.63%

Color #501C47 in popluar number systems.

HEX 50 1C 47
Decimal 80 28 71
Binary 1010000 11100 1000111
Octal 120 34 107

Shades and tints

Shades of #501C47

#501C47
(80,28,71)
#491A41
(73,26,65)
#42183B
(66,24,59)
#3B1635
(59,22,53)
#34142F
(52,20,47)
#2D1229
(45,18,41)
#261023
(38,16,35)
#1F0E1D
(31,14,29)
#180C17
(24,12,23)
#110A11
(17,10,17)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #501C47

#501C47
(80,28,71)
#5F3057
(95,48,87)
#6E4467
(110,68,103)
#7D5877
(125,88,119)
#8C6C87
(140,108,135)
#9B8097
(155,128,151)
#AA94A7
(170,148,167)
#B9A8B7
(185,168,183)
#C8BCC7
(200,188,199)
#D7D0D7
(215,208,215)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501C47 color. Also use rgb(80,28,71) instead hex code.

Text Font Color

.myTextColor { color: #501C47; }

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

This text font color is #501C47.

Background Color

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

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

This div background color is #501C47.

Border color

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

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

This div border color is #501C47.

Opacity

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

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

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

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

This text has shadow with #501C47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #501C47.

Preview

Color preview on black background

This text has color #501C47 on black background.


Color preview on white background

This text has color #501C47 on white background.


Black color preview on #501C47 background

This text has black color on #501C47 background.


White color preview on #501C47 background

This text has white color on #501C47 background.


Related colors

Complementary color

Complementary color for #hex is #AFE3B8.


I love getcolorcode.com

Triadic colors

1 #47501C and #1C4750 with #501C47 are triadic colors.

2 #471C50 and #1C5047 with #501C47 are triadic colors.