COLOR #50161F

HEX: #50161F
RGB: (80,22,31)

Color info

#50161F contains red, green and blue colors in about the same proportion. Web safe color of #50161F is #660033 (or #603).

RGB color model

#50161F color RGB value is (80,22,31).

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

RGB channels and saturation

R 80 of 255 = 31%
G 22 of 255 = 9%
B 31 of 255 = 12%

80
22
31

R + G + B ~ 17%. #50161F is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 22 + 31 = 133 (100%)
R 80 of 133 ~ 60.15%
G 22 of 133 ~ 16.54%
B 31 of 133 ~ 23.31%

%60.15
%16.54
%23.31

CMYK color model

#50161F color CMYK value is (0,73,61,69).

  • cyan value is 0.00%
  • magenta value is 72.50%
  • yellow value is 61.25%
  • key color value is 68.63%
CMYK:
(0,73,61,69)
C0M73Y61K69 
(0%,73%,61%,69%)
(0.00/0.73/0.61/0.69)	

CMYK percentages

%0
%72.5
%61.25
%68.63

Codes

Color #50161F in popluar color models

50161F
RGB802231
HSL351°56.86%20.00%
HSB/HSV351°72.50%31.37%
CMYK0.00%72.50%61.25%
68.63%

Color #50161F in popluar number systems.

HEX50161F
Decimal802231
Binary10100001011011111
Octal1202637

Shades and tints

Shades of #50161F

#50161F
(80,22,31)
#49141D
(73,20,29)
#42121B
(66,18,27)
#3B1019
(59,16,25)
#340E17
(52,14,23)
#2D0C15
(45,12,21)
#260A13
(38,10,19)
#1F0811
(31,8,17)
#18060F
(24,6,15)
#11040D
(17,4,13)
#0A020B
(10,2,11)
#000000
(0,0,0)

Tints of #50161F

#50161F
(80,22,31)
#5F2B33
(95,43,51)
#6E4047
(110,64,71)
#7D555B
(125,85,91)
#8C6A6F
(140,106,111)
#9B7F83
(155,127,131)
#AA9497
(170,148,151)
#B9A9AB
(185,169,171)
#C8BEBF
(200,190,191)
#D7D3D3
(215,211,211)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50161F; }

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

This text font color is #50161F.


Background Color

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

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

This div background color is #50161F.


Border color

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

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

This div border color is #50161F.


Opacity

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

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

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

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

This text has shadow with #50161F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50161F on black background.


Color preview on white background

This text has color #50161F on white background.



Black color preview on #50161F background

This text has black color on #50161F background.


White color preview on #50161F background

This text has white color on #50161F background.