COLOR #091004

HEX: #091004 RGB: (9,16,4)

Color info

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

RGB color model

#091004 color RGB value is (9,16,4).

RGB: (9,16,4) (4%, 6%, 2%)

RGB channels and saturation

R 9 of 255 = 4%
G 16 of 255 = 6%
B 4 of 255 = 2%

9
16
4

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

Portions of RGB colors in percentages

R + G + B = 9 + 16 + 4 = 29 (100%)
R 9 of 29 ~ 31.03%
G 16 of 29 ~ 55.17%
B 4 of 29 ~ 13.79'%

%31.03
%55.17
%13.79

CMYK color model

#091004 color CMYK value is (44,0,75,94).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 93.73%

CMYK: (44,0,75,94)
C44M0Y75K94 (44%, 0%, 75%, 94%)
(0.44 / 0.00 / 0.75 / 0.94)

CMYK percentages

%43.75
%0
%75
%93.73

Codes

Color #091004 in popluar color models

09 10 04
RGB 9 16 4
HSL 95° 60.00% 3.92%
HSB/HSV 95° 75.00% 6.27%
CMYK 43.75% 0.00% 75.00%
93.73%

Color #091004 in popluar number systems.

HEX 09 10 04
Decimal 9 16 4
Binary 1001 10000 100
Octal 11 20 4

Shades and tints

Shades of #091004

#091004
(9,16,4)
#090F04
(9,15,4)
#090E04
(9,14,4)
#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)
#000000
(0,0,0)

Tints of #091004

#091004
(9,16,4)
#1F251A
(31,37,26)
#353A30
(53,58,48)
#4B4F46
(75,79,70)
#61645C
(97,100,92)
#777972
(119,121,114)
#8D8E88
(141,142,136)
#A3A39E
(163,163,158)
#B9B8B4
(185,184,180)
#CFCDCA
(207,205,202)
#E5E2E0
(229,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091004; }

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

This text font color is #091004.

Background Color

.myBgColor { background-color: #091004; }

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

This div background color is #091004.

Border color

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

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

This div border color is #091004.

Opacity

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

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

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

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

This text has shadow with #091004 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091004.

Preview

Color preview on black background

This text has color #091004 on black background.


Color preview on white background

This text has color #091004 on white background.


Black color preview on #091004 background

This text has black color on #091004 background.


White color preview on #091004 background

This text has white color on #091004 background.


Related colors

Complementary color

Complementary color for #hex is #F6EFFB.


I love getcolorcode.com

Triadic colors

1 #040910 and #100409 with #091004 are triadic colors.

2 #041009 and #100904 with #091004 are triadic colors.