COLOR #090400

HEX: #090400 RGB: (9,4,0)

Color info

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

RGB color model

#090400 color RGB value is (9,4,0).

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

RGB channels and saturation

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

9
4
0

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

Portions of RGB colors in percentages

R + G + B = 9 + 4 + 0 = 13 (100%)
R 9 of 13 ~ 69.23%
G 4 of 13 ~ 30.77%
B 0 of 13 ~ 0'%

%69.23
%30.77

CMYK color model

#090400 color CMYK value is (0,56,100,96).

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

CMYK: (0,56,100,96)
C0M56Y100K96 (0%, 56%, 100%, 96%)
(0.00 / 0.56 / 1.00 / 0.96)

CMYK percentages

%0
%55.56
%100
%96.47

Codes

Color #090400 in popluar color models

09 04 00
RGB 9 4 0
HSL 27° 100.00% 1.76%
HSB/HSV 27° 100.00% 3.53%
CMYK 0.00% 55.56% 100.00%
96.47%

Color #090400 in popluar number systems.

HEX 09 04 00
Decimal 9 4 0
Binary 1001 100 0
Octal 11 4 0

Shades and tints

Tints of #090400

#090400
(9,4,0)
#1F1A17
(31,26,23)
#35302E
(53,48,46)
#4B4645
(75,70,69)
#615C5C
(97,92,92)
#777273
(119,114,115)
#8D888A
(141,136,138)
#A39EA1
(163,158,161)
#B9B4B8
(185,180,184)
#CFCACF
(207,202,207)
#E5E0E6
(229,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090400; }

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

This text font color is #090400.

Background Color

.myBgColor { background-color: #090400; }

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

This div background color is #090400.

Border color

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

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

This div border color is #090400.

Opacity

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

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

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

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

This text has shadow with #090400 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090400.

Preview

Color preview on black background

This text has color #090400 on black background.


Color preview on white background

This text has color #090400 on white background.


Black color preview on #090400 background

This text has black color on #090400 background.


White color preview on #090400 background

This text has white color on #090400 background.


Related colors

Complementary color

Complementary color for #hex is #F6FBFF.


I love getcolorcode.com

Triadic colors

1 #000904 and #040009 with #090400 are triadic colors.

2 #000409 and #040900 with #090400 are triadic colors.