COLOR #501C1B

HEX: #501C1B
RGB: (80,28,27)

Color info

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

RGB color model

#501C1B color RGB value is (80,28,27).

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

RGB channels and saturation

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

80
28
27

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

Portions of RGB colors in percentages

R + G + B =
80 + 28 + 27 = 135 (100%)
R 80 of 135 ~ 59.26%
G 28 of 135 ~ 20.74%
B 27 of 135 ~ 20%

%59.26
%20.74
%20

CMYK color model

#501C1B color CMYK value is (0,65,66,69).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 66.25%
  • key color value is 68.63%
CMYK:
(0,65,66,69)
C0M65Y66K69 
(0%,65%,66%,69%)
(0.00/0.65/0.66/0.69)	

CMYK percentages

%0
%65
%66.25
%68.63

Codes

Color #501C1B in popluar color models

501C1B
RGB802827
HSL49.53%20.98%
HSB/HSV66.25%31.37%
CMYK0.00%65.00%66.25%
68.63%

Color #501C1B in popluar number systems.

HEX501C1B
Decimal802827
Binary10100001110011011
Octal1203433

Shades and tints

Shades of #501C1B

#501C1B
(80,28,27)
#491A19
(73,26,25)
#421817
(66,24,23)
#3B1615
(59,22,21)
#341413
(52,20,19)
#2D1211
(45,18,17)
#26100F
(38,16,15)
#1F0E0D
(31,14,13)
#180C0B
(24,12,11)
#110A09
(17,10,9)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #501C1B

#501C1B
(80,28,27)
#5F302F
(95,48,47)
#6E4443
(110,68,67)
#7D5857
(125,88,87)
#8C6C6B
(140,108,107)
#9B807F
(155,128,127)
#AA9493
(170,148,147)
#B9A8A7
(185,168,167)
#C8BCBB
(200,188,187)
#D7D0CF
(215,208,207)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501C1B; }

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

This text font color is #501C1B.


Background Color

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

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

This div background color is #501C1B.


Border color

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

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

This div border color is #501C1B.


Opacity

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

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

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

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

This text has shadow with #501C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501C1B on black background.


Color preview on white background

This text has color #501C1B on white background.



Black color preview on #501C1B background

This text has black color on #501C1B background.


White color preview on #501C1B background

This text has white color on #501C1B background.