COLOR #501C2C

HEX: #501C2C
RGB: (80,28,44)

Color info

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

RGB color model

#501C2C color RGB value is (80,28,44).

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

RGB channels and saturation

R 80 of 255 = 31%
G 28 of 255 = 11%
B 44 of 255 = 17%

80
28
44

R + G + B ~ 20%. #501C2C is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 28 + 44 = 152 (100%)
R 80 of 152 ~ 52.63%
G 28 of 152 ~ 18.42%
B 44 of 152 ~ 28.95%

%52.63
%18.42
%28.95

CMYK color model

#501C2C color CMYK value is (0,65,45,69).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 45.00%
  • key color value is 68.63%
CMYK:
(0,65,45,69)
C0M65Y45K69 
(0%,65%,45%,69%)
(0.00/0.65/0.45/0.69)	

CMYK percentages

%0
%65
%45
%68.63

Codes

Color #501C2C in popluar color models

501C2C
RGB802844
HSL342°48.15%21.18%
HSB/HSV342°65.00%31.37%
CMYK0.00%65.00%45.00%
68.63%

Color #501C2C in popluar number systems.

HEX501C2C
Decimal802844
Binary101000011100101100
Octal1203454

Shades and tints

Shades of #501C2C

#501C2C
(80,28,44)
#491A28
(73,26,40)
#421824
(66,24,36)
#3B1620
(59,22,32)
#34141C
(52,20,28)
#2D1218
(45,18,24)
#261014
(38,16,20)
#1F0E10
(31,14,16)
#180C0C
(24,12,12)
#110A08
(17,10,8)
#0A0804
(10,8,4)
#000000
(0,0,0)

Tints of #501C2C

#501C2C
(80,28,44)
#5F303F
(95,48,63)
#6E4452
(110,68,82)
#7D5865
(125,88,101)
#8C6C78
(140,108,120)
#9B808B
(155,128,139)
#AA949E
(170,148,158)
#B9A8B1
(185,168,177)
#C8BCC4
(200,188,196)
#D7D0D7
(215,208,215)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501C2C; }

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

This text font color is #501C2C.


Background Color

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

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

This div background color is #501C2C.


Border color

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

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

This div border color is #501C2C.


Opacity

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

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

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

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

This text has shadow with #501C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501C2C on black background.


Color preview on white background

This text has color #501C2C on white background.



Black color preview on #501C2C background

This text has black color on #501C2C background.


White color preview on #501C2C background

This text has white color on #501C2C background.