COLOR #500431

HEX: #500431 RGB: (80,4,49)

Color info

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

RGB color model

#500431 color RGB value is (80,4,49).

RGB: (80,4,49) (31%, 2%, 19%)

RGB channels and saturation

R 80 of 255 = 31%
G 4 of 255 = 2%
B 49 of 255 = 19%

80
4
49

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

Portions of RGB colors in percentages

R + G + B = 80 + 4 + 49 = 133 (100%)
R 80 of 133 ~ 60.15%
G 4 of 133 ~ 3.01%
B 49 of 133 ~ 36.84'%

%60.15
%36.84

CMYK color model

#500431 color CMYK value is (0,95,39,69).

  • cyan value is 0.00%
  • magenta value is 95.00%
  • yellow value is 38.75%
  • key color value is 68.63%

CMYK: (0,95,39,69)
C0M95Y39K69 (0%, 95%, 39%, 69%)
(0.00 / 0.95 / 0.39 / 0.69)

CMYK percentages

%0
%95
%38.75
%68.63

Codes

Color #500431 in popluar color models

50 04 31
RGB 80 4 49
HSL 324° 90.48% 16.47%
HSB/HSV 324° 95.00% 31.37%
CMYK 0.00% 95.00% 38.75%
68.63%

Color #500431 in popluar number systems.

HEX 50 04 31
Decimal 80 4 49
Binary 1010000 100 110001
Octal 120 4 61

Shades and tints

Shades of #500431

#500431
(80,4,49)
#49042D
(73,4,45)
#420429
(66,4,41)
#3B0425
(59,4,37)
#340421
(52,4,33)
#2D041D
(45,4,29)
#260419
(38,4,25)
#1F0415
(31,4,21)
#180411
(24,4,17)
#11040D
(17,4,13)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #500431

#500431
(80,4,49)
#5F1A43
(95,26,67)
#6E3055
(110,48,85)
#7D4667
(125,70,103)
#8C5C79
(140,92,121)
#9B728B
(155,114,139)
#AA889D
(170,136,157)
#B99EAF
(185,158,175)
#C8B4C1
(200,180,193)
#D7CAD3
(215,202,211)
#E6E0E5
(230,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500431; }

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

This text font color is #500431.

Background Color

.myBgColor { background-color: #500431; }

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

This div background color is #500431.

Border color

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

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

This div border color is #500431.

Opacity

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

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

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

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

This text has shadow with #500431 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #500431.

Preview

Color preview on black background

This text has color #500431 on black background.


Color preview on white background

This text has color #500431 on white background.


Black color preview on #500431 background

This text has black color on #500431 background.


White color preview on #500431 background

This text has white color on #500431 background.


Related colors

Complementary color

Complementary color for #hex is #AFFBCE.


I love getcolorcode.com

Triadic colors

1 #315004 and #043150 with #500431 are triadic colors.

2 #310450 and #045031 with #500431 are triadic colors.