COLOR #50171B

HEX: #50171B
RGB: (80,23,27)

Color info

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

RGB color model

#50171B color RGB value is (80,23,27).

  • red value is 80;
  • green value is 23;
  • blue value is 27.
RGB:
(80,23,27)
(31%,9%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 23 of 255 = 9%
B 27 of 255 = 11%

80
23
27

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

Portions of RGB colors in percentages

R + G + B =
80 + 23 + 27 = 130 (100%)
R 80 of 130 ~ 61.54%
G 23 of 130 ~ 17.69%
B 27 of 130 ~ 20.77%

%61.54
%17.69
%20.77

CMYK color model

#50171B color CMYK value is (0,71,66,69).

  • cyan value is 0.00%
  • magenta value is 71.25%
  • yellow value is 66.25%
  • key color value is 68.63%
CMYK:
(0,71,66,69)
C0M71Y66K69 
(0%,71%,66%,69%)
(0.00/0.71/0.66/0.69)	

CMYK percentages

%0
%71.25
%66.25
%68.63

Codes

Color #50171B in popluar color models

50171B
RGB802327
HSL356°55.34%20.20%
HSB/HSV356°71.25%31.37%
CMYK0.00%71.25%66.25%
68.63%

Color #50171B in popluar number systems.

HEX50171B
Decimal802327
Binary10100001011111011
Octal1202733

Shades and tints

Shades of #50171B

#50171B
(80,23,27)
#491519
(73,21,25)
#421317
(66,19,23)
#3B1115
(59,17,21)
#340F13
(52,15,19)
#2D0D11
(45,13,17)
#260B0F
(38,11,15)
#1F090D
(31,9,13)
#18070B
(24,7,11)
#110509
(17,5,9)
#0A0307
(10,3,7)
#000000
(0,0,0)

Tints of #50171B

#50171B
(80,23,27)
#5F2C2F
(95,44,47)
#6E4143
(110,65,67)
#7D5657
(125,86,87)
#8C6B6B
(140,107,107)
#9B807F
(155,128,127)
#AA9593
(170,149,147)
#B9AAA7
(185,170,167)
#C8BFBB
(200,191,187)
#D7D4CF
(215,212,207)
#E6E9E3
(230,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50171B color. Also use rgb(80,23,27) instead hex code.

Text Font Color

.myTextColor { color: #50171B; }

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

This text font color is #50171B.


Background Color

.myBgColor { background-color: #50171B; }

<div style="background-color:#50171B">Inner text</div>

This div background color is #50171B.


Border color

.myBorderColor { border: 1px solid #50171B; }

<div style="border:3px solid #50171B">Div</div>

This div border color is #50171B.


Opacity

.myOpacity80 { color: #50171B; opacity: 0.8; }

<p style="color:#50171B;opacity:0.8;">80%</p>

Text with #50171B 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 #50171B;}

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

This text has shadow with #50171B color.

.textShadow {text-shadow: 3px 3px 1px #50171B, 3px 3px 1px red;}

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

This text has shadow with #50171B primary color and red secondary color.


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

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

This text has shadow with #50171B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50171B on black background.


Color preview on white background

This text has color #50171B on white background.



Black color preview on #50171B background

This text has black color on #50171B background.


White color preview on #50171B background

This text has white color on #50171B background.