COLOR #500218

HEX: #500218 RGB: (80,2,24)

Color info

#500218 contains mainly red and blue colors. Web safe color of #500218 is #660000 (or #600).

RGB color model

#500218 color RGB value is (80,2,24).

RGB: (80,2,24) (31%, 1%, 9%)

RGB channels and saturation

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

80
2
24

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

Portions of RGB colors in percentages

R + G + B = 80 + 2 + 24 = 106 (100%)
R 80 of 106 ~ 75.47%
G 2 of 106 ~ 1.89%
B 24 of 106 ~ 22.64'%

%75.47
%22.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 97.50%
  • yellow value is 70.00%
  • key color value is 68.63%

CMYK: (0,98,70,69)
C0M98Y70K69 (0%, 98%, 70%, 69%)
(0.00 / 0.98 / 0.70 / 0.69)

CMYK percentages

%0
%97.5
%70
%68.63

Codes

Color #500218 in popluar color models

50 02 18
RGB 80 2 24
HSL 343° 95.12% 16.08%
HSB/HSV 343° 97.50% 31.37%
CMYK 0.00% 97.50% 70.00%
68.63%

Color #500218 in popluar number systems.

HEX 50 02 18
Decimal 80 2 24
Binary 1010000 10 11000
Octal 120 2 30

Shades and tints

Shades of #500218

#500218
(80,2,24)
#490216
(73,2,22)
#420214
(66,2,20)
#3B0212
(59,2,18)
#340210
(52,2,16)
#2D020E
(45,2,14)
#26020C
(38,2,12)
#1F020A
(31,2,10)
#180208
(24,2,8)
#110206
(17,2,6)
#0A0204
(10,2,4)
#000000
(0,0,0)

Tints of #500218

#500218
(80,2,24)
#5F192D
(95,25,45)
#6E3042
(110,48,66)
#7D4757
(125,71,87)
#8C5E6C
(140,94,108)
#9B7581
(155,117,129)
#AA8C96
(170,140,150)
#B9A3AB
(185,163,171)
#C8BAC0
(200,186,192)
#D7D1D5
(215,209,213)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500218; }

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

This text font color is #500218.

Background Color

.myBgColor { background-color: #500218; }

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

This div background color is #500218.

Border color

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

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

This div border color is #500218.

Opacity

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

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

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

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

This text has shadow with #500218 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #500218.

Preview

Color preview on black background

This text has color #500218 on black background.


Color preview on white background

This text has color #500218 on white background.


Black color preview on #500218 background

This text has black color on #500218 background.


White color preview on #500218 background

This text has white color on #500218 background.


Related colors

Complementary color

Complementary color for #hex is #AFFDE7.


I love getcolorcode.com

Triadic colors

1 #185002 and #021850 with #500218 are triadic colors.

2 #180250 and #025018 with #500218 are triadic colors.