COLOR #500036

HEX: #500036
RGB: (80,0,54)

Color info

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

RGB color model

#500036 color RGB value is (80,0,54).

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

RGB channels and saturation

R 80 of 255 = 31%
G 0 of 255 = 0%
B 54 of 255 = 21%

80
0
54

R + G + B ~ 17%. #500036 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 0 + 54 = 134 (100%)
R 80 of 134 ~ 59.7%
G 0 of 134 ~ 0%
B 54 of 134 ~ 40.3%

%59.7
%40.3

CMYK color model

#500036 color CMYK value is (0,100,33,69).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 32.50%
  • key color value is 68.63%
CMYK:
(0,100,33,69)
C0M100Y33K69 
(0%,100%,33%,69%)
(0.00/1.00/0.33/0.69)	

CMYK percentages

%0
%100
%32.5
%68.63

Codes

Color #500036 in popluar color models

500036
RGB80054
HSL320°100.00%15.69%
HSB/HSV320°100.00%31.37%
CMYK0.00%100.00%32.50%
68.63%

Color #500036 in popluar number systems.

HEX500036
Decimal80054
Binary10100000110110
Octal120066

Shades and tints

Shades of #500036

#500036
(80,0,54)
#490032
(73,0,50)
#42002E
(66,0,46)
#3B002A
(59,0,42)
#340026
(52,0,38)
#2D0022
(45,0,34)
#26001E
(38,0,30)
#1F001A
(31,0,26)
#180016
(24,0,22)
#110012
(17,0,18)
#0A000E
(10,0,14)
#000000
(0,0,0)

Tints of #500036

#500036
(80,0,54)
#5F1748
(95,23,72)
#6E2E5A
(110,46,90)
#7D456C
(125,69,108)
#8C5C7E
(140,92,126)
#9B7390
(155,115,144)
#AA8AA2
(170,138,162)
#B9A1B4
(185,161,180)
#C8B8C6
(200,184,198)
#D7CFD8
(215,207,216)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500036; }

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

This text font color is #500036.


Background Color

.myBgColor { background-color: #500036; }

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

This div background color is #500036.


Border color

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

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

This div border color is #500036.


Opacity

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

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

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

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

This text has shadow with #500036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500036 on black background.


Color preview on white background

This text has color #500036 on white background.



Black color preview on #500036 background

This text has black color on #500036 background.


White color preview on #500036 background

This text has white color on #500036 background.