COLOR #500613

HEX: #500613
RGB: (80,6,19)

Color info

#500613 contains mainly red color. Web safe color of #500613 is #660000 (or #600).

RGB color model

#500613 color RGB value is (80,6,19).

  • red value is 80;
  • green value is 6;
  • blue value is 19.
RGB:
(80,6,19)
(31%,2%,7%)

RGB channels and saturation

R 80 of 255 = 31%
G 6 of 255 = 2%
B 19 of 255 = 7%

80
6
19

R + G + B ~ 13%. #500613 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 6 + 19 = 105 (100%)
R 80 of 105 ~ 76.19%
G 6 of 105 ~ 5.71%
B 19 of 105 ~ 18.1%

%76.19
%18.1

CMYK color model

#500613 color CMYK value is (0,93,76,69).

  • cyan value is 0.00%
  • magenta value is 92.50%
  • yellow value is 76.25%
  • key color value is 68.63%
CMYK:
(0,93,76,69)
C0M93Y76K69 
(0%,93%,76%,69%)
(0.00/0.93/0.76/0.69)	

CMYK percentages

%0
%92.5
%76.25
%68.63

Codes

Color #500613 in popluar color models

500613
RGB80619
HSL349°86.05%16.86%
HSB/HSV349°92.50%31.37%
CMYK0.00%92.50%76.25%
68.63%

Color #500613 in popluar number systems.

HEX500613
Decimal80619
Binary101000011010011
Octal120623

Shades and tints

Shades of #500613

#500613
(80,6,19)
#490612
(73,6,18)
#420611
(66,6,17)
#3B0610
(59,6,16)
#34060F
(52,6,15)
#2D060E
(45,6,14)
#26060D
(38,6,13)
#1F060C
(31,6,12)
#18060B
(24,6,11)
#11060A
(17,6,10)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #500613

#500613
(80,6,19)
#5F1C28
(95,28,40)
#6E323D
(110,50,61)
#7D4852
(125,72,82)
#8C5E67
(140,94,103)
#9B747C
(155,116,124)
#AA8A91
(170,138,145)
#B9A0A6
(185,160,166)
#C8B6BB
(200,182,187)
#D7CCD0
(215,204,208)
#E6E2E5
(230,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500613 color. Also use rgb(80,6,19) instead hex code.

Text Font Color

.myTextColor { color: #500613; }

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

This text font color is #500613.


Background Color

.myBgColor { background-color: #500613; }

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

This div background color is #500613.


Border color

.myBorderColor { border: 1px solid #500613; }

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

This div border color is #500613.


Opacity

.myOpacity80 { color: #500613; opacity: 0.8; }

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

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

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

This text has shadow with #500613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500613 on black background.


Color preview on white background

This text has color #500613 on white background.



Black color preview on #500613 background

This text has black color on #500613 background.


White color preview on #500613 background

This text has white color on #500613 background.