COLOR #500820

HEX: #500820
RGB: (80,8,32)

Color info

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

RGB color model

#500820 color RGB value is (80,8,32).

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

RGB channels and saturation

R 80 of 255 = 31%
G 8 of 255 = 3%
B 32 of 255 = 13%

80
8
32

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

Portions of RGB colors in percentages

R + G + B =
80 + 8 + 32 = 120 (100%)
R 80 of 120 ~ 66.67%
G 8 of 120 ~ 6.67%
B 32 of 120 ~ 26.67%

%66.67
%26.67

CMYK color model

#500820 color CMYK value is (0,90,60,69).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 60.00%
  • key color value is 68.63%
CMYK:
(0,90,60,69)
C0M90Y60K69 
(0%,90%,60%,69%)
(0.00/0.90/0.60/0.69)	

CMYK percentages

%0
%90
%60
%68.63

Codes

Color #500820 in popluar color models

500820
RGB80832
HSL340°81.82%17.25%
HSB/HSV340°90.00%31.37%
CMYK0.00%90.00%60.00%
68.63%

Color #500820 in popluar number systems.

HEX500820
Decimal80832
Binary10100001000100000
Octal1201040

Shades and tints

Shades of #500820

#500820
(80,8,32)
#49081E
(73,8,30)
#42081C
(66,8,28)
#3B081A
(59,8,26)
#340818
(52,8,24)
#2D0816
(45,8,22)
#260814
(38,8,20)
#1F0812
(31,8,18)
#180810
(24,8,16)
#11080E
(17,8,14)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #500820

#500820
(80,8,32)
#5F1E34
(95,30,52)
#6E3448
(110,52,72)
#7D4A5C
(125,74,92)
#8C6070
(140,96,112)
#9B7684
(155,118,132)
#AA8C98
(170,140,152)
#B9A2AC
(185,162,172)
#C8B8C0
(200,184,192)
#D7CED4
(215,206,212)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500820; }

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

This text font color is #500820.


Background Color

.myBgColor { background-color: #500820; }

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

This div background color is #500820.


Border color

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

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

This div border color is #500820.


Opacity

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

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

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

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

This text has shadow with #500820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500820 on black background.


Color preview on white background

This text has color #500820 on white background.



Black color preview on #500820 background

This text has black color on #500820 background.


White color preview on #500820 background

This text has white color on #500820 background.