COLOR #500020

HEX: #500020
RGB: (80,0,32)

Color info

#500020 contains only red and blue colors. Web safe color of #500020 is #660033 (or #603).

RGB color model

#500020 color RGB value is (80,0,32).

  • red value is 80;
  • green value is 0;
  • blue value is 32.
RGB:
(80,0,32)
(31%,0%,13%)

RGB channels and saturation

R 80 of 255 = 31%
G 0 of 255 = 0%
B 32 of 255 = 13%

80
0
32

R + G + B ~ 15%. #500020 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 0 + 32 = 112 (100%)
R 80 of 112 ~ 71.43%
G 0 of 112 ~ 0%
B 32 of 112 ~ 28.57%

%71.43
%28.57

CMYK color model

#500020 color CMYK value is (0,100,60,69).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 60.00%
  • key color value is 68.63%
CMYK:
(0,100,60,69)
C0M100Y60K69 
(0%,100%,60%,69%)
(0.00/1.00/0.60/0.69)	

CMYK percentages

%0
%100
%60
%68.63

Codes

Color #500020 in popluar color models

500020
RGB80032
HSL336°100.00%15.69%
HSB/HSV336°100.00%31.37%
CMYK0.00%100.00%60.00%
68.63%

Color #500020 in popluar number systems.

HEX500020
Decimal80032
Binary10100000100000
Octal120040

Shades and tints

Shades of #500020

#500020
(80,0,32)
#49001E
(73,0,30)
#42001C
(66,0,28)
#3B001A
(59,0,26)
#340018
(52,0,24)
#2D0016
(45,0,22)
#260014
(38,0,20)
#1F0012
(31,0,18)
#180010
(24,0,16)
#11000E
(17,0,14)
#0A000C
(10,0,12)
#000000
(0,0,0)

Tints of #500020

#500020
(80,0,32)
#5F1734
(95,23,52)
#6E2E48
(110,46,72)
#7D455C
(125,69,92)
#8C5C70
(140,92,112)
#9B7384
(155,115,132)
#AA8A98
(170,138,152)
#B9A1AC
(185,161,172)
#C8B8C0
(200,184,192)
#D7CFD4
(215,207,212)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500020; }

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

This text font color is #500020.


Background Color

.myBgColor { background-color: #500020; }

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

This div background color is #500020.


Border color

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

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

This div border color is #500020.


Opacity

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

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

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

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

This text has shadow with #500020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500020 on black background.


Color preview on white background

This text has color #500020 on white background.



Black color preview on #500020 background

This text has black color on #500020 background.


White color preview on #500020 background

This text has white color on #500020 background.