COLOR #50311A

HEX: #50311A
RGB: (80,49,26)

Color info

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

RGB color model

#50311A color RGB value is (80,49,26).

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

RGB channels and saturation

R 80 of 255 = 31%
G 49 of 255 = 19%
B 26 of 255 = 10%

80
49
26

R + G + B ~ 20%. #50311A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 49 + 26 = 155 (100%)
R 80 of 155 ~ 51.61%
G 49 of 155 ~ 31.61%
B 26 of 155 ~ 16.77%

%51.61
%31.61
%16.77

CMYK color model

#50311A color CMYK value is (0,39,68,69).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 67.50%
  • key color value is 68.63%
CMYK:
(0,39,68,69)
C0M39Y68K69 
(0%,39%,68%,69%)
(0.00/0.39/0.68/0.69)	

CMYK percentages

%0
%38.75
%67.5
%68.63

Codes

Color #50311A in popluar color models

50311A
RGB804926
HSL26°50.94%20.78%
HSB/HSV26°67.50%31.37%
CMYK0.00%38.75%67.50%
68.63%

Color #50311A in popluar number systems.

HEX50311A
Decimal804926
Binary101000011000111010
Octal1206132

Shades and tints

Shades of #50311A

#50311A
(80,49,26)
#492D18
(73,45,24)
#422916
(66,41,22)
#3B2514
(59,37,20)
#342112
(52,33,18)
#2D1D10
(45,29,16)
#26190E
(38,25,14)
#1F150C
(31,21,12)
#18110A
(24,17,10)
#110D08
(17,13,8)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #50311A

#50311A
(80,49,26)
#5F432E
(95,67,46)
#6E5542
(110,85,66)
#7D6756
(125,103,86)
#8C796A
(140,121,106)
#9B8B7E
(155,139,126)
#AA9D92
(170,157,146)
#B9AFA6
(185,175,166)
#C8C1BA
(200,193,186)
#D7D3CE
(215,211,206)
#E6E5E2
(230,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50311A; }

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

This text font color is #50311A.


Background Color

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

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

This div background color is #50311A.


Border color

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

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

This div border color is #50311A.


Opacity

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

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

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

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

This text has shadow with #50311A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50311A on black background.


Color preview on white background

This text has color #50311A on white background.



Black color preview on #50311A background

This text has black color on #50311A background.


White color preview on #50311A background

This text has white color on #50311A background.