COLOR #501818

HEX: #501818
RGB: (80,24,24)

Color info

#501818 contains red, green and blue colors in about the same proportion. Web safe color of #501818 is #660000 (or #600).

RGB color model

#501818 color RGB value is (80,24,24).

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

RGB channels and saturation

R 80 of 255 = 31%
G 24 of 255 = 9%
B 24 of 255 = 9%

80
24
24

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

Portions of RGB colors in percentages

R + G + B =
80 + 24 + 24 = 128 (100%)
R 80 of 128 ~ 62.5%
G 24 of 128 ~ 18.75%
B 24 of 128 ~ 18.75%

%62.5
%18.75
%18.75

CMYK color model

#501818 color CMYK value is (0,70,70,69).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 70.00%
  • key color value is 68.63%
CMYK:
(0,70,70,69)
C0M70Y70K69 
(0%,70%,70%,69%)
(0.00/0.70/0.70/0.69)	

CMYK percentages

%0
%70
%70
%68.63

Codes

Color #501818 in popluar color models

501818
RGB802424
HSL53.85%20.39%
HSB/HSV70.00%31.37%
CMYK0.00%70.00%70.00%
68.63%

Color #501818 in popluar number systems.

HEX501818
Decimal802424
Binary10100001100011000
Octal1203030

Shades and tints

Shades of #501818

#501818
(80,24,24)
#491616
(73,22,22)
#421414
(66,20,20)
#3B1212
(59,18,18)
#341010
(52,16,16)
#2D0E0E
(45,14,14)
#260C0C
(38,12,12)
#1F0A0A
(31,10,10)
#180808
(24,8,8)
#110606
(17,6,6)
#0A0404
(10,4,4)
#000000
(0,0,0)

Tints of #501818

#501818
(80,24,24)
#5F2D2D
(95,45,45)
#6E4242
(110,66,66)
#7D5757
(125,87,87)
#8C6C6C
(140,108,108)
#9B8181
(155,129,129)
#AA9696
(170,150,150)
#B9ABAB
(185,171,171)
#C8C0C0
(200,192,192)
#D7D5D5
(215,213,213)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501818; }

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

This text font color is #501818.


Background Color

.myBgColor { background-color: #501818; }

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

This div background color is #501818.


Border color

.myBorderColor { border: 1px solid #501818; }

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

This div border color is #501818.


Opacity

.myOpacity80 { color: #501818; opacity: 0.8; }

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

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

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

This text has shadow with #501818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501818 on black background.


Color preview on white background

This text has color #501818 on white background.



Black color preview on #501818 background

This text has black color on #501818 background.


White color preview on #501818 background

This text has white color on #501818 background.