COLOR #500E1C

HEX: #500E1C
RGB: (80,14,28)

Color info

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

RGB color model

#500E1C color RGB value is (80,14,28).

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

RGB channels and saturation

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

80
14
28

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

Portions of RGB colors in percentages

R + G + B =
80 + 14 + 28 = 122 (100%)
R 80 of 122 ~ 65.57%
G 14 of 122 ~ 11.48%
B 28 of 122 ~ 22.95%

%65.57
%11.48
%22.95

CMYK color model

#500E1C color CMYK value is (0,83,65,69).

  • cyan value is 0.00%
  • magenta value is 82.50%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(0,83,65,69)
C0M83Y65K69 
(0%,83%,65%,69%)
(0.00/0.83/0.65/0.69)	

CMYK percentages

%0
%82.5
%65
%68.63

Codes

Color #500E1C in popluar color models

500E1C
RGB801428
HSL347°70.21%18.43%
HSB/HSV347°82.50%31.37%
CMYK0.00%82.50%65.00%
68.63%

Color #500E1C in popluar number systems.

HEX500E1C
Decimal801428
Binary1010000111011100
Octal1201634

Shades and tints

Shades of #500E1C

#500E1C
(80,14,28)
#490D1A
(73,13,26)
#420C18
(66,12,24)
#3B0B16
(59,11,22)
#340A14
(52,10,20)
#2D0912
(45,9,18)
#260810
(38,8,16)
#1F070E
(31,7,14)
#18060C
(24,6,12)
#11050A
(17,5,10)
#0A0408
(10,4,8)
#000000
(0,0,0)

Tints of #500E1C

#500E1C
(80,14,28)
#5F2330
(95,35,48)
#6E3844
(110,56,68)
#7D4D58
(125,77,88)
#8C626C
(140,98,108)
#9B7780
(155,119,128)
#AA8C94
(170,140,148)
#B9A1A8
(185,161,168)
#C8B6BC
(200,182,188)
#D7CBD0
(215,203,208)
#E6E0E4
(230,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500E1C; }

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

This text font color is #500E1C.


Background Color

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

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

This div background color is #500E1C.


Border color

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

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

This div border color is #500E1C.


Opacity

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

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

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

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

This text has shadow with #500E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500E1C on black background.


Color preview on white background

This text has color #500E1C on white background.



Black color preview on #500E1C background

This text has black color on #500E1C background.


White color preview on #500E1C background

This text has white color on #500E1C background.