COLOR #501E16

HEX: #501E16
RGB: (80,30,22)

Color info

#501E16 contains red, green and blue colors in about the same proportion. Web safe color of #501E16 is #663300 (or #630).

RGB color model

#501E16 color RGB value is (80,30,22).

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

RGB channels and saturation

R 80 of 255 = 31%
G 30 of 255 = 12%
B 22 of 255 = 9%

80
30
22

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

Portions of RGB colors in percentages

R + G + B =
80 + 30 + 22 = 132 (100%)
R 80 of 132 ~ 60.61%
G 30 of 132 ~ 22.73%
B 22 of 132 ~ 16.67%

%60.61
%22.73
%16.67

CMYK color model

#501E16 color CMYK value is (0,63,73,69).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 72.50%
  • key color value is 68.63%
CMYK:
(0,63,73,69)
C0M63Y73K69 
(0%,63%,73%,69%)
(0.00/0.63/0.73/0.69)	

CMYK percentages

%0
%62.5
%72.5
%68.63

Codes

Color #501E16 in popluar color models

501E16
RGB803022
HSL56.86%20.00%
HSB/HSV72.50%31.37%
CMYK0.00%62.50%72.50%
68.63%

Color #501E16 in popluar number systems.

HEX501E16
Decimal803022
Binary10100001111010110
Octal1203626

Shades and tints

Shades of #501E16

#501E16
(80,30,22)
#491C14
(73,28,20)
#421A12
(66,26,18)
#3B1810
(59,24,16)
#34160E
(52,22,14)
#2D140C
(45,20,12)
#26120A
(38,18,10)
#1F1008
(31,16,8)
#180E06
(24,14,6)
#110C04
(17,12,4)
#0A0A02
(10,10,2)
#000000
(0,0,0)

Tints of #501E16

#501E16
(80,30,22)
#5F322B
(95,50,43)
#6E4640
(110,70,64)
#7D5A55
(125,90,85)
#8C6E6A
(140,110,106)
#9B827F
(155,130,127)
#AA9694
(170,150,148)
#B9AAA9
(185,170,169)
#C8BEBE
(200,190,190)
#D7D2D3
(215,210,211)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501E16; }

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

This text font color is #501E16.


Background Color

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

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

This div background color is #501E16.


Border color

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

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

This div border color is #501E16.


Opacity

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

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

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

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

This text has shadow with #501E16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501E16 on black background.


Color preview on white background

This text has color #501E16 on white background.



Black color preview on #501E16 background

This text has black color on #501E16 background.


White color preview on #501E16 background

This text has white color on #501E16 background.