COLOR #500937

HEX: #500937 RGB: (80,9,55)

Color info

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

RGB color model

#500937 color RGB value is (80,9,55).

RGB: (80,9,55) (31%, 4%, 22%)

RGB channels and saturation

R 80 of 255 = 31%
G 9 of 255 = 4%
B 55 of 255 = 22%

80
9
55

R + G + B ~ 19%. #500937 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 9 + 55 = 144 (100%)
R 80 of 144 ~ 55.56%
G 9 of 144 ~ 6.25%
B 55 of 144 ~ 38.19'%

%55.56
%38.19

CMYK color model

#500937 color CMYK value is (0,89,31,69).

  • cyan value is 0.00%
  • magenta value is 88.75%
  • yellow value is 31.25%
  • key color value is 68.63%

CMYK: (0,89,31,69)
C0M89Y31K69 (0%, 89%, 31%, 69%)
(0.00 / 0.89 / 0.31 / 0.69)

CMYK percentages

%0
%88.75
%31.25
%68.63

Codes

Color #500937 in popluar color models

50 09 37
RGB 80 9 55
HSL 321° 79.78% 17.45%
HSB/HSV 321° 88.75% 31.37%
CMYK 0.00% 88.75% 31.25%
68.63%

Color #500937 in popluar number systems.

HEX 50 09 37
Decimal 80 9 55
Binary 1010000 1001 110111
Octal 120 11 67

Shades and tints

Shades of #500937

#500937
(80,9,55)
#490932
(73,9,50)
#42092D
(66,9,45)
#3B0928
(59,9,40)
#340923
(52,9,35)
#2D091E
(45,9,30)
#260919
(38,9,25)
#1F0914
(31,9,20)
#18090F
(24,9,15)
#11090A
(17,9,10)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #500937

#500937
(80,9,55)
#5F1F49
(95,31,73)
#6E355B
(110,53,91)
#7D4B6D
(125,75,109)
#8C617F
(140,97,127)
#9B7791
(155,119,145)
#AA8DA3
(170,141,163)
#B9A3B5
(185,163,181)
#C8B9C7
(200,185,199)
#D7CFD9
(215,207,217)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500937; }

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

This text font color is #500937.

Background Color

.myBgColor { background-color: #500937; }

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

This div background color is #500937.

Border color

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

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

This div border color is #500937.

Opacity

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

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

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

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

This text has shadow with #500937 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #500937.

Preview

Color preview on black background

This text has color #500937 on black background.


Color preview on white background

This text has color #500937 on white background.


Black color preview on #500937 background

This text has black color on #500937 background.


White color preview on #500937 background

This text has white color on #500937 background.


Related colors

Complementary color

Complementary color for #hex is #AFF6C8.


I love getcolorcode.com

Triadic colors

1 #375009 and #093750 with #500937 are triadic colors.

2 #370950 and #095037 with #500937 are triadic colors.