COLOR #090407

HEX: #090407 RGB: (9,4,7)

Color info

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

RGB color model

#090407 color RGB value is (9,4,7).

RGB: (9,4,7) (4%, 2%, 3%)

RGB channels and saturation

R 9 of 255 = 4%
G 4 of 255 = 2%
B 7 of 255 = 3%

9
4
7

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

Portions of RGB colors in percentages

R + G + B = 9 + 4 + 7 = 20 (100%)
R 9 of 20 ~ 45%
G 4 of 20 ~ 20%
B 7 of 20 ~ 35'%

%45
%20
%35

CMYK color model

#090407 color CMYK value is (0,56,22,96).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 22.22%
  • key color value is 96.47%

CMYK: (0,56,22,96)
C0M56Y22K96 (0%, 56%, 22%, 96%)
(0.00 / 0.56 / 0.22 / 0.96)

CMYK percentages

%0
%55.56
%22.22
%96.47

Codes

Color #090407 in popluar color models

09 04 07
RGB 9 4 7
HSL 324° 38.46% 2.55%
HSB/HSV 324° 55.56% 3.53%
CMYK 0.00% 55.56% 22.22%
96.47%

Color #090407 in popluar number systems.

HEX 09 04 07
Decimal 9 4 7
Binary 1001 100 111
Octal 11 4 7

Shades and tints

Tints of #090407

#090407
(9,4,7)
#1F1A1D
(31,26,29)
#353033
(53,48,51)
#4B4649
(75,70,73)
#615C5F
(97,92,95)
#777275
(119,114,117)
#8D888B
(141,136,139)
#A39EA1
(163,158,161)
#B9B4B7
(185,180,183)
#CFCACD
(207,202,205)
#E5E0E3
(229,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090407; }

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

This text font color is #090407.

Background Color

.myBgColor { background-color: #090407; }

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

This div background color is #090407.

Border color

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

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

This div border color is #090407.

Opacity

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

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

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

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

This text has shadow with #090407 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090407.

Preview

Color preview on black background

This text has color #090407 on black background.


Color preview on white background

This text has color #090407 on white background.


Black color preview on #090407 background

This text has black color on #090407 background.


White color preview on #090407 background

This text has white color on #090407 background.


Related colors

Complementary color

Complementary color for #hex is #F6FBF8.


I love getcolorcode.com

Triadic colors

1 #070904 and #040709 with #090407 are triadic colors.

2 #070409 and #040907 with #090407 are triadic colors.