COLOR #500A28

HEX: #500A28 RGB: (80,10,40)

Color info

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

RGB color model

#500A28 color RGB value is (80,10,40).

RGB: (80,10,40) (31%, 4%, 16%)

RGB channels and saturation

R 80 of 255 = 31%
G 10 of 255 = 4%
B 40 of 255 = 16%

80
10
40

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

Portions of RGB colors in percentages

R + G + B = 80 + 10 + 40 = 130 (100%)
R 80 of 130 ~ 61.54%
G 10 of 130 ~ 7.69%
B 40 of 130 ~ 30.77'%

%61.54
%30.77

CMYK color model

#500A28 color CMYK value is (0,88,50,69).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 50.00%
  • key color value is 68.63%
CMYK: (0,88,50,69) C0M88Y50K69 (0%,88%,50%,69%) (0.00/0.88/0.50/0.69) 

CMYK percentages

%0
%87.5
%50
%68.63

Codes

Color #500A28 in popluar color models

50 0A 28
RGB 80 10 40
HSL 334° 77.78% 17.65%
HSB/HSV 334° 87.50% 31.37%
CMYK 0.00% 87.50% 50.00%
68.63%

Color #500A28 in popluar number systems.

HEX 50 0A 28
Decimal 80 10 40
Binary 1010000 1010 101000
Octal 120 12 50

Shades and tints

Shades of #500A28

#500A28
(80,10,40)
#490A25
(73,10,37)
#420A22
(66,10,34)
#3B0A1F
(59,10,31)
#340A1C
(52,10,28)
#2D0A19
(45,10,25)
#260A16
(38,10,22)
#1F0A13
(31,10,19)
#180A10
(24,10,16)
#110A0D
(17,10,13)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #500A28

#500A28
(80,10,40)
#5F203B
(95,32,59)
#6E364E
(110,54,78)
#7D4C61
(125,76,97)
#8C6274
(140,98,116)
#9B7887
(155,120,135)
#AA8E9A
(170,142,154)
#B9A4AD
(185,164,173)
#C8BAC0
(200,186,192)
#D7D0D3
(215,208,211)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500A28 color. Also use rgb(80,10,40) instead hex code.

Text Font Color

.myTextColor { color: #500A28; }

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

This text font color is #500A28.

Background Color

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

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

This div background color is #500A28.

Border color

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

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

This div border color is #500A28.

Opacity

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

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

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

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

This text has shadow with #500A28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #500A28.

Preview

Color preview on black background

This text has color #500A28 on black background.


Color preview on white background

This text has color #500A28 on white background.


Black color preview on #500A28 background

This text has black color on #500A28 background.


White color preview on #500A28 background

This text has white color on #500A28 background.


Related colors

Complementary color

Complementary color for #hex is #AFF5D7.


I love getcolorcode.com

Triadic colors

1 #28500A and #0A2850 with #500A28 are triadic colors.

2 #280A50 and #0A5028 with #500A28 are triadic colors.