COLOR #091007

HEX: #091007
RGB: (9,16,7)

Color info

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

RGB color model

#091007 color RGB value is (9,16,7).

  • red value is 9;
  • green value is 16;
  • blue value is 7.
RGB:
(9,16,7)
(4%,6%,3%)

RGB channels and saturation

R 9 of 255 = 4%
G 16 of 255 = 6%
B 7 of 255 = 3%

9
16
7

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

Portions of RGB colors in percentages

R + G + B =
9 + 16 + 7 = 32 (100%)
R 9 of 32 ~ 28.13%
G 16 of 32 ~ 50%
B 7 of 32 ~ 21.88%

%28.13
%50
%21.88

CMYK color model

#091007 color CMYK value is (44,0,56,94).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 93.73%
CMYK:
(44,0,56,94)
C44M0Y56K94 
(44%,0%,56%,94%)
(0.44/0.00/0.56/0.94)	

CMYK percentages

%43.75
%0
%56.25
%93.73

Codes

Color #091007 in popluar color models

091007
RGB9167
HSL107°39.13%4.51%
HSB/HSV107°56.25%6.27%
CMYK43.75%0.00%56.25%
93.73%

Color #091007 in popluar number systems.

HEX091007
Decimal9167
Binary100110000111
Octal11207

Shades and tints

Shades of #091007

#091007
(9,16,7)
#090F07
(9,15,7)
#090E07
(9,14,7)
#090D07
(9,13,7)
#090C07
(9,12,7)
#090B07
(9,11,7)
#090A07
(9,10,7)
#090907
(9,9,7)
#090807
(9,8,7)
#090707
(9,7,7)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #091007

#091007
(9,16,7)
#1F251D
(31,37,29)
#353A33
(53,58,51)
#4B4F49
(75,79,73)
#61645F
(97,100,95)
#777975
(119,121,117)
#8D8E8B
(141,142,139)
#A3A3A1
(163,163,161)
#B9B8B7
(185,184,183)
#CFCDCD
(207,205,205)
#E5E2E3
(229,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091007; }

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

This text font color is #091007.


Background Color

.myBgColor { background-color: #091007; }

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

This div background color is #091007.


Border color

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

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

This div border color is #091007.


Opacity

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

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

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

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

This text has shadow with #091007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091007 on black background.


Color preview on white background

This text has color #091007 on white background.



Black color preview on #091007 background

This text has black color on #091007 background.


White color preview on #091007 background

This text has white color on #091007 background.