COLOR #501E1C

HEX: #501E1C
RGB: (80,30,28)

Color info

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

RGB color model

#501E1C color RGB value is (80,30,28).

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

RGB channels and saturation

R 80 of 255 = 31%
G 30 of 255 = 12%
B 28 of 255 = 11%

80
30
28

R + G + B ~ 18%. #501E1C is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 30 + 28 = 138 (100%)
R 80 of 138 ~ 57.97%
G 30 of 138 ~ 21.74%
B 28 of 138 ~ 20.29%

%57.97
%21.74
%20.29

CMYK color model

#501E1C color CMYK value is (0,63,65,69).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(0,63,65,69)
C0M63Y65K69 
(0%,63%,65%,69%)
(0.00/0.63/0.65/0.69)	

CMYK percentages

%0
%62.5
%65
%68.63

Codes

Color #501E1C in popluar color models

501E1C
RGB803028
HSL48.15%21.18%
HSB/HSV65.00%31.37%
CMYK0.00%62.50%65.00%
68.63%

Color #501E1C in popluar number systems.

HEX501E1C
Decimal803028
Binary10100001111011100
Octal1203634

Shades and tints

Shades of #501E1C

#501E1C
(80,30,28)
#491C1A
(73,28,26)
#421A18
(66,26,24)
#3B1816
(59,24,22)
#341614
(52,22,20)
#2D1412
(45,20,18)
#261210
(38,18,16)
#1F100E
(31,16,14)
#180E0C
(24,14,12)
#110C0A
(17,12,10)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #501E1C

#501E1C
(80,30,28)
#5F3230
(95,50,48)
#6E4644
(110,70,68)
#7D5A58
(125,90,88)
#8C6E6C
(140,110,108)
#9B8280
(155,130,128)
#AA9694
(170,150,148)
#B9AAA8
(185,170,168)
#C8BEBC
(200,190,188)
#D7D2D0
(215,210,208)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501E1C; }

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

This text font color is #501E1C.


Background Color

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

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

This div background color is #501E1C.


Border color

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

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

This div border color is #501E1C.


Opacity

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

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

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

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

This text has shadow with #501E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501E1C on black background.


Color preview on white background

This text has color #501E1C on white background.



Black color preview on #501E1C background

This text has black color on #501E1C background.


White color preview on #501E1C background

This text has white color on #501E1C background.