COLOR #040900

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

4
9
0

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

Portions of RGB colors in percentages

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

%30.77
%69.23

CMYK color model

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

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 96.47%
CMYK:
(56,0,100,96)
C56M0Y100K96 
(56%,0%,100%,96%)
(0.56/0.00/1.00/0.96)	

CMYK percentages

%55.56
%0
%100
%96.47

Codes

Color #040900 in popluar color models

040900
RGB490
HSL93°100.00%1.76%
HSB/HSV93°100.00%3.53%
CMYK55.56%0.00%100.00%
96.47%

Color #040900 in popluar number systems.

HEX040900
Decimal490
Binary10010010
Octal4110

Shades and tints

Tints of #040900

#040900
(4,9,0)
#1A1F17
(26,31,23)
#30352E
(48,53,46)
#464B45
(70,75,69)
#5C615C
(92,97,92)
#727773
(114,119,115)
#888D8A
(136,141,138)
#9EA3A1
(158,163,161)
#B4B9B8
(180,185,184)
#CACFCF
(202,207,207)
#E0E5E6
(224,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040900; }

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

This text font color is #040900.


Background Color

.myBgColor { background-color: #040900; }

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

This div background color is #040900.


Border color

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

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

This div border color is #040900.


Opacity

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

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

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

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

This text has shadow with #040900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040900 on black background.


Color preview on white background

This text has color #040900 on white background.



Black color preview on #040900 background

This text has black color on #040900 background.


White color preview on #040900 background

This text has white color on #040900 background.