COLOR #500949

HEX: #500949
RGB: (80,9,73)

Color info

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

RGB color model

#500949 color RGB value is (80,9,73).

  • red value is 80;
  • green value is 9;
  • blue value is 73.
RGB:
(80,9,73)
(31%,4%,29%)

RGB channels and saturation

R 80 of 255 = 31%
G 9 of 255 = 4%
B 73 of 255 = 29%

80
9
73

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

Portions of RGB colors in percentages

R + G + B =
80 + 9 + 73 = 162 (100%)
R 80 of 162 ~ 49.38%
G 9 of 162 ~ 5.56%
B 73 of 162 ~ 45.06%

%49.38
%45.06

CMYK color model

#500949 color CMYK value is (0,89,9,69).

  • cyan value is 0.00%
  • magenta value is 88.75%
  • yellow value is 8.75%
  • key color value is 68.63%
CMYK:
(0,89,9,69)
C0M89Y9K69 
(0%,89%,9%,69%)
(0.00/0.89/0.09/0.69)	

CMYK percentages

%0
%88.75
%8.75
%68.63

Codes

Color #500949 in popluar color models

500949
RGB80973
HSL306°79.78%17.45%
HSB/HSV306°88.75%31.37%
CMYK0.00%88.75%8.75%
68.63%

Color #500949 in popluar number systems.

HEX500949
Decimal80973
Binary101000010011001001
Octal12011111

Shades and tints

Shades of #500949

#500949
(80,9,73)
#490943
(73,9,67)
#42093D
(66,9,61)
#3B0937
(59,9,55)
#340931
(52,9,49)
#2D092B
(45,9,43)
#260925
(38,9,37)
#1F091F
(31,9,31)
#180919
(24,9,25)
#110913
(17,9,19)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #500949

#500949
(80,9,73)
#5F1F59
(95,31,89)
#6E3569
(110,53,105)
#7D4B79
(125,75,121)
#8C6189
(140,97,137)
#9B7799
(155,119,153)
#AA8DA9
(170,141,169)
#B9A3B9
(185,163,185)
#C8B9C9
(200,185,201)
#D7CFD9
(215,207,217)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500949 color. Also use rgb(80,9,73) instead hex code.

Text Font Color

.myTextColor { color: #500949; }

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

This text font color is #500949.


Background Color

.myBgColor { background-color: #500949; }

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

This div background color is #500949.


Border color

.myBorderColor { border: 1px solid #500949; }

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

This div border color is #500949.


Opacity

.myOpacity80 { color: #500949; opacity: 0.8; }

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

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

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

This text has shadow with #500949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500949 on black background.


Color preview on white background

This text has color #500949 on white background.



Black color preview on #500949 background

This text has black color on #500949 background.


White color preview on #500949 background

This text has white color on #500949 background.