COLOR #50183E

HEX: #50183E
RGB: (80,24,62)

Color info

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

RGB color model

#50183E color RGB value is (80,24,62).

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

RGB channels and saturation

R 80 of 255 = 31%
G 24 of 255 = 9%
B 62 of 255 = 24%

80
24
62

R + G + B ~ 21%. #50183E is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 24 + 62 = 166 (100%)
R 80 of 166 ~ 48.19%
G 24 of 166 ~ 14.46%
B 62 of 166 ~ 37.35%

%48.19
%14.46
%37.35

CMYK color model

#50183E color CMYK value is (0,70,23,69).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 22.50%
  • key color value is 68.63%
CMYK:
(0,70,23,69)
C0M70Y23K69 
(0%,70%,23%,69%)
(0.00/0.70/0.23/0.69)	

CMYK percentages

%0
%70
%22.5
%68.63

Codes

Color #50183E in popluar color models

50183E
RGB802462
HSL319°53.85%20.39%
HSB/HSV319°70.00%31.37%
CMYK0.00%70.00%22.50%
68.63%

Color #50183E in popluar number systems.

HEX50183E
Decimal802462
Binary101000011000111110
Octal1203076

Shades and tints

Shades of #50183E

#50183E
(80,24,62)
#491639
(73,22,57)
#421434
(66,20,52)
#3B122F
(59,18,47)
#34102A
(52,16,42)
#2D0E25
(45,14,37)
#260C20
(38,12,32)
#1F0A1B
(31,10,27)
#180816
(24,8,22)
#110611
(17,6,17)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #50183E

#50183E
(80,24,62)
#5F2D4F
(95,45,79)
#6E4260
(110,66,96)
#7D5771
(125,87,113)
#8C6C82
(140,108,130)
#9B8193
(155,129,147)
#AA96A4
(170,150,164)
#B9ABB5
(185,171,181)
#C8C0C6
(200,192,198)
#D7D5D7
(215,213,215)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50183E color. Also use rgb(80,24,62) instead hex code.

Text Font Color

.myTextColor { color: #50183E; }

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

This text font color is #50183E.


Background Color

.myBgColor { background-color: #50183E; }

<div style="background-color:#50183E">Inner text</div>

This div background color is #50183E.


Border color

.myBorderColor { border: 1px solid #50183E; }

<div style="border:3px solid #50183E">Div</div>

This div border color is #50183E.


Opacity

.myOpacity80 { color: #50183E; opacity: 0.8; }

<p style="color:#50183E;opacity:0.8;">80%</p>

Text with #50183E 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 #50183E;}

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

This text has shadow with #50183E color.

.textShadow {text-shadow: 3px 3px 1px #50183E, 3px 3px 1px red;}

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

This text has shadow with #50183E primary color and red secondary color.


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

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

This text has shadow with #50183E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50183E on black background.


Color preview on white background

This text has color #50183E on white background.



Black color preview on #50183E background

This text has black color on #50183E background.


White color preview on #50183E background

This text has white color on #50183E background.