COLOR #501635

HEX: #501635
RGB: (80,22,53)

Color info

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

RGB color model

#501635 color RGB value is (80,22,53).

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

RGB channels and saturation

R 80 of 255 = 31%
G 22 of 255 = 9%
B 53 of 255 = 21%

80
22
53

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

Portions of RGB colors in percentages

R + G + B =
80 + 22 + 53 = 155 (100%)
R 80 of 155 ~ 51.61%
G 22 of 155 ~ 14.19%
B 53 of 155 ~ 34.19%

%51.61
%14.19
%34.19

CMYK color model

#501635 color CMYK value is (0,73,34,69).

  • cyan value is 0.00%
  • magenta value is 72.50%
  • yellow value is 33.75%
  • key color value is 68.63%
CMYK:
(0,73,34,69)
C0M73Y34K69 
(0%,73%,34%,69%)
(0.00/0.73/0.34/0.69)	

CMYK percentages

%0
%72.5
%33.75
%68.63

Codes

Color #501635 in popluar color models

501635
RGB802253
HSL328°56.86%20.00%
HSB/HSV328°72.50%31.37%
CMYK0.00%72.50%33.75%
68.63%

Color #501635 in popluar number systems.

HEX501635
Decimal802253
Binary101000010110110101
Octal1202665

Shades and tints

Shades of #501635

#501635
(80,22,53)
#491431
(73,20,49)
#42122D
(66,18,45)
#3B1029
(59,16,41)
#340E25
(52,14,37)
#2D0C21
(45,12,33)
#260A1D
(38,10,29)
#1F0819
(31,8,25)
#180615
(24,6,21)
#110411
(17,4,17)
#0A020D
(10,2,13)
#000000
(0,0,0)

Tints of #501635

#501635
(80,22,53)
#5F2B47
(95,43,71)
#6E4059
(110,64,89)
#7D556B
(125,85,107)
#8C6A7D
(140,106,125)
#9B7F8F
(155,127,143)
#AA94A1
(170,148,161)
#B9A9B3
(185,169,179)
#C8BEC5
(200,190,197)
#D7D3D7
(215,211,215)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501635; }

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

This text font color is #501635.


Background Color

.myBgColor { background-color: #501635; }

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

This div background color is #501635.


Border color

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

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

This div border color is #501635.


Opacity

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

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

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

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

This text has shadow with #501635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501635 on black background.


Color preview on white background

This text has color #501635 on white background.



Black color preview on #501635 background

This text has black color on #501635 background.


White color preview on #501635 background

This text has white color on #501635 background.