COLOR #50133D

HEX: #50133D
RGB: (80,19,61)

Color info

#50133D contains mainly red and blue colors. Web safe color of #50133D is #660033 (or #603).

RGB color model

#50133D color RGB value is (80,19,61).

  • red value is 80;
  • green value is 19;
  • blue value is 61.
RGB:
(80,19,61)
(31%,7%,24%)

RGB channels and saturation

R 80 of 255 = 31%
G 19 of 255 = 7%
B 61 of 255 = 24%

80
19
61

R + G + B ~ 21%. #50133D is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 19 + 61 = 160 (100%)
R 80 of 160 ~ 50%
G 19 of 160 ~ 11.88%
B 61 of 160 ~ 38.13%

%50
%11.88
%38.13

CMYK color model

#50133D color CMYK value is (0,76,24,69).

  • cyan value is 0.00%
  • magenta value is 76.25%
  • yellow value is 23.75%
  • key color value is 68.63%
CMYK:
(0,76,24,69)
C0M76Y24K69 
(0%,76%,24%,69%)
(0.00/0.76/0.24/0.69)	

CMYK percentages

%0
%76.25
%23.75
%68.63

Codes

Color #50133D in popluar color models

50133D
RGB801961
HSL319°61.62%19.41%
HSB/HSV319°76.25%31.37%
CMYK0.00%76.25%23.75%
68.63%

Color #50133D in popluar number systems.

HEX50133D
Decimal801961
Binary101000010011111101
Octal1202375

Shades and tints

Shades of #50133D

#50133D
(80,19,61)
#491238
(73,18,56)
#421133
(66,17,51)
#3B102E
(59,16,46)
#340F29
(52,15,41)
#2D0E24
(45,14,36)
#260D1F
(38,13,31)
#1F0C1A
(31,12,26)
#180B15
(24,11,21)
#110A10
(17,10,16)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #50133D

#50133D
(80,19,61)
#5F284E
(95,40,78)
#6E3D5F
(110,61,95)
#7D5270
(125,82,112)
#8C6781
(140,103,129)
#9B7C92
(155,124,146)
#AA91A3
(170,145,163)
#B9A6B4
(185,166,180)
#C8BBC5
(200,187,197)
#D7D0D6
(215,208,214)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50133D color. Also use rgb(80,19,61) instead hex code.

Text Font Color

.myTextColor { color: #50133D; }

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

This text font color is #50133D.


Background Color

.myBgColor { background-color: #50133D; }

<div style="background-color:#50133D">Inner text</div>

This div background color is #50133D.


Border color

.myBorderColor { border: 1px solid #50133D; }

<div style="border:3px solid #50133D">Div</div>

This div border color is #50133D.


Opacity

.myOpacity80 { color: #50133D; opacity: 0.8; }

<p style="color:#50133D;opacity:0.8;">80%</p>

Text with #50133D 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 #50133D;}

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

This text has shadow with #50133D color.

.textShadow {text-shadow: 3px 3px 1px #50133D, 3px 3px 1px red;}

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

This text has shadow with #50133D primary color and red secondary color.


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

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

This text has shadow with #50133D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50133D on black background.


Color preview on white background

This text has color #50133D on white background.



Black color preview on #50133D background

This text has black color on #50133D background.


White color preview on #50133D background

This text has white color on #50133D background.