COLOR #500F1B

HEX: #500F1B
RGB: (80,15,27)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
15
27

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

Portions of RGB colors in percentages

R + G + B =
80 + 15 + 27 = 122 (100%)
R 80 of 122 ~ 65.57%
G 15 of 122 ~ 12.3%
B 27 of 122 ~ 22.13%

%65.57
%12.3
%22.13

CMYK color model

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

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

CMYK percentages

%0
%81.25
%66.25
%68.63

Codes

Color #500F1B in popluar color models

500F1B
RGB801527
HSL349°68.42%18.63%
HSB/HSV349°81.25%31.37%
CMYK0.00%81.25%66.25%
68.63%

Color #500F1B in popluar number systems.

HEX500F1B
Decimal801527
Binary1010000111111011
Octal1201733

Shades and tints

Shades of #500F1B

#500F1B
(80,15,27)
#490E19
(73,14,25)
#420D17
(66,13,23)
#3B0C15
(59,12,21)
#340B13
(52,11,19)
#2D0A11
(45,10,17)
#26090F
(38,9,15)
#1F080D
(31,8,13)
#18070B
(24,7,11)
#110609
(17,6,9)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #500F1B

#500F1B
(80,15,27)
#5F242F
(95,36,47)
#6E3943
(110,57,67)
#7D4E57
(125,78,87)
#8C636B
(140,99,107)
#9B787F
(155,120,127)
#AA8D93
(170,141,147)
#B9A2A7
(185,162,167)
#C8B7BB
(200,183,187)
#D7CCCF
(215,204,207)
#E6E1E3
(230,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500F1B; }

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

This text font color is #500F1B.


Background Color

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

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

This div background color is #500F1B.


Border color

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

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

This div border color is #500F1B.


Opacity

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

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

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

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

This text has shadow with #500F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500F1B on black background.


Color preview on white background

This text has color #500F1B on white background.



Black color preview on #500F1B background

This text has black color on #500F1B background.


White color preview on #500F1B background

This text has white color on #500F1B background.