COLOR #501836

HEX: #501836
RGB: (80,24,54)

Color info

#501836 contains red, green and blue colors in about the same proportion. Web safe color of #501836 is #660033 (or #603).

RGB color model

#501836 color RGB value is (80,24,54).

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

RGB channels and saturation

R 80 of 255 = 31%
G 24 of 255 = 9%
B 54 of 255 = 21%

80
24
54

R + G + B ~ 20%. #501836 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 24 + 54 = 158 (100%)
R 80 of 158 ~ 50.63%
G 24 of 158 ~ 15.19%
B 54 of 158 ~ 34.18%

%50.63
%15.19
%34.18

CMYK color model

#501836 color CMYK value is (0,70,33,69).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 32.50%
  • key color value is 68.63%
CMYK:
(0,70,33,69)
C0M70Y33K69 
(0%,70%,33%,69%)
(0.00/0.70/0.33/0.69)	

CMYK percentages

%0
%70
%32.5
%68.63

Codes

Color #501836 in popluar color models

501836
RGB802454
HSL328°53.85%20.39%
HSB/HSV328°70.00%31.37%
CMYK0.00%70.00%32.50%
68.63%

Color #501836 in popluar number systems.

HEX501836
Decimal802454
Binary101000011000110110
Octal1203066

Shades and tints

Shades of #501836

#501836
(80,24,54)
#491632
(73,22,50)
#42142E
(66,20,46)
#3B122A
(59,18,42)
#341026
(52,16,38)
#2D0E22
(45,14,34)
#260C1E
(38,12,30)
#1F0A1A
(31,10,26)
#180816
(24,8,22)
#110612
(17,6,18)
#0A040E
(10,4,14)
#000000
(0,0,0)

Tints of #501836

#501836
(80,24,54)
#5F2D48
(95,45,72)
#6E425A
(110,66,90)
#7D576C
(125,87,108)
#8C6C7E
(140,108,126)
#9B8190
(155,129,144)
#AA96A2
(170,150,162)
#B9ABB4
(185,171,180)
#C8C0C6
(200,192,198)
#D7D5D8
(215,213,216)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501836; }

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

This text font color is #501836.


Background Color

.myBgColor { background-color: #501836; }

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

This div background color is #501836.


Border color

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

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

This div border color is #501836.


Opacity

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

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

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

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

This text has shadow with #501836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501836 on black background.


Color preview on white background

This text has color #501836 on white background.



Black color preview on #501836 background

This text has black color on #501836 background.


White color preview on #501836 background

This text has white color on #501836 background.