COLOR #500B15

HEX: #500B15
RGB: (80,11,21)

Color info

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

RGB color model

#500B15 color RGB value is (80,11,21).

  • red value is 80;
  • green value is 11;
  • blue value is 21.
RGB:
(80,11,21)
(31%,4%,8%)

RGB channels and saturation

R 80 of 255 = 31%
G 11 of 255 = 4%
B 21 of 255 = 8%

80
11
21

R + G + B ~ 14%. #500B15 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 11 + 21 = 112 (100%)
R 80 of 112 ~ 71.43%
G 11 of 112 ~ 9.82%
B 21 of 112 ~ 18.75%

%71.43
%9.82
%18.75

CMYK color model

#500B15 color CMYK value is (0,86,74,69).

  • cyan value is 0.00%
  • magenta value is 86.25%
  • yellow value is 73.75%
  • key color value is 68.63%
CMYK:
(0,86,74,69)
C0M86Y74K69 
(0%,86%,74%,69%)
(0.00/0.86/0.74/0.69)	

CMYK percentages

%0
%86.25
%73.75
%68.63

Codes

Color #500B15 in popluar color models

500B15
RGB801121
HSL351°75.82%17.84%
HSB/HSV351°86.25%31.37%
CMYK0.00%86.25%73.75%
68.63%

Color #500B15 in popluar number systems.

HEX500B15
Decimal801121
Binary1010000101110101
Octal1201325

Shades and tints

Shades of #500B15

#500B15
(80,11,21)
#490A14
(73,10,20)
#420913
(66,9,19)
#3B0812
(59,8,18)
#340711
(52,7,17)
#2D0610
(45,6,16)
#26050F
(38,5,15)
#1F040E
(31,4,14)
#18030D
(24,3,13)
#11020C
(17,2,12)
#0A010B
(10,1,11)
#000000
(0,0,0)

Tints of #500B15

#500B15
(80,11,21)
#5F212A
(95,33,42)
#6E373F
(110,55,63)
#7D4D54
(125,77,84)
#8C6369
(140,99,105)
#9B797E
(155,121,126)
#AA8F93
(170,143,147)
#B9A5A8
(185,165,168)
#C8BBBD
(200,187,189)
#D7D1D2
(215,209,210)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500B15 color. Also use rgb(80,11,21) instead hex code.

Text Font Color

.myTextColor { color: #500B15; }

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

This text font color is #500B15.


Background Color

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

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

This div background color is #500B15.


Border color

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

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

This div border color is #500B15.


Opacity

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

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

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

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

This text has shadow with #500B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500B15 on black background.


Color preview on white background

This text has color #500B15 on white background.



Black color preview on #500B15 background

This text has black color on #500B15 background.


White color preview on #500B15 background

This text has white color on #500B15 background.