COLOR #500A2A

HEX: #500A2A
RGB: (80,10,42)

Color info

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

RGB color model

#500A2A color RGB value is (80,10,42).

  • red value is 80;
  • green value is 10;
  • blue value is 42.
RGB:
(80,10,42)
(31%,4%,16%)

RGB channels and saturation

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

80
10
42

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

Portions of RGB colors in percentages

R + G + B =
80 + 10 + 42 = 132 (100%)
R 80 of 132 ~ 60.61%
G 10 of 132 ~ 7.58%
B 42 of 132 ~ 31.82%

%60.61
%31.82

CMYK color model

#500A2A color CMYK value is (0,88,48,69).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 47.50%
  • key color value is 68.63%
CMYK:
(0,88,48,69)
C0M88Y48K69 
(0%,88%,48%,69%)
(0.00/0.88/0.48/0.69)	

CMYK percentages

%0
%87.5
%47.5
%68.63

Codes

Color #500A2A in popluar color models

500A2A
RGB801042
HSL333°77.78%17.65%
HSB/HSV333°87.50%31.37%
CMYK0.00%87.50%47.50%
68.63%

Color #500A2A in popluar number systems.

HEX500A2A
Decimal801042
Binary10100001010101010
Octal1201252

Shades and tints

Shades of #500A2A

#500A2A
(80,10,42)
#490A27
(73,10,39)
#420A24
(66,10,36)
#3B0A21
(59,10,33)
#340A1E
(52,10,30)
#2D0A1B
(45,10,27)
#260A18
(38,10,24)
#1F0A15
(31,10,21)
#180A12
(24,10,18)
#110A0F
(17,10,15)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #500A2A

#500A2A
(80,10,42)
#5F203D
(95,32,61)
#6E3650
(110,54,80)
#7D4C63
(125,76,99)
#8C6276
(140,98,118)
#9B7889
(155,120,137)
#AA8E9C
(170,142,156)
#B9A4AF
(185,164,175)
#C8BAC2
(200,186,194)
#D7D0D5
(215,208,213)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #500A2A; }

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

This text font color is #500A2A.


Background Color

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

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

This div background color is #500A2A.


Border color

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

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

This div border color is #500A2A.


Opacity

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

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

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

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

This text has shadow with #500A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500A2A on black background.


Color preview on white background

This text has color #500A2A on white background.



Black color preview on #500A2A background

This text has black color on #500A2A background.


White color preview on #500A2A background

This text has white color on #500A2A background.