COLOR #50082E

HEX: #50082E
RGB: (80,8,46)

Color info

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

RGB color model

#50082E color RGB value is (80,8,46).

  • red value is 80;
  • green value is 8;
  • blue value is 46.
RGB:
(80,8,46)
(31%,3%,18%)

RGB channels and saturation

R 80 of 255 = 31%
G 8 of 255 = 3%
B 46 of 255 = 18%

80
8
46

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

Portions of RGB colors in percentages

R + G + B =
80 + 8 + 46 = 134 (100%)
R 80 of 134 ~ 59.7%
G 8 of 134 ~ 5.97%
B 46 of 134 ~ 34.33%

%59.7
%34.33

CMYK color model

#50082E color CMYK value is (0,90,43,69).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 42.50%
  • key color value is 68.63%
CMYK:
(0,90,43,69)
C0M90Y43K69 
(0%,90%,43%,69%)
(0.00/0.90/0.43/0.69)	

CMYK percentages

%0
%90
%42.5
%68.63

Codes

Color #50082E in popluar color models

50082E
RGB80846
HSL328°81.82%17.25%
HSB/HSV328°90.00%31.37%
CMYK0.00%90.00%42.50%
68.63%

Color #50082E in popluar number systems.

HEX50082E
Decimal80846
Binary10100001000101110
Octal1201056

Shades and tints

Shades of #50082E

#50082E
(80,8,46)
#49082A
(73,8,42)
#420826
(66,8,38)
#3B0822
(59,8,34)
#34081E
(52,8,30)
#2D081A
(45,8,26)
#260816
(38,8,22)
#1F0812
(31,8,18)
#18080E
(24,8,14)
#11080A
(17,8,10)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #50082E

#50082E
(80,8,46)
#5F1E41
(95,30,65)
#6E3454
(110,52,84)
#7D4A67
(125,74,103)
#8C607A
(140,96,122)
#9B768D
(155,118,141)
#AA8CA0
(170,140,160)
#B9A2B3
(185,162,179)
#C8B8C6
(200,184,198)
#D7CED9
(215,206,217)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50082E color. Also use rgb(80,8,46) instead hex code.

Text Font Color

.myTextColor { color: #50082E; }

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

This text font color is #50082E.


Background Color

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

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

This div background color is #50082E.


Border color

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

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

This div border color is #50082E.


Opacity

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

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

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

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

This text has shadow with #50082E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50082E on black background.


Color preview on white background

This text has color #50082E on white background.



Black color preview on #50082E background

This text has black color on #50082E background.


White color preview on #50082E background

This text has white color on #50082E background.