COLOR #500F1F

HEX: #500F1F RGB: (80,15,31)

Color info

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

RGB color model

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

RGB: (80,15,31) (31%, 6%, 12%)

RGB channels and saturation

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

80
15
31

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

Portions of RGB colors in percentages

R + G + B = 80 + 15 + 31 = 126 (100%)
R 80 of 126 ~ 63.49%
G 15 of 126 ~ 11.9%
B 31 of 126 ~ 24.6'%

%63.49
%11.9
%24.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 61.25%
  • key color value is 68.63%

CMYK: (0,81,61,69)
C0M81Y61K69 (0%, 81%, 61%, 69%)
(0.00 / 0.81 / 0.61 / 0.69)

CMYK percentages

%0
%81.25
%61.25
%68.63

Codes

Color #500F1F in popluar color models

50 0F 1F
RGB 80 15 31
HSL 345° 68.42% 18.63%
HSB/HSV 345° 81.25% 31.37%
CMYK 0.00% 81.25% 61.25%
68.63%

Color #500F1F in popluar number systems.

HEX 50 0F 1F
Decimal 80 15 31
Binary 1010000 1111 11111
Octal 120 17 37

Shades and tints

Shades of #500F1F

#500F1F
(80,15,31)
#490E1D
(73,14,29)
#420D1B
(66,13,27)
#3B0C19
(59,12,25)
#340B17
(52,11,23)
#2D0A15
(45,10,21)
#260913
(38,9,19)
#1F0811
(31,8,17)
#18070F
(24,7,15)
#11060D
(17,6,13)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #500F1F

#500F1F
(80,15,31)
#5F2433
(95,36,51)
#6E3947
(110,57,71)
#7D4E5B
(125,78,91)
#8C636F
(140,99,111)
#9B7883
(155,120,131)
#AA8D97
(170,141,151)
#B9A2AB
(185,162,171)
#C8B7BF
(200,183,191)
#D7CCD3
(215,204,211)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500F1F; }

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

This text font color is #500F1F.

Background Color

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

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

This div background color is #500F1F.

Border color

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

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

This div border color is #500F1F.

Opacity

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

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

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

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

This text has shadow with #500F1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #500F1F.

Preview

Color preview on black background

This text has color #500F1F on black background.


Color preview on white background

This text has color #500F1F on white background.


Black color preview on #500F1F background

This text has black color on #500F1F background.


White color preview on #500F1F background

This text has white color on #500F1F background.


Related colors

Complementary color

Complementary color for #hex is #AFF0E0.


I love getcolorcode.com

Triadic colors

1 #1F500F and #0F1F50 with #500F1F are triadic colors.

2 #1F0F50 and #0F501F with #500F1F are triadic colors.