COLOR #500F0F

HEX: #500F0F
RGB: (80,15,15)

Color info

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

RGB color model

#500F0F color RGB value is (80,15,15).

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

RGB channels and saturation

R 80 of 255 = 31%
G 15 of 255 = 6%
B 15 of 255 = 6%

80
15
15

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

Portions of RGB colors in percentages

R + G + B =
80 + 15 + 15 = 110 (100%)
R 80 of 110 ~ 72.73%
G 15 of 110 ~ 13.64%
B 15 of 110 ~ 13.64%

%72.73
%13.64
%13.64

CMYK color model

#500F0F color CMYK value is (0,81,81,69).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 81.25%
  • key color value is 68.63%
CMYK:
(0,81,81,69)
C0M81Y81K69 
(0%,81%,81%,69%)
(0.00/0.81/0.81/0.69)	

CMYK percentages

%0
%81.25
%81.25
%68.63

Codes

Color #500F0F in popluar color models

500F0F
RGB801515
HSL68.42%18.63%
HSB/HSV81.25%31.37%
CMYK0.00%81.25%81.25%
68.63%

Color #500F0F in popluar number systems.

HEX500F0F
Decimal801515
Binary101000011111111
Octal1201717

Shades and tints

Shades of #500F0F

#500F0F
(80,15,15)
#490E0E
(73,14,14)
#420D0D
(66,13,13)
#3B0C0C
(59,12,12)
#340B0B
(52,11,11)
#2D0A0A
(45,10,10)
#260909
(38,9,9)
#1F0808
(31,8,8)
#180707
(24,7,7)
#110606
(17,6,6)
#0A0505
(10,5,5)
#000000
(0,0,0)

Tints of #500F0F

#500F0F
(80,15,15)
#5F2424
(95,36,36)
#6E3939
(110,57,57)
#7D4E4E
(125,78,78)
#8C6363
(140,99,99)
#9B7878
(155,120,120)
#AA8D8D
(170,141,141)
#B9A2A2
(185,162,162)
#C8B7B7
(200,183,183)
#D7CCCC
(215,204,204)
#E6E1E1
(230,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500F0F; }

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

This text font color is #500F0F.


Background Color

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

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

This div background color is #500F0F.


Border color

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

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

This div border color is #500F0F.


Opacity

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

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

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

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

This text has shadow with #500F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500F0F on black background.


Color preview on white background

This text has color #500F0F on white background.



Black color preview on #500F0F background

This text has black color on #500F0F background.


White color preview on #500F0F background

This text has white color on #500F0F background.