COLOR #500B4A

HEX: #500B4A
RGB: (80,11,74)

Color info

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

RGB color model

#500B4A color RGB value is (80,11,74).

  • red value is 80;
  • green value is 11;
  • blue value is 74.
RGB:
(80,11,74)
(31%,4%,29%)

RGB channels and saturation

R 80 of 255 = 31%
G 11 of 255 = 4%
B 74 of 255 = 29%

80
11
74

R + G + B ~ 21%. #500B4A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 11 + 74 = 165 (100%)
R 80 of 165 ~ 48.48%
G 11 of 165 ~ 6.67%
B 74 of 165 ~ 44.85%

%48.48
%44.85

CMYK color model

#500B4A color CMYK value is (0,86,7,69).

  • cyan value is 0.00%
  • magenta value is 86.25%
  • yellow value is 7.50%
  • key color value is 68.63%
CMYK:
(0,86,7,69)
C0M86Y7K69 
(0%,86%,7%,69%)
(0.00/0.86/0.07/0.69)	

CMYK percentages

%0
%86.25
%7.5
%68.63

Codes

Color #500B4A in popluar color models

500B4A
RGB801174
HSL305°75.82%17.84%
HSB/HSV305°86.25%31.37%
CMYK0.00%86.25%7.50%
68.63%

Color #500B4A in popluar number systems.

HEX500B4A
Decimal801174
Binary101000010111001010
Octal12013112

Shades and tints

Shades of #500B4A

#500B4A
(80,11,74)
#490A44
(73,10,68)
#42093E
(66,9,62)
#3B0838
(59,8,56)
#340732
(52,7,50)
#2D062C
(45,6,44)
#260526
(38,5,38)
#1F0420
(31,4,32)
#18031A
(24,3,26)
#110214
(17,2,20)
#0A010E
(10,1,14)
#000000
(0,0,0)

Tints of #500B4A

#500B4A
(80,11,74)
#5F215A
(95,33,90)
#6E376A
(110,55,106)
#7D4D7A
(125,77,122)
#8C638A
(140,99,138)
#9B799A
(155,121,154)
#AA8FAA
(170,143,170)
#B9A5BA
(185,165,186)
#C8BBCA
(200,187,202)
#D7D1DA
(215,209,218)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500B4A; }

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

This text font color is #500B4A.


Background Color

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

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

This div background color is #500B4A.


Border color

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

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

This div border color is #500B4A.


Opacity

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

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

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

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

This text has shadow with #500B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500B4A on black background.


Color preview on white background

This text has color #500B4A on white background.



Black color preview on #500B4A background

This text has black color on #500B4A background.


White color preview on #500B4A background

This text has white color on #500B4A background.