COLOR #501006

HEX: #501006 RGB: (80,16,6)

Color info

#501006 contains mainly red color. Web safe color of #501006 is #660000 (or #600).

RGB color model

#501006 color RGB value is (80,16,6).

RGB: (80,16,6) (31%, 6%, 2%)

RGB channels and saturation

R 80 of 255 = 31%
G 16 of 255 = 6%
B 6 of 255 = 2%

80
16
6

R + G + B ~ 13%. #501006 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 16 + 6 = 102 (100%)
R 80 of 102 ~ 78.43%
G 16 of 102 ~ 15.69%
B 6 of 102 ~ 5.88'%

%78.43
%15.69

CMYK color model

#501006 color CMYK value is (0,80,93,69).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 92.50%
  • key color value is 68.63%
CMYK: (0,80,93,69) C0M80Y93K69 (0%,80%,93%,69%) (0.00/0.80/0.93/0.69) 

CMYK percentages

%0
%80
%92.5
%68.63

Codes

Color #501006 in popluar color models

50 10 06
RGB 80 16 6
HSL 86.05% 16.86%
HSB/HSV 92.50% 31.37%
CMYK 0.00% 80.00% 92.50%
68.63%

Color #501006 in popluar number systems.

HEX 50 10 06
Decimal 80 16 6
Binary 1010000 10000 110
Octal 120 20 6

Shades and tints

Shades of #501006

#501006
(80,16,6)
#490F06
(73,15,6)
#420E06
(66,14,6)
#3B0D06
(59,13,6)
#340C06
(52,12,6)
#2D0B06
(45,11,6)
#260A06
(38,10,6)
#1F0906
(31,9,6)
#180806
(24,8,6)
#110706
(17,7,6)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #501006

#501006
(80,16,6)
#5F251C
(95,37,28)
#6E3A32
(110,58,50)
#7D4F48
(125,79,72)
#8C645E
(140,100,94)
#9B7974
(155,121,116)
#AA8E8A
(170,142,138)
#B9A3A0
(185,163,160)
#C8B8B6
(200,184,182)
#D7CDCC
(215,205,204)
#E6E2E2
(230,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501006; }

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

This text font color is #501006.

Background Color

.myBgColor { background-color: #501006; }

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

This div background color is #501006.

Border color

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

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

This div border color is #501006.

Opacity

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

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

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

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

This text has shadow with #501006 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #501006.

Preview

Color preview on black background

This text has color #501006 on black background.


Color preview on white background

This text has color #501006 on white background.


Black color preview on #501006 background

This text has black color on #501006 background.


White color preview on #501006 background

This text has white color on #501006 background.


Related colors

Complementary color

Complementary color for #hex is #AFEFF9.


I love getcolorcode.com

Triadic colors

1 #065010 and #100650 with #501006 are triadic colors.

2 #061050 and #105006 with #501006 are triadic colors.