COLOR #501E1A

HEX: #501E1A
RGB: (80,30,26)

Color info

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

RGB color model

#501E1A color RGB value is (80,30,26).

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

RGB channels and saturation

R 80 of 255 = 31%
G 30 of 255 = 12%
B 26 of 255 = 10%

80
30
26

R + G + B ~ 18%. #501E1A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 30 + 26 = 136 (100%)
R 80 of 136 ~ 58.82%
G 30 of 136 ~ 22.06%
B 26 of 136 ~ 19.12%

%58.82
%22.06
%19.12

CMYK color model

#501E1A color CMYK value is (0,63,68,69).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 67.50%
  • key color value is 68.63%
CMYK:
(0,63,68,69)
C0M63Y68K69 
(0%,63%,68%,69%)
(0.00/0.63/0.68/0.69)	

CMYK percentages

%0
%62.5
%67.5
%68.63

Codes

Color #501E1A in popluar color models

501E1A
RGB803026
HSL50.94%20.78%
HSB/HSV67.50%31.37%
CMYK0.00%62.50%67.50%
68.63%

Color #501E1A in popluar number systems.

HEX501E1A
Decimal803026
Binary10100001111011010
Octal1203632

Shades and tints

Shades of #501E1A

#501E1A
(80,30,26)
#491C18
(73,28,24)
#421A16
(66,26,22)
#3B1814
(59,24,20)
#341612
(52,22,18)
#2D1410
(45,20,16)
#26120E
(38,18,14)
#1F100C
(31,16,12)
#180E0A
(24,14,10)
#110C08
(17,12,8)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #501E1A

#501E1A
(80,30,26)
#5F322E
(95,50,46)
#6E4642
(110,70,66)
#7D5A56
(125,90,86)
#8C6E6A
(140,110,106)
#9B827E
(155,130,126)
#AA9692
(170,150,146)
#B9AAA6
(185,170,166)
#C8BEBA
(200,190,186)
#D7D2CE
(215,210,206)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501E1A; }

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

This text font color is #501E1A.


Background Color

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

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

This div background color is #501E1A.


Border color

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

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

This div border color is #501E1A.


Opacity

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

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

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

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

This text has shadow with #501E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501E1A on black background.


Color preview on white background

This text has color #501E1A on white background.



Black color preview on #501E1A background

This text has black color on #501E1A background.


White color preview on #501E1A background

This text has white color on #501E1A background.