COLOR #09040E

HEX: #09040E RGB: (9,4,14)

Color info

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

RGB color model

#09040E color RGB value is (9,4,14).

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

RGB channels and saturation

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

9
4
14

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

Portions of RGB colors in percentages

R + G + B = 9 + 4 + 14 = 27 (100%)
R 9 of 27 ~ 33.33%
G 4 of 27 ~ 14.81%
B 14 of 27 ~ 51.85'%

%33.33
%14.81
%51.85

CMYK color model

#09040E color CMYK value is (36,71,0,95).

  • cyan value is 35.71%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 94.51%

CMYK: (36,71,0,95)
C36M71Y0K95 (36%, 71%, 0%, 95%)
(0.36 / 0.71 / 0.00 / 0.95)

CMYK percentages

%35.71
%71.43
%0
%94.51

Codes

Color #09040E in popluar color models

09 04 0E
RGB 9 4 14
HSL 270° 55.56% 3.53%
HSB/HSV 270° 71.43% 5.49%
CMYK 35.71% 71.43% 0.00%
94.51%

Color #09040E in popluar number systems.

HEX 09 04 0E
Decimal 9 4 14
Binary 1001 100 1110
Octal 11 4 16

Shades and tints

Shades of #09040E

#09040E
(9,4,14)
#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)
#000000
(0,0,0)

Tints of #09040E

#09040E
(9,4,14)
#1F1A23
(31,26,35)
#353038
(53,48,56)
#4B464D
(75,70,77)
#615C62
(97,92,98)
#777277
(119,114,119)
#8D888C
(141,136,140)
#A39EA1
(163,158,161)
#B9B4B6
(185,180,182)
#CFCACB
(207,202,203)
#E5E0E0
(229,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09040E; }

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

This text font color is #09040E.

Background Color

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

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

This div background color is #09040E.

Border color

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

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

This div border color is #09040E.

Opacity

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

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

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

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

This text has shadow with #09040E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09040E.

Preview

Color preview on black background

This text has color #09040E on black background.


Color preview on white background

This text has color #09040E on white background.


Black color preview on #09040E background

This text has black color on #09040E background.


White color preview on #09040E background

This text has white color on #09040E background.


Related colors

Complementary color

Complementary color for #hex is #F6FBF1.


I love getcolorcode.com

Triadic colors

1 #0E0904 and #040E09 with #09040E are triadic colors.

2 #0E0409 and #04090E with #09040E are triadic colors.