COLOR #501F26

HEX: #501F26
RGB: (80,31,38)

Color info

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

RGB color model

#501F26 color RGB value is (80,31,38).

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

RGB channels and saturation

R 80 of 255 = 31%
G 31 of 255 = 12%
B 38 of 255 = 15%

80
31
38

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

Portions of RGB colors in percentages

R + G + B =
80 + 31 + 38 = 149 (100%)
R 80 of 149 ~ 53.69%
G 31 of 149 ~ 20.81%
B 38 of 149 ~ 25.5%

%53.69
%20.81
%25.5

CMYK color model

#501F26 color CMYK value is (0,61,53,69).

  • cyan value is 0.00%
  • magenta value is 61.25%
  • yellow value is 52.50%
  • key color value is 68.63%
CMYK:
(0,61,53,69)
C0M61Y53K69 
(0%,61%,53%,69%)
(0.00/0.61/0.53/0.69)	

CMYK percentages

%0
%61.25
%52.5
%68.63

Codes

Color #501F26 in popluar color models

501F26
RGB803138
HSL351°44.14%21.76%
HSB/HSV351°61.25%31.37%
CMYK0.00%61.25%52.50%
68.63%

Color #501F26 in popluar number systems.

HEX501F26
Decimal803138
Binary101000011111100110
Octal1203746

Shades and tints

Shades of #501F26

#501F26
(80,31,38)
#491D23
(73,29,35)
#421B20
(66,27,32)
#3B191D
(59,25,29)
#34171A
(52,23,26)
#2D1517
(45,21,23)
#261314
(38,19,20)
#1F1111
(31,17,17)
#180F0E
(24,15,14)
#110D0B
(17,13,11)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #501F26

#501F26
(80,31,38)
#5F3339
(95,51,57)
#6E474C
(110,71,76)
#7D5B5F
(125,91,95)
#8C6F72
(140,111,114)
#9B8385
(155,131,133)
#AA9798
(170,151,152)
#B9ABAB
(185,171,171)
#C8BFBE
(200,191,190)
#D7D3D1
(215,211,209)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501F26; }

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

This text font color is #501F26.


Background Color

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

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

This div background color is #501F26.


Border color

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

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

This div border color is #501F26.


Opacity

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

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

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

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

This text has shadow with #501F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501F26 on black background.


Color preview on white background

This text has color #501F26 on white background.



Black color preview on #501F26 background

This text has black color on #501F26 background.


White color preview on #501F26 background

This text has white color on #501F26 background.