COLOR #500211

HEX: #500211
RGB: (80,2,17)

Color info

#500211 contains mainly red color. Web safe color of #500211 is #660000 (or #600).

RGB color model

#500211 color RGB value is (80,2,17).

  • red value is 80;
  • green value is 2;
  • blue value is 17.
RGB:
(80,2,17)
(31%,1%,7%)

RGB channels and saturation

R 80 of 255 = 31%
G 2 of 255 = 1%
B 17 of 255 = 7%

80
2
17

R + G + B ~ 13%. #500211 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 2 + 17 = 99 (100%)
R 80 of 99 ~ 80.81%
G 2 of 99 ~ 2.02%
B 17 of 99 ~ 17.17%

%80.81
%17.17

CMYK color model

#500211 color CMYK value is (0,98,79,69).

  • cyan value is 0.00%
  • magenta value is 97.50%
  • yellow value is 78.75%
  • key color value is 68.63%
CMYK:
(0,98,79,69)
C0M98Y79K69 
(0%,98%,79%,69%)
(0.00/0.98/0.79/0.69)	

CMYK percentages

%0
%97.5
%78.75
%68.63

Codes

Color #500211 in popluar color models

500211
RGB80217
HSL348°95.12%16.08%
HSB/HSV348°97.50%31.37%
CMYK0.00%97.50%78.75%
68.63%

Color #500211 in popluar number systems.

HEX500211
Decimal80217
Binary10100001010001
Octal120221

Shades and tints

Shades of #500211

#500211
(80,2,17)
#490210
(73,2,16)
#42020F
(66,2,15)
#3B020E
(59,2,14)
#34020D
(52,2,13)
#2D020C
(45,2,12)
#26020B
(38,2,11)
#1F020A
(31,2,10)
#180209
(24,2,9)
#110208
(17,2,8)
#0A0207
(10,2,7)
#000000
(0,0,0)

Tints of #500211

#500211
(80,2,17)
#5F1926
(95,25,38)
#6E303B
(110,48,59)
#7D4750
(125,71,80)
#8C5E65
(140,94,101)
#9B757A
(155,117,122)
#AA8C8F
(170,140,143)
#B9A3A4
(185,163,164)
#C8BAB9
(200,186,185)
#D7D1CE
(215,209,206)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500211; }

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

This text font color is #500211.


Background Color

.myBgColor { background-color: #500211; }

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

This div background color is #500211.


Border color

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

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

This div border color is #500211.


Opacity

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

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

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

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

This text has shadow with #500211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500211 on black background.


Color preview on white background

This text has color #500211 on white background.



Black color preview on #500211 background

This text has black color on #500211 background.


White color preview on #500211 background

This text has white color on #500211 background.