COLOR #501633

HEX: #501633
RGB: (80,22,51)

Color info

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

RGB color model

#501633 color RGB value is (80,22,51).

  • red value is 80;
  • green value is 22;
  • blue value is 51.
RGB:
(80,22,51)
(31%,9%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 22 of 255 = 9%
B 51 of 255 = 20%

80
22
51

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

Portions of RGB colors in percentages

R + G + B =
80 + 22 + 51 = 153 (100%)
R 80 of 153 ~ 52.29%
G 22 of 153 ~ 14.38%
B 51 of 153 ~ 33.33%

%52.29
%14.38
%33.33

CMYK color model

#501633 color CMYK value is (0,73,36,69).

  • cyan value is 0.00%
  • magenta value is 72.50%
  • yellow value is 36.25%
  • key color value is 68.63%
CMYK:
(0,73,36,69)
C0M73Y36K69 
(0%,73%,36%,69%)
(0.00/0.73/0.36/0.69)	

CMYK percentages

%0
%72.5
%36.25
%68.63

Codes

Color #501633 in popluar color models

501633
RGB802251
HSL330°56.86%20.00%
HSB/HSV330°72.50%31.37%
CMYK0.00%72.50%36.25%
68.63%

Color #501633 in popluar number systems.

HEX501633
Decimal802251
Binary101000010110110011
Octal1202663

Shades and tints

Shades of #501633

#501633
(80,22,51)
#49142F
(73,20,47)
#42122B
(66,18,43)
#3B1027
(59,16,39)
#340E23
(52,14,35)
#2D0C1F
(45,12,31)
#260A1B
(38,10,27)
#1F0817
(31,8,23)
#180613
(24,6,19)
#11040F
(17,4,15)
#0A020B
(10,2,11)
#000000
(0,0,0)

Tints of #501633

#501633
(80,22,51)
#5F2B45
(95,43,69)
#6E4057
(110,64,87)
#7D5569
(125,85,105)
#8C6A7B
(140,106,123)
#9B7F8D
(155,127,141)
#AA949F
(170,148,159)
#B9A9B1
(185,169,177)
#C8BEC3
(200,190,195)
#D7D3D5
(215,211,213)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501633 color. Also use rgb(80,22,51) instead hex code.

Text Font Color

.myTextColor { color: #501633; }

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

This text font color is #501633.


Background Color

.myBgColor { background-color: #501633; }

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

This div background color is #501633.


Border color

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

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

This div border color is #501633.


Opacity

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

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

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

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

This text has shadow with #501633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501633 on black background.


Color preview on white background

This text has color #501633 on white background.



Black color preview on #501633 background

This text has black color on #501633 background.


White color preview on #501633 background

This text has white color on #501633 background.