COLOR #500D19

HEX: #500D19
RGB: (80,13,25)

Color info

#500D19 contains mainly red and blue colors. Web safe color of #500D19 is #660000 (or #600).

RGB color model

#500D19 color RGB value is (80,13,25).

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

RGB channels and saturation

R 80 of 255 = 31%
G 13 of 255 = 5%
B 25 of 255 = 10%

80
13
25

R + G + B ~ 15%. #500D19 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 13 + 25 = 118 (100%)
R 80 of 118 ~ 67.8%
G 13 of 118 ~ 11.02%
B 25 of 118 ~ 21.19%

%67.8
%11.02
%21.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 83.75%
  • yellow value is 68.75%
  • key color value is 68.63%
CMYK:
(0,84,69,69)
C0M84Y69K69 
(0%,84%,69%,69%)
(0.00/0.84/0.69/0.69)	

CMYK percentages

%0
%83.75
%68.75
%68.63

Codes

Color #500D19 in popluar color models

500D19
RGB801325
HSL349°72.04%18.24%
HSB/HSV349°83.75%31.37%
CMYK0.00%83.75%68.75%
68.63%

Color #500D19 in popluar number systems.

HEX500D19
Decimal801325
Binary1010000110111001
Octal1201531

Shades and tints

Shades of #500D19

#500D19
(80,13,25)
#490C17
(73,12,23)
#420B15
(66,11,21)
#3B0A13
(59,10,19)
#340911
(52,9,17)
#2D080F
(45,8,15)
#26070D
(38,7,13)
#1F060B
(31,6,11)
#180509
(24,5,9)
#110407
(17,4,7)
#0A0305
(10,3,5)
#000000
(0,0,0)

Tints of #500D19

#500D19
(80,13,25)
#5F232D
(95,35,45)
#6E3941
(110,57,65)
#7D4F55
(125,79,85)
#8C6569
(140,101,105)
#9B7B7D
(155,123,125)
#AA9191
(170,145,145)
#B9A7A5
(185,167,165)
#C8BDB9
(200,189,185)
#D7D3CD
(215,211,205)
#E6E9E1
(230,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500D19; }

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

This text font color is #500D19.


Background Color

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

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

This div background color is #500D19.


Border color

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

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

This div border color is #500D19.


Opacity

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

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

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

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

This text has shadow with #500D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500D19 on black background.


Color preview on white background

This text has color #500D19 on white background.



Black color preview on #500D19 background

This text has black color on #500D19 background.


White color preview on #500D19 background

This text has white color on #500D19 background.