COLOR #091117

HEX: #091117
RGB: (9,17,23)

Color info

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

RGB color model

#091117 color RGB value is (9,17,23).

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

RGB channels and saturation

R 9 of 255 = 4%
G 17 of 255 = 7%
B 23 of 255 = 9%

9
17
23

R + G + B ~ 7%. #091117 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 17 + 23 = 49 (100%)
R 9 of 49 ~ 18.37%
G 17 of 49 ~ 34.69%
B 23 of 49 ~ 46.94%

%18.37
%34.69
%46.94

CMYK color model

#091117 color CMYK value is (61,26,0,91).

  • cyan value is 60.87%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(61,26,0,91)
C61M26Y0K91 
(61%,26%,0%,91%)
(0.61/0.26/0.00/0.91)	

CMYK percentages

%60.87
%26.09
%0
%90.98

Codes

Color #091117 in popluar color models

091117
RGB91723
HSL206°43.75%6.27%
HSB/HSV206°60.87%9.02%
CMYK60.87%26.09%0.00%
90.98%

Color #091117 in popluar number systems.

HEX091117
Decimal91723
Binary10011000110111
Octal112127

Shades and tints

Shades of #091117

#091117
(9,17,23)
#091015
(9,16,21)
#090F13
(9,15,19)
#090E11
(9,14,17)
#090D0F
(9,13,15)
#090C0D
(9,12,13)
#090B0B
(9,11,11)
#090A09
(9,10,9)
#090907
(9,9,7)
#090805
(9,8,5)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #091117

#091117
(9,17,23)
#1F262C
(31,38,44)
#353B41
(53,59,65)
#4B5056
(75,80,86)
#61656B
(97,101,107)
#777A80
(119,122,128)
#8D8F95
(141,143,149)
#A3A4AA
(163,164,170)
#B9B9BF
(185,185,191)
#CFCED4
(207,206,212)
#E5E3E9
(229,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091117 color. Also use rgb(9,17,23) instead hex code.

Text Font Color

.myTextColor { color: #091117; }

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

This text font color is #091117.


Background Color

.myBgColor { background-color: #091117; }

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

This div background color is #091117.


Border color

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

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

This div border color is #091117.


Opacity

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

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

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

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

This text has shadow with #091117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091117 on black background.


Color preview on white background

This text has color #091117 on white background.



Black color preview on #091117 background

This text has black color on #091117 background.


White color preview on #091117 background

This text has white color on #091117 background.