COLOR #501C26

HEX: #501C26
RGB: (80,28,38)

Color info

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

RGB color model

#501C26 color RGB value is (80,28,38).

  • red value is 80;
  • green value is 28;
  • blue value is 38.
RGB:
(80,28,38)
(31%,11%,15%)

RGB channels and saturation

R 80 of 255 = 31%
G 28 of 255 = 11%
B 38 of 255 = 15%

80
28
38

R + G + B ~ 19%. #501C26 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 28 + 38 = 146 (100%)
R 80 of 146 ~ 54.79%
G 28 of 146 ~ 19.18%
B 38 of 146 ~ 26.03%

%54.79
%19.18
%26.03

CMYK color model

#501C26 color CMYK value is (0,65,53,69).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 52.50%
  • key color value is 68.63%
CMYK:
(0,65,53,69)
C0M65Y53K69 
(0%,65%,53%,69%)
(0.00/0.65/0.53/0.69)	

CMYK percentages

%0
%65
%52.5
%68.63

Codes

Color #501C26 in popluar color models

501C26
RGB802838
HSL348°48.15%21.18%
HSB/HSV348°65.00%31.37%
CMYK0.00%65.00%52.50%
68.63%

Color #501C26 in popluar number systems.

HEX501C26
Decimal802838
Binary101000011100100110
Octal1203446

Shades and tints

Shades of #501C26

#501C26
(80,28,38)
#491A23
(73,26,35)
#421820
(66,24,32)
#3B161D
(59,22,29)
#34141A
(52,20,26)
#2D1217
(45,18,23)
#261014
(38,16,20)
#1F0E11
(31,14,17)
#180C0E
(24,12,14)
#110A0B
(17,10,11)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #501C26

#501C26
(80,28,38)
#5F3039
(95,48,57)
#6E444C
(110,68,76)
#7D585F
(125,88,95)
#8C6C72
(140,108,114)
#9B8085
(155,128,133)
#AA9498
(170,148,152)
#B9A8AB
(185,168,171)
#C8BCBE
(200,188,190)
#D7D0D1
(215,208,209)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501C26 color. Also use rgb(80,28,38) instead hex code.

Text Font Color

.myTextColor { color: #501C26; }

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

This text font color is #501C26.


Background Color

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

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

This div background color is #501C26.


Border color

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

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

This div border color is #501C26.


Opacity

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

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

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

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

This text has shadow with #501C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501C26 on black background.


Color preview on white background

This text has color #501C26 on white background.



Black color preview on #501C26 background

This text has black color on #501C26 background.


White color preview on #501C26 background

This text has white color on #501C26 background.