COLOR #091712

HEX: #091712
RGB: (9,23,18)

Color info

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

RGB color model

#091712 color RGB value is (9,23,18).

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

RGB channels and saturation

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

9
23
18

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

Portions of RGB colors in percentages

R + G + B =
9 + 23 + 18 = 50 (100%)
R 9 of 50 ~ 18%
G 23 of 50 ~ 46%
B 18 of 50 ~ 36%

%18
%46
%36

CMYK color model

#091712 color CMYK value is (61,0,22,91).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 90.98%
CMYK:
(61,0,22,91)
C61M0Y22K91 
(61%,0%,22%,91%)
(0.61/0.00/0.22/0.91)	

CMYK percentages

%60.87
%0
%21.74
%90.98

Codes

Color #091712 in popluar color models

091712
RGB92318
HSL159°43.75%6.27%
HSB/HSV159°60.87%9.02%
CMYK60.87%0.00%21.74%
90.98%

Color #091712 in popluar number systems.

HEX091712
Decimal92318
Binary10011011110010
Octal112722

Shades and tints

Shades of #091712

#091712
(9,23,18)
#091511
(9,21,17)
#091310
(9,19,16)
#09110F
(9,17,15)
#090F0E
(9,15,14)
#090D0D
(9,13,13)
#090B0C
(9,11,12)
#09090B
(9,9,11)
#09070A
(9,7,10)
#090509
(9,5,9)
#090308
(9,3,8)
#000000
(0,0,0)

Tints of #091712

#091712
(9,23,18)
#1F2C27
(31,44,39)
#35413C
(53,65,60)
#4B5651
(75,86,81)
#616B66
(97,107,102)
#77807B
(119,128,123)
#8D9590
(141,149,144)
#A3AAA5
(163,170,165)
#B9BFBA
(185,191,186)
#CFD4CF
(207,212,207)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091712; }

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

This text font color is #091712.


Background Color

.myBgColor { background-color: #091712; }

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

This div background color is #091712.


Border color

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

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

This div border color is #091712.


Opacity

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

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

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

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

This text has shadow with #091712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091712 on black background.


Color preview on white background

This text has color #091712 on white background.



Black color preview on #091712 background

This text has black color on #091712 background.


White color preview on #091712 background

This text has white color on #091712 background.