COLOR #500D1C

HEX: #500D1C
RGB: (80,13,28)

Color info

#500D1C contains mainly red and blue colors. Web safe color of #500D1C is #660033 (or #603).

RGB color model

#500D1C color RGB value is (80,13,28).

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

RGB channels and saturation

R 80 of 255 = 31%
G 13 of 255 = 5%
B 28 of 255 = 11%

80
13
28

R + G + B ~ 16%. #500D1C is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 13 + 28 = 121 (100%)
R 80 of 121 ~ 66.12%
G 13 of 121 ~ 10.74%
B 28 of 121 ~ 23.14%

%66.12
%10.74
%23.14

CMYK color model

#500D1C color CMYK value is (0,84,65,69).

  • cyan value is 0.00%
  • magenta value is 83.75%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(0,84,65,69)
C0M84Y65K69 
(0%,84%,65%,69%)
(0.00/0.84/0.65/0.69)	

CMYK percentages

%0
%83.75
%65
%68.63

Codes

Color #500D1C in popluar color models

500D1C
RGB801328
HSL347°72.04%18.24%
HSB/HSV347°83.75%31.37%
CMYK0.00%83.75%65.00%
68.63%

Color #500D1C in popluar number systems.

HEX500D1C
Decimal801328
Binary1010000110111100
Octal1201534

Shades and tints

Shades of #500D1C

#500D1C
(80,13,28)
#490C1A
(73,12,26)
#420B18
(66,11,24)
#3B0A16
(59,10,22)
#340914
(52,9,20)
#2D0812
(45,8,18)
#260710
(38,7,16)
#1F060E
(31,6,14)
#18050C
(24,5,12)
#11040A
(17,4,10)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #500D1C

#500D1C
(80,13,28)
#5F2330
(95,35,48)
#6E3944
(110,57,68)
#7D4F58
(125,79,88)
#8C656C
(140,101,108)
#9B7B80
(155,123,128)
#AA9194
(170,145,148)
#B9A7A8
(185,167,168)
#C8BDBC
(200,189,188)
#D7D3D0
(215,211,208)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500D1C color. Also use rgb(80,13,28) instead hex code.

Text Font Color

.myTextColor { color: #500D1C; }

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

This text font color is #500D1C.


Background Color

.myBgColor { background-color: #500D1C; }

<div style="background-color:#500D1C">Inner text</div>

This div background color is #500D1C.


Border color

.myBorderColor { border: 1px solid #500D1C; }

<div style="border:3px solid #500D1C">Div</div>

This div border color is #500D1C.


Opacity

.myOpacity80 { color: #500D1C; opacity: 0.8; }

<p style="color:#500D1C;opacity:0.8;">80%</p>

Text with #500D1C 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 #500D1C;}

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

This text has shadow with #500D1C color.

.textShadow {text-shadow: 3px 3px 1px #500D1C, 3px 3px 1px red;}

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

This text has shadow with #500D1C primary color and red secondary color.


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

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

This text has shadow with #500D1C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500D1C on black background.


Color preview on white background

This text has color #500D1C on white background.



Black color preview on #500D1C background

This text has black color on #500D1C background.


White color preview on #500D1C background

This text has white color on #500D1C background.