COLOR #050409

HEX: #050409
RGB: (5,4,9)

Color info

#050409 contains red, green and blue colors in about the same proportion. Web safe color of #050409 is #000000 (or #000).

RGB color model

#050409 color RGB value is (5,4,9).

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

RGB channels and saturation

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

5
4
9

R + G + B ~ 3%. #050409 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 4 + 9 = 18 (100%)
R 5 of 18 ~ 27.78%
G 4 of 18 ~ 22.22%
B 9 of 18 ~ 50%

%27.78
%22.22
%50

CMYK color model

#050409 color CMYK value is (44,56,0,96).

  • cyan value is 44.44%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 96.47%
CMYK:
(44,56,0,96)
C44M56Y0K96 
(44%,56%,0%,96%)
(0.44/0.56/0.00/0.96)	

CMYK percentages

%44.44
%55.56
%0
%96.47

Codes

Color #050409 in popluar color models

050409
RGB549
HSL252°38.46%2.55%
HSB/HSV252°55.56%3.53%
CMYK44.44%55.56%0.00%
96.47%

Color #050409 in popluar number systems.

HEX050409
Decimal549
Binary1011001001
Octal5411

Shades and tints

Tints of #050409

#050409
(5,4,9)
#1B1A1F
(27,26,31)
#313035
(49,48,53)
#47464B
(71,70,75)
#5D5C61
(93,92,97)
#737277
(115,114,119)
#89888D
(137,136,141)
#9F9EA3
(159,158,163)
#B5B4B9
(181,180,185)
#CBCACF
(203,202,207)
#E1E0E5
(225,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050409; }

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

This text font color is #050409.


Background Color

.myBgColor { background-color: #050409; }

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

This div background color is #050409.


Border color

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

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

This div border color is #050409.


Opacity

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

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

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

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

This text has shadow with #050409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050409 on black background.


Color preview on white background

This text has color #050409 on white background.



Black color preview on #050409 background

This text has black color on #050409 background.


White color preview on #050409 background

This text has white color on #050409 background.