COLOR #500B37

HEX: #500B37 RGB: (80,11,55)

Color info

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

RGB color model

#500B37 color RGB value is (80,11,55).

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

RGB channels and saturation

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

80
11
55

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

Portions of RGB colors in percentages

R + G + B = 80 + 11 + 55 = 146 (100%)
R 80 of 146 ~ 54.79%
G 11 of 146 ~ 7.53%
B 55 of 146 ~ 37.67'%

%54.79
%37.67

CMYK color model

#500B37 color CMYK value is (0,86,31,69).

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

CMYK: (0,86,31,69)
C0M86Y31K69 (0%, 86%, 31%, 69%)
(0.00 / 0.86 / 0.31 / 0.69)

CMYK percentages

%0
%86.25
%31.25
%68.63

Codes

Color #500B37 in popluar color models

50 0B 37
RGB 80 11 55
HSL 322° 75.82% 17.84%
HSB/HSV 322° 86.25% 31.37%
CMYK 0.00% 86.25% 31.25%
68.63%

Color #500B37 in popluar number systems.

HEX 50 0B 37
Decimal 80 11 55
Binary 1010000 1011 110111
Octal 120 13 67

Shades and tints

Shades of #500B37

#500B37
(80,11,55)
#490A32
(73,10,50)
#42092D
(66,9,45)
#3B0828
(59,8,40)
#340723
(52,7,35)
#2D061E
(45,6,30)
#260519
(38,5,25)
#1F0414
(31,4,20)
#18030F
(24,3,15)
#11020A
(17,2,10)
#0A0105
(10,1,5)
#000000
(0,0,0)

Tints of #500B37

#500B37
(80,11,55)
#5F2149
(95,33,73)
#6E375B
(110,55,91)
#7D4D6D
(125,77,109)
#8C637F
(140,99,127)
#9B7991
(155,121,145)
#AA8FA3
(170,143,163)
#B9A5B5
(185,165,181)
#C8BBC7
(200,187,199)
#D7D1D9
(215,209,217)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500B37; }

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

This text font color is #500B37.

Background Color

.myBgColor { background-color: #500B37; }

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

This div background color is #500B37.

Border color

.myBorderColor { border: 1px solid #500B37; }

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

This div border color is #500B37.

Opacity

.myOpacity80 { color: #500B37; opacity: 0.8; }

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

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

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

This text has shadow with #500B37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #500B37.

Preview

Color preview on black background

This text has color #500B37 on black background.


Color preview on white background

This text has color #500B37 on white background.


Black color preview on #500B37 background

This text has black color on #500B37 background.


White color preview on #500B37 background

This text has white color on #500B37 background.


Related colors

Complementary color

Complementary color for #hex is #AFF4C8.


I love getcolorcode.com

Triadic colors

1 #37500B and #0B3750 with #500B37 are triadic colors.

2 #370B50 and #0B5037 with #500B37 are triadic colors.