COLOR #050009

HEX: #050009
RGB: (5,0,9)

Color info

#050009 contains only red and blue colors. Web safe color of #050009 is #000000 (or #000).

RGB color model

#050009 color RGB value is (5,0,9).

  • red value is 5;
  • green value is 0;
  • blue value is 9.
RGB:
(5,0,9)
(2%,0%,4%)

RGB channels and saturation

R 5 of 255 = 2%
G 0 of 255 = 0%
B 9 of 255 = 4%

5
0
9

R + G + B ~ 2%. #050009 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 0 + 9 = 14 (100%)
R 5 of 14 ~ 35.71%
G 0 of 14 ~ 0%
B 9 of 14 ~ 64.29%

%35.71
%64.29

CMYK color model

#050009 color CMYK value is (44,100,0,96).

  • cyan value is 44.44%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 96.47%
CMYK:
(44,100,0,96)
C44M100Y0K96 
(44%,100%,0%,96%)
(0.44/1.00/0.00/0.96)	

CMYK percentages

%44.44
%100
%0
%96.47

Codes

Color #050009 in popluar color models

050009
RGB509
HSL273°100.00%1.76%
HSB/HSV273°100.00%3.53%
CMYK44.44%100.00%0.00%
96.47%

Color #050009 in popluar number systems.

HEX050009
Decimal509
Binary10101001
Octal5011

Shades and tints

Tints of #050009

#050009
(5,0,9)
#1B171F
(27,23,31)
#312E35
(49,46,53)
#47454B
(71,69,75)
#5D5C61
(93,92,97)
#737377
(115,115,119)
#898A8D
(137,138,141)
#9FA1A3
(159,161,163)
#B5B8B9
(181,184,185)
#CBCFCF
(203,207,207)
#E1E6E5
(225,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050009 color. Also use rgb(5,0,9) instead hex code.

Text Font Color

.myTextColor { color: #050009; }

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

This text font color is #050009.


Background Color

.myBgColor { background-color: #050009; }

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

This div background color is #050009.


Border color

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

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

This div border color is #050009.


Opacity

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

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

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

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

This text has shadow with #050009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050009 on black background.


Color preview on white background

This text has color #050009 on white background.



Black color preview on #050009 background

This text has black color on #050009 background.


White color preview on #050009 background

This text has white color on #050009 background.