COLOR #050609

HEX: #050609
RGB: (5,6,9)

Color info

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

RGB color model

#050609 color RGB value is (5,6,9).

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

RGB channels and saturation

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

5
6
9

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

Portions of RGB colors in percentages

R + G + B =
5 + 6 + 9 = 20 (100%)
R 5 of 20 ~ 25%
G 6 of 20 ~ 30%
B 9 of 20 ~ 45%

%25
%30
%45

CMYK color model

#050609 color CMYK value is (44,33,0,96).

  • cyan value is 44.44%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 96.47%
CMYK:
(44,33,0,96)
C44M33Y0K96 
(44%,33%,0%,96%)
(0.44/0.33/0.00/0.96)	

CMYK percentages

%44.44
%33.33
%0
%96.47

Codes

Color #050609 in popluar color models

050609
RGB569
HSL225°28.57%2.75%
HSB/HSV225°44.44%3.53%
CMYK44.44%33.33%0.00%
96.47%

Color #050609 in popluar number systems.

HEX050609
Decimal569
Binary1011101001
Octal5611

Shades and tints

Tints of #050609

#050609
(5,6,9)
#1B1C1F
(27,28,31)
#313235
(49,50,53)
#47484B
(71,72,75)
#5D5E61
(93,94,97)
#737477
(115,116,119)
#898A8D
(137,138,141)
#9FA0A3
(159,160,163)
#B5B6B9
(181,182,185)
#CBCCCF
(203,204,207)
#E1E2E5
(225,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050609; }

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

This text font color is #050609.


Background Color

.myBgColor { background-color: #050609; }

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

This div background color is #050609.


Border color

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

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

This div border color is #050609.


Opacity

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

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

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

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

This text has shadow with #050609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050609 on black background.


Color preview on white background

This text has color #050609 on white background.



Black color preview on #050609 background

This text has black color on #050609 background.


White color preview on #050609 background

This text has white color on #050609 background.