COLOR #501009

HEX: #501009
RGB: (80,16,9)

Color info

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

RGB color model

#501009 color RGB value is (80,16,9).

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

RGB channels and saturation

R 80 of 255 = 31%
G 16 of 255 = 6%
B 9 of 255 = 4%

80
16
9

R + G + B ~ 14%. #501009 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 16 + 9 = 105 (100%)
R 80 of 105 ~ 76.19%
G 16 of 105 ~ 15.24%
B 9 of 105 ~ 8.57%

%76.19
%15.24

CMYK color model

#501009 color CMYK value is (0,80,89,69).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 88.75%
  • key color value is 68.63%
CMYK:
(0,80,89,69)
C0M80Y89K69 
(0%,80%,89%,69%)
(0.00/0.80/0.89/0.69)	

CMYK percentages

%0
%80
%88.75
%68.63

Codes

Color #501009 in popluar color models

501009
RGB80169
HSL79.78%17.45%
HSB/HSV88.75%31.37%
CMYK0.00%80.00%88.75%
68.63%

Color #501009 in popluar number systems.

HEX501009
Decimal80169
Binary1010000100001001
Octal1202011

Shades and tints

Shades of #501009

#501009
(80,16,9)
#490F09
(73,15,9)
#420E09
(66,14,9)
#3B0D09
(59,13,9)
#340C09
(52,12,9)
#2D0B09
(45,11,9)
#260A09
(38,10,9)
#1F0909
(31,9,9)
#180809
(24,8,9)
#110709
(17,7,9)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #501009

#501009
(80,16,9)
#5F251F
(95,37,31)
#6E3A35
(110,58,53)
#7D4F4B
(125,79,75)
#8C6461
(140,100,97)
#9B7977
(155,121,119)
#AA8E8D
(170,142,141)
#B9A3A3
(185,163,163)
#C8B8B9
(200,184,185)
#D7CDCF
(215,205,207)
#E6E2E5
(230,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501009; }

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

This text font color is #501009.


Background Color

.myBgColor { background-color: #501009; }

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

This div background color is #501009.


Border color

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

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

This div border color is #501009.


Opacity

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

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

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

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

This text has shadow with #501009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501009 on black background.


Color preview on white background

This text has color #501009 on white background.



Black color preview on #501009 background

This text has black color on #501009 background.


White color preview on #501009 background

This text has white color on #501009 background.