COLOR #50401A

HEX: #50401A
RGB: (80,64,26)

Color info

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

RGB color model

#50401A color RGB value is (80,64,26).

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

RGB channels and saturation

R 80 of 255 = 31%
G 64 of 255 = 25%
B 26 of 255 = 10%

80
64
26

R + G + B ~ 22%. #50401A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 64 + 26 = 170 (100%)
R 80 of 170 ~ 47.06%
G 64 of 170 ~ 37.65%
B 26 of 170 ~ 15.29%

%47.06
%37.65
%15.29

CMYK color model

#50401A color CMYK value is (0,20,68,69).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 67.50%
  • key color value is 68.63%
CMYK:
(0,20,68,69)
C0M20Y68K69 
(0%,20%,68%,69%)
(0.00/0.20/0.68/0.69)	

CMYK percentages

%0
%20
%67.5
%68.63

Codes

Color #50401A in popluar color models

50401A
RGB806426
HSL42°50.94%20.78%
HSB/HSV42°67.50%31.37%
CMYK0.00%20.00%67.50%
68.63%

Color #50401A in popluar number systems.

HEX50401A
Decimal806426
Binary1010000100000011010
Octal12010032

Shades and tints

Shades of #50401A

#50401A
(80,64,26)
#493B18
(73,59,24)
#423616
(66,54,22)
#3B3114
(59,49,20)
#342C12
(52,44,18)
#2D2710
(45,39,16)
#26220E
(38,34,14)
#1F1D0C
(31,29,12)
#18180A
(24,24,10)
#111308
(17,19,8)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #50401A

#50401A
(80,64,26)
#5F512E
(95,81,46)
#6E6242
(110,98,66)
#7D7356
(125,115,86)
#8C846A
(140,132,106)
#9B957E
(155,149,126)
#AAA692
(170,166,146)
#B9B7A6
(185,183,166)
#C8C8BA
(200,200,186)
#D7D9CE
(215,217,206)
#E6EAE2
(230,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50401A color. Also use rgb(80,64,26) instead hex code.

Text Font Color

.myTextColor { color: #50401A; }

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

This text font color is #50401A.


Background Color

.myBgColor { background-color: #50401A; }

<div style="background-color:#50401A">Inner text</div>

This div background color is #50401A.


Border color

.myBorderColor { border: 1px solid #50401A; }

<div style="border:3px solid #50401A">Div</div>

This div border color is #50401A.


Opacity

.myOpacity80 { color: #50401A; opacity: 0.8; }

<p style="color:#50401A;opacity:0.8;">80%</p>

Text with #50401A 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 #50401A;}

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

This text has shadow with #50401A color.

.textShadow {text-shadow: 3px 3px 1px #50401A, 3px 3px 1px red;}

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

This text has shadow with #50401A primary color and red secondary color.


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

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

This text has shadow with #50401A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50401A on black background.


Color preview on white background

This text has color #50401A on white background.



Black color preview on #50401A background

This text has black color on #50401A background.


White color preview on #50401A background

This text has white color on #50401A background.