COLOR #50181C

HEX: #50181C
RGB: (80,24,28)

Color info

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

RGB color model

#50181C color RGB value is (80,24,28).

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

RGB channels and saturation

R 80 of 255 = 31%
G 24 of 255 = 9%
B 28 of 255 = 11%

80
24
28

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

Portions of RGB colors in percentages

R + G + B =
80 + 24 + 28 = 132 (100%)
R 80 of 132 ~ 60.61%
G 24 of 132 ~ 18.18%
B 28 of 132 ~ 21.21%

%60.61
%18.18
%21.21

CMYK color model

#50181C color CMYK value is (0,70,65,69).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(0,70,65,69)
C0M70Y65K69 
(0%,70%,65%,69%)
(0.00/0.70/0.65/0.69)	

CMYK percentages

%0
%70
%65
%68.63

Codes

Color #50181C in popluar color models

50181C
RGB802428
HSL356°53.85%20.39%
HSB/HSV356°70.00%31.37%
CMYK0.00%70.00%65.00%
68.63%

Color #50181C in popluar number systems.

HEX50181C
Decimal802428
Binary10100001100011100
Octal1203034

Shades and tints

Shades of #50181C

#50181C
(80,24,28)
#49161A
(73,22,26)
#421418
(66,20,24)
#3B1216
(59,18,22)
#341014
(52,16,20)
#2D0E12
(45,14,18)
#260C10
(38,12,16)
#1F0A0E
(31,10,14)
#18080C
(24,8,12)
#11060A
(17,6,10)
#0A0408
(10,4,8)
#000000
(0,0,0)

Tints of #50181C

#50181C
(80,24,28)
#5F2D30
(95,45,48)
#6E4244
(110,66,68)
#7D5758
(125,87,88)
#8C6C6C
(140,108,108)
#9B8180
(155,129,128)
#AA9694
(170,150,148)
#B9ABA8
(185,171,168)
#C8C0BC
(200,192,188)
#D7D5D0
(215,213,208)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50181C color. Also use rgb(80,24,28) instead hex code.

Text Font Color

.myTextColor { color: #50181C; }

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

This text font color is #50181C.


Background Color

.myBgColor { background-color: #50181C; }

<div style="background-color:#50181C">Inner text</div>

This div background color is #50181C.


Border color

.myBorderColor { border: 1px solid #50181C; }

<div style="border:3px solid #50181C">Div</div>

This div border color is #50181C.


Opacity

.myOpacity80 { color: #50181C; opacity: 0.8; }

<p style="color:#50181C;opacity:0.8;">80%</p>

Text with #50181C 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 #50181C;}

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

This text has shadow with #50181C color.

.textShadow {text-shadow: 3px 3px 1px #50181C, 3px 3px 1px red;}

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

This text has shadow with #50181C primary color and red secondary color.


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

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

This text has shadow with #50181C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50181C on black background.


Color preview on white background

This text has color #50181C on white background.



Black color preview on #50181C background

This text has black color on #50181C background.


White color preview on #50181C background

This text has white color on #50181C background.