COLOR #50411F

HEX: #50411F
RGB: (80,65,31)

Color info

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

RGB color model

#50411F color RGB value is (80,65,31).

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

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 31 of 255 = 12%

80
65
31

R + G + B ~ 23%. #50411F is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 31 = 176 (100%)
R 80 of 176 ~ 45.45%
G 65 of 176 ~ 36.93%
B 31 of 176 ~ 17.61%

%45.45
%36.93
%17.61

CMYK color model

#50411F color CMYK value is (0,19,61,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 61.25%
  • key color value is 68.63%
CMYK:
(0,19,61,69)
C0M19Y61K69 
(0%,19%,61%,69%)
(0.00/0.19/0.61/0.69)	

CMYK percentages

%0
%18.75
%61.25
%68.63

Codes

Color #50411F in popluar color models

50411F
RGB806531
HSL42°44.14%21.76%
HSB/HSV42°61.25%31.37%
CMYK0.00%18.75%61.25%
68.63%

Color #50411F in popluar number systems.

HEX50411F
Decimal806531
Binary1010000100000111111
Octal12010137

Shades and tints

Shades of #50411F

#50411F
(80,65,31)
#493C1D
(73,60,29)
#42371B
(66,55,27)
#3B3219
(59,50,25)
#342D17
(52,45,23)
#2D2815
(45,40,21)
#262313
(38,35,19)
#1F1E11
(31,30,17)
#18190F
(24,25,15)
#11140D
(17,20,13)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #50411F

#50411F
(80,65,31)
#5F5233
(95,82,51)
#6E6347
(110,99,71)
#7D745B
(125,116,91)
#8C856F
(140,133,111)
#9B9683
(155,150,131)
#AAA797
(170,167,151)
#B9B8AB
(185,184,171)
#C8C9BF
(200,201,191)
#D7DAD3
(215,218,211)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50411F color. Also use rgb(80,65,31) instead hex code.

Text Font Color

.myTextColor { color: #50411F; }

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

This text font color is #50411F.


Background Color

.myBgColor { background-color: #50411F; }

<div style="background-color:#50411F">Inner text</div>

This div background color is #50411F.


Border color

.myBorderColor { border: 1px solid #50411F; }

<div style="border:3px solid #50411F">Div</div>

This div border color is #50411F.


Opacity

.myOpacity80 { color: #50411F; opacity: 0.8; }

<p style="color:#50411F;opacity:0.8;">80%</p>

Text with #50411F 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 #50411F;}

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

This text has shadow with #50411F color.

.textShadow {text-shadow: 3px 3px 1px #50411F, 3px 3px 1px red;}

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

This text has shadow with #50411F primary color and red secondary color.


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

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

This text has shadow with #50411F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50411F on black background.


Color preview on white background

This text has color #50411F on white background.



Black color preview on #50411F background

This text has black color on #50411F background.


White color preview on #50411F background

This text has white color on #50411F background.