COLOR #501E31

HEX: #501E31
RGB: (80,30,49)

Color info

#501E31 contains red, green and blue colors in about the same proportion. Web safe color of #501E31 is #663333 (or #633).

RGB color model

#501E31 color RGB value is (80,30,49).

  • red value is 80;
  • green value is 30;
  • blue value is 49.
RGB:
(80,30,49)
(31%,12%,19%)

RGB channels and saturation

R 80 of 255 = 31%
G 30 of 255 = 12%
B 49 of 255 = 19%

80
30
49

R + G + B ~ 21%. #501E31 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 30 + 49 = 159 (100%)
R 80 of 159 ~ 50.31%
G 30 of 159 ~ 18.87%
B 49 of 159 ~ 30.82%

%50.31
%18.87
%30.82

CMYK color model

#501E31 color CMYK value is (0,63,39,69).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 38.75%
  • key color value is 68.63%
CMYK:
(0,63,39,69)
C0M63Y39K69 
(0%,63%,39%,69%)
(0.00/0.63/0.39/0.69)	

CMYK percentages

%0
%62.5
%38.75
%68.63

Codes

Color #501E31 in popluar color models

501E31
RGB803049
HSL337°45.45%21.57%
HSB/HSV337°62.50%31.37%
CMYK0.00%62.50%38.75%
68.63%

Color #501E31 in popluar number systems.

HEX501E31
Decimal803049
Binary101000011110110001
Octal1203661

Shades and tints

Shades of #501E31

#501E31
(80,30,49)
#491C2D
(73,28,45)
#421A29
(66,26,41)
#3B1825
(59,24,37)
#341621
(52,22,33)
#2D141D
(45,20,29)
#261219
(38,18,25)
#1F1015
(31,16,21)
#180E11
(24,14,17)
#110C0D
(17,12,13)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #501E31

#501E31
(80,30,49)
#5F3243
(95,50,67)
#6E4655
(110,70,85)
#7D5A67
(125,90,103)
#8C6E79
(140,110,121)
#9B828B
(155,130,139)
#AA969D
(170,150,157)
#B9AAAF
(185,170,175)
#C8BEC1
(200,190,193)
#D7D2D3
(215,210,211)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501E31 color. Also use rgb(80,30,49) instead hex code.

Text Font Color

.myTextColor { color: #501E31; }

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

This text font color is #501E31.


Background Color

.myBgColor { background-color: #501E31; }

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

This div background color is #501E31.


Border color

.myBorderColor { border: 1px solid #501E31; }

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

This div border color is #501E31.


Opacity

.myOpacity80 { color: #501E31; opacity: 0.8; }

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

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

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

This text has shadow with #501E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501E31 on black background.


Color preview on white background

This text has color #501E31 on white background.



Black color preview on #501E31 background

This text has black color on #501E31 background.


White color preview on #501E31 background

This text has white color on #501E31 background.