COLOR #500B1F

HEX: #500B1F RGB: (80,11,31)

Color info

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

RGB color model

#500B1F color RGB value is (80,11,31).

RGB: (80,11,31) (31%, 4%, 12%)

RGB channels and saturation

R 80 of 255 = 31%
G 11 of 255 = 4%
B 31 of 255 = 12%

80
11
31

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

Portions of RGB colors in percentages

R + G + B = 80 + 11 + 31 = 122 (100%)
R 80 of 122 ~ 65.57%
G 11 of 122 ~ 9.02%
B 31 of 122 ~ 25.41'%

%65.57
%25.41

CMYK color model

#500B1F color CMYK value is (0,86,61,69).

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

CMYK: (0,86,61,69)
C0M86Y61K69 (0%, 86%, 61%, 69%)
(0.00 / 0.86 / 0.61 / 0.69)

CMYK percentages

%0
%86.25
%61.25
%68.63

Codes

Color #500B1F in popluar color models

50 0B 1F
RGB 80 11 31
HSL 343° 75.82% 17.84%
HSB/HSV 343° 86.25% 31.37%
CMYK 0.00% 86.25% 61.25%
68.63%

Color #500B1F in popluar number systems.

HEX 50 0B 1F
Decimal 80 11 31
Binary 1010000 1011 11111
Octal 120 13 37

Shades and tints

Shades of #500B1F

#500B1F
(80,11,31)
#490A1D
(73,10,29)
#42091B
(66,9,27)
#3B0819
(59,8,25)
#340717
(52,7,23)
#2D0615
(45,6,21)
#260513
(38,5,19)
#1F0411
(31,4,17)
#18030F
(24,3,15)
#11020D
(17,2,13)
#0A010B
(10,1,11)
#000000
(0,0,0)

Tints of #500B1F

#500B1F
(80,11,31)
#5F2133
(95,33,51)
#6E3747
(110,55,71)
#7D4D5B
(125,77,91)
#8C636F
(140,99,111)
#9B7983
(155,121,131)
#AA8F97
(170,143,151)
#B9A5AB
(185,165,171)
#C8BBBF
(200,187,191)
#D7D1D3
(215,209,211)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500B1F; }

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

This text font color is #500B1F.

Background Color

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

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

This div background color is #500B1F.

Border color

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

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

This div border color is #500B1F.

Opacity

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

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

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

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

This text has shadow with #500B1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #500B1F.

Preview

Color preview on black background

This text has color #500B1F on black background.


Color preview on white background

This text has color #500B1F on white background.


Black color preview on #500B1F background

This text has black color on #500B1F background.


White color preview on #500B1F background

This text has white color on #500B1F background.


Related colors

Complementary color

Complementary color for #hex is #AFF4E0.


I love getcolorcode.com

Triadic colors

1 #1F500B and #0B1F50 with #500B1F are triadic colors.

2 #1F0B50 and #0B501F with #500B1F are triadic colors.