COLOR #090406

HEX: #090406 RGB: (9,4,6)

Color info

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

RGB color model

#090406 color RGB value is (9,4,6).

RGB: (9,4,6) (4%, 2%, 2%)

RGB channels and saturation

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

9
4
6

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

Portions of RGB colors in percentages

R + G + B = 9 + 4 + 6 = 19 (100%)
R 9 of 19 ~ 47.37%
G 4 of 19 ~ 21.05%
B 6 of 19 ~ 31.58'%

%47.37
%21.05
%31.58

CMYK color model

#090406 color CMYK value is (0,56,33,96).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 33.33%
  • key color value is 96.47%
CMYK: (0,56,33,96) C0M56Y33K96 (0%,56%,33%,96%) (0.00/0.56/0.33/0.96) 

CMYK percentages

%0
%55.56
%33.33
%96.47

Codes

Color #090406 in popluar color models

09 04 06
RGB 9 4 6
HSL 336° 38.46% 2.55%
HSB/HSV 336° 55.56% 3.53%
CMYK 0.00% 55.56% 33.33%
96.47%

Color #090406 in popluar number systems.

HEX 09 04 06
Decimal 9 4 6
Binary 1001 100 110
Octal 11 4 6

Shades and tints

Tints of #090406

#090406
(9,4,6)
#1F1A1C
(31,26,28)
#353032
(53,48,50)
#4B4648
(75,70,72)
#615C5E
(97,92,94)
#777274
(119,114,116)
#8D888A
(141,136,138)
#A39EA0
(163,158,160)
#B9B4B6
(185,180,182)
#CFCACC
(207,202,204)
#E5E0E2
(229,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090406; }

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

This text font color is #090406.

Background Color

.myBgColor { background-color: #090406; }

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

This div background color is #090406.

Border color

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

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

This div border color is #090406.

Opacity

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

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

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

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

This text has shadow with #090406 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090406.

Preview

Color preview on black background

This text has color #090406 on black background.


Color preview on white background

This text has color #090406 on white background.


Black color preview on #090406 background

This text has black color on #090406 background.


White color preview on #090406 background

This text has white color on #090406 background.


Related colors

Complementary color

Complementary color for #hex is #F6FBF9.


I love getcolorcode.com

Triadic colors

1 #060904 and #040609 with #090406 are triadic colors.

2 #060409 and #040906 with #090406 are triadic colors.