COLOR #091207

HEX: #091207
RGB: (9,18,7)

Color info

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

RGB color model

#091207 color RGB value is (9,18,7).

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

RGB channels and saturation

R 9 of 255 = 4%
G 18 of 255 = 7%
B 7 of 255 = 3%

9
18
7

R + G + B ~ 5%. #091207 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 18 + 7 = 34 (100%)
R 9 of 34 ~ 26.47%
G 18 of 34 ~ 52.94%
B 7 of 34 ~ 20.59%

%26.47
%52.94
%20.59

CMYK color model

#091207 color CMYK value is (50,0,61,93).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 92.94%
CMYK:
(50,0,61,93)
C50M0Y61K93 
(50%,0%,61%,93%)
(0.50/0.00/0.61/0.93)	

CMYK percentages

%50
%0
%61.11
%92.94

Codes

Color #091207 in popluar color models

091207
RGB9187
HSL109°44.00%4.90%
HSB/HSV109°61.11%7.06%
CMYK50.00%0.00%61.11%
92.94%

Color #091207 in popluar number systems.

HEX091207
Decimal9187
Binary100110010111
Octal11227

Shades and tints

Shades of #091207

#091207
(9,18,7)
#091107
(9,17,7)
#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)
#000000
(0,0,0)

Tints of #091207

#091207
(9,18,7)
#1F271D
(31,39,29)
#353C33
(53,60,51)
#4B5149
(75,81,73)
#61665F
(97,102,95)
#777B75
(119,123,117)
#8D908B
(141,144,139)
#A3A5A1
(163,165,161)
#B9BAB7
(185,186,183)
#CFCFCD
(207,207,205)
#E5E4E3
(229,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091207; }

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

This text font color is #091207.


Background Color

.myBgColor { background-color: #091207; }

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

This div background color is #091207.


Border color

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

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

This div border color is #091207.


Opacity

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

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

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

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

This text has shadow with #091207 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091207 on black background.


Color preview on white background

This text has color #091207 on white background.



Black color preview on #091207 background

This text has black color on #091207 background.


White color preview on #091207 background

This text has white color on #091207 background.