COLOR #501C29

HEX: #501C29
RGB: (80,28,41)

Color info

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

RGB color model

#501C29 color RGB value is (80,28,41).

  • red value is 80;
  • green value is 28;
  • blue value is 41.
RGB:
(80,28,41)
(31%,11%,16%)

RGB channels and saturation

R 80 of 255 = 31%
G 28 of 255 = 11%
B 41 of 255 = 16%

80
28
41

R + G + B ~ 19%. #501C29 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 28 + 41 = 149 (100%)
R 80 of 149 ~ 53.69%
G 28 of 149 ~ 18.79%
B 41 of 149 ~ 27.52%

%53.69
%18.79
%27.52

CMYK color model

#501C29 color CMYK value is (0,65,49,69).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 48.75%
  • key color value is 68.63%
CMYK:
(0,65,49,69)
C0M65Y49K69 
(0%,65%,49%,69%)
(0.00/0.65/0.49/0.69)	

CMYK percentages

%0
%65
%48.75
%68.63

Codes

Color #501C29 in popluar color models

501C29
RGB802841
HSL345°48.15%21.18%
HSB/HSV345°65.00%31.37%
CMYK0.00%65.00%48.75%
68.63%

Color #501C29 in popluar number systems.

HEX501C29
Decimal802841
Binary101000011100101001
Octal1203451

Shades and tints

Shades of #501C29

#501C29
(80,28,41)
#491A26
(73,26,38)
#421823
(66,24,35)
#3B1620
(59,22,32)
#34141D
(52,20,29)
#2D121A
(45,18,26)
#261017
(38,16,23)
#1F0E14
(31,14,20)
#180C11
(24,12,17)
#110A0E
(17,10,14)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #501C29

#501C29
(80,28,41)
#5F303C
(95,48,60)
#6E444F
(110,68,79)
#7D5862
(125,88,98)
#8C6C75
(140,108,117)
#9B8088
(155,128,136)
#AA949B
(170,148,155)
#B9A8AE
(185,168,174)
#C8BCC1
(200,188,193)
#D7D0D4
(215,208,212)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501C29; }

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

This text font color is #501C29.


Background Color

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

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

This div background color is #501C29.


Border color

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

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

This div border color is #501C29.


Opacity

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

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

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

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

This text has shadow with #501C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501C29 on black background.


Color preview on white background

This text has color #501C29 on white background.



Black color preview on #501C29 background

This text has black color on #501C29 background.


White color preview on #501C29 background

This text has white color on #501C29 background.