COLOR #090D04

HEX: #090D04 RGB: (9,13,4)

Color info

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

RGB color model

#090D04 color RGB value is (9,13,4).

RGB: (9,13,4) (4%, 5%, 2%)

RGB channels and saturation

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

9
13
4

R + G + B ~ 4%. #090D04 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 13 + 4 = 26 (100%)
R 9 of 26 ~ 34.62%
G 13 of 26 ~ 50%
B 4 of 26 ~ 15.38'%

%34.62
%50
%15.38

CMYK color model

#090D04 color CMYK value is (31,0,69,95).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 94.90%

CMYK: (31,0,69,95)
C31M0Y69K95 (31%, 0%, 69%, 95%)
(0.31 / 0.00 / 0.69 / 0.95)

CMYK percentages

%30.77
%0
%69.23
%94.9

Codes

Color #090D04 in popluar color models

09 0D 04
RGB 9 13 4
HSL 87° 52.94% 3.33%
HSB/HSV 87° 69.23% 5.10%
CMYK 30.77% 0.00% 69.23%
94.90%

Color #090D04 in popluar number systems.

HEX 09 0D 04
Decimal 9 13 4
Binary 1001 1101 100
Octal 11 15 4

Shades and tints

Shades of #090D04

#090D04
(9,13,4)
#090C04
(9,12,4)
#090B04
(9,11,4)
#090A04
(9,10,4)
#090904
(9,9,4)
#090804
(9,8,4)
#090704
(9,7,4)
#090604
(9,6,4)
#090504
(9,5,4)
#090404
(9,4,4)
#090304
(9,3,4)
#000000
(0,0,0)

Tints of #090D04

#090D04
(9,13,4)
#1F231A
(31,35,26)
#353930
(53,57,48)
#4B4F46
(75,79,70)
#61655C
(97,101,92)
#777B72
(119,123,114)
#8D9188
(141,145,136)
#A3A79E
(163,167,158)
#B9BDB4
(185,189,180)
#CFD3CA
(207,211,202)
#E5E9E0
(229,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090D04; }

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

This text font color is #090D04.

Background Color

.myBgColor { background-color: #090D04; }

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

This div background color is #090D04.

Border color

.myBorderColor { border: 1px solid #090D04; }

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

This div border color is #090D04.

Opacity

.myOpacity80 { color: #090D04; opacity: 0.8; }

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

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

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

This text has shadow with #090D04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090D04.

Preview

Color preview on black background

This text has color #090D04 on black background.


Color preview on white background

This text has color #090D04 on white background.


Black color preview on #090D04 background

This text has black color on #090D04 background.


White color preview on #090D04 background

This text has white color on #090D04 background.


Related colors

Complementary color

Complementary color for #hex is #F6F2FB.


I love getcolorcode.com

Triadic colors

1 #04090D and #0D0409 with #090D04 are triadic colors.

2 #040D09 and #0D0904 with #090D04 are triadic colors.