COLOR #09040D

HEX: #09040D RGB: (9,4,13)

Color info

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

RGB color model

#09040D color RGB value is (9,4,13).

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

RGB channels and saturation

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

9
4
13

R + G + B ~ 4%. #09040D is dark color.

Portions of RGB colors in percentages

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

%34.62
%15.38
%50

CMYK color model

#09040D color CMYK value is (31,69,0,95).

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

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

CMYK percentages

%30.77
%69.23
%0
%94.9

Codes

Color #09040D in popluar color models

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

Color #09040D in popluar number systems.

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

Shades and tints

Shades of #09040D

#09040D
(9,4,13)
#09040C
(9,4,12)
#09040B
(9,4,11)
#09040A
(9,4,10)
#090409
(9,4,9)
#090408
(9,4,8)
#090407
(9,4,7)
#090406
(9,4,6)
#090405
(9,4,5)
#090404
(9,4,4)
#090403
(9,4,3)
#000000
(0,0,0)

Tints of #09040D

#09040D
(9,4,13)
#1F1A23
(31,26,35)
#353039
(53,48,57)
#4B464F
(75,70,79)
#615C65
(97,92,101)
#77727B
(119,114,123)
#8D8891
(141,136,145)
#A39EA7
(163,158,167)
#B9B4BD
(185,180,189)
#CFCAD3
(207,202,211)
#E5E0E9
(229,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09040D; }

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

This text font color is #09040D.

Background Color

.myBgColor { background-color: #09040D; }

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

This div background color is #09040D.

Border color

.myBorderColor { border: 1px solid #09040D; }

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

This div border color is #09040D.

Opacity

.myOpacity80 { color: #09040D; opacity: 0.8; }

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

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

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

This text has shadow with #09040D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09040D.

Preview

Color preview on black background

This text has color #09040D on black background.


Color preview on white background

This text has color #09040D on white background.


Black color preview on #09040D background

This text has black color on #09040D background.


White color preview on #09040D background

This text has white color on #09040D background.


Related colors

Complementary color

Complementary color for #hex is #F6FBF2.


I love getcolorcode.com

Triadic colors

1 #0D0904 and #040D09 with #09040D are triadic colors.

2 #0D0409 and #04090D with #09040D are triadic colors.