COLOR #500444

HEX: #500444 RGB: (80,4,68)

Color info

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

RGB color model

#500444 color RGB value is (80,4,68).

RGB: (80,4,68) (31%, 2%, 27%)

RGB channels and saturation

R 80 of 255 = 31%
G 4 of 255 = 2%
B 68 of 255 = 27%

80
4
68

R + G + B ~ 20%. #500444 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 4 + 68 = 152 (100%)
R 80 of 152 ~ 52.63%
G 4 of 152 ~ 2.63%
B 68 of 152 ~ 44.74'%

%52.63
%44.74

CMYK color model

#500444 color CMYK value is (0,95,15,69).

  • cyan value is 0.00%
  • magenta value is 95.00%
  • yellow value is 15.00%
  • key color value is 68.63%
CMYK: (0,95,15,69) C0M95Y15K69 (0%,95%,15%,69%) (0.00/0.95/0.15/0.69) 

CMYK percentages

%0
%95
%15
%68.63

Codes

Color #500444 in popluar color models

50 04 44
RGB 80 4 68
HSL 309° 90.48% 16.47%
HSB/HSV 309° 95.00% 31.37%
CMYK 0.00% 95.00% 15.00%
68.63%

Color #500444 in popluar number systems.

HEX 50 04 44
Decimal 80 4 68
Binary 1010000 100 1000100
Octal 120 4 104

Shades and tints

Shades of #500444

#500444
(80,4,68)
#49043E
(73,4,62)
#420438
(66,4,56)
#3B0432
(59,4,50)
#34042C
(52,4,44)
#2D0426
(45,4,38)
#260420
(38,4,32)
#1F041A
(31,4,26)
#180414
(24,4,20)
#11040E
(17,4,14)
#0A0408
(10,4,8)
#000000
(0,0,0)

Tints of #500444

#500444
(80,4,68)
#5F1A55
(95,26,85)
#6E3066
(110,48,102)
#7D4677
(125,70,119)
#8C5C88
(140,92,136)
#9B7299
(155,114,153)
#AA88AA
(170,136,170)
#B99EBB
(185,158,187)
#C8B4CC
(200,180,204)
#D7CADD
(215,202,221)
#E6E0EE
(230,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500444 color. Also use rgb(80,4,68) instead hex code.

Text Font Color

.myTextColor { color: #500444; }

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

This text font color is #500444.

Background Color

.myBgColor { background-color: #500444; }

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

This div background color is #500444.

Border color

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

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

This div border color is #500444.

Opacity

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

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

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

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

This text has shadow with #500444 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #500444.

Preview

Color preview on black background

This text has color #500444 on black background.


Color preview on white background

This text has color #500444 on white background.


Black color preview on #500444 background

This text has black color on #500444 background.


White color preview on #500444 background

This text has white color on #500444 background.


Related colors

Complementary color

Complementary color for #hex is #AFFBBB.


I love getcolorcode.com

Triadic colors

1 #445004 and #044450 with #500444 are triadic colors.

2 #440450 and #045044 with #500444 are triadic colors.