COLOR #500638

HEX: #500638 RGB: (80,6,56)

Color info

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

RGB color model

#500638 color RGB value is (80,6,56).

RGB: (80,6,56) (31%, 2%, 22%)

RGB channels and saturation

R 80 of 255 = 31%
G 6 of 255 = 2%
B 56 of 255 = 22%

80
6
56

R + G + B ~ 18%. #500638 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 6 + 56 = 142 (100%)
R 80 of 142 ~ 56.34%
G 6 of 142 ~ 4.23%
B 56 of 142 ~ 39.44'%

%56.34
%39.44

CMYK color model

#500638 color CMYK value is (0,93,30,69).

  • cyan value is 0.00%
  • magenta value is 92.50%
  • yellow value is 30.00%
  • key color value is 68.63%

CMYK: (0,93,30,69)
C0M93Y30K69 (0%, 93%, 30%, 69%)
(0.00 / 0.93 / 0.30 / 0.69)

CMYK percentages

%0
%92.5
%30
%68.63

Codes

Color #500638 in popluar color models

50 06 38
RGB 80 6 56
HSL 319° 86.05% 16.86%
HSB/HSV 319° 92.50% 31.37%
CMYK 0.00% 92.50% 30.00%
68.63%

Color #500638 in popluar number systems.

HEX 50 06 38
Decimal 80 6 56
Binary 1010000 110 111000
Octal 120 6 70

Shades and tints

Shades of #500638

#500638
(80,6,56)
#490633
(73,6,51)
#42062E
(66,6,46)
#3B0629
(59,6,41)
#340624
(52,6,36)
#2D061F
(45,6,31)
#26061A
(38,6,26)
#1F0615
(31,6,21)
#180610
(24,6,16)
#11060B
(17,6,11)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #500638

#500638
(80,6,56)
#5F1C4A
(95,28,74)
#6E325C
(110,50,92)
#7D486E
(125,72,110)
#8C5E80
(140,94,128)
#9B7492
(155,116,146)
#AA8AA4
(170,138,164)
#B9A0B6
(185,160,182)
#C8B6C8
(200,182,200)
#D7CCDA
(215,204,218)
#E6E2EC
(230,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500638 color. Also use rgb(80,6,56) instead hex code.

Text Font Color

.myTextColor { color: #500638; }

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

This text font color is #500638.

Background Color

.myBgColor { background-color: #500638; }

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

This div background color is #500638.

Border color

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

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

This div border color is #500638.

Opacity

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

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

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

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

This text has shadow with #500638 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #500638.

Preview

Color preview on black background

This text has color #500638 on black background.


Color preview on white background

This text has color #500638 on white background.


Black color preview on #500638 background

This text has black color on #500638 background.


White color preview on #500638 background

This text has white color on #500638 background.


Related colors

Complementary color

Complementary color for #hex is #AFF9C7.


I love getcolorcode.com

Triadic colors

1 #385006 and #063850 with #500638 are triadic colors.

2 #380650 and #065038 with #500638 are triadic colors.