COLOR #09120E

HEX: #09120E
RGB: (9,18,14)

Color info

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

RGB color model

#09120E color RGB value is (9,18,14).

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

RGB channels and saturation

R 9 of 255 = 4%
G 18 of 255 = 7%
B 14 of 255 = 5%

9
18
14

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

Portions of RGB colors in percentages

R + G + B =
9 + 18 + 14 = 41 (100%)
R 9 of 41 ~ 21.95%
G 18 of 41 ~ 43.9%
B 14 of 41 ~ 34.15%

%21.95
%43.9
%34.15

CMYK color model

#09120E color CMYK value is (50,0,22,93).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 92.94%
CMYK:
(50,0,22,93)
C50M0Y22K93 
(50%,0%,22%,93%)
(0.50/0.00/0.22/0.93)	

CMYK percentages

%50
%0
%22.22
%92.94

Codes

Color #09120E in popluar color models

09120E
RGB91814
HSL153°33.33%5.29%
HSB/HSV153°50.00%7.06%
CMYK50.00%0.00%22.22%
92.94%

Color #09120E in popluar number systems.

HEX09120E
Decimal91814
Binary1001100101110
Octal112216

Shades and tints

Shades of #09120E

#09120E
(9,18,14)
#09110D
(9,17,13)
#09100C
(9,16,12)
#090F0B
(9,15,11)
#090E0A
(9,14,10)
#090D09
(9,13,9)
#090C08
(9,12,8)
#090B07
(9,11,7)
#090A06
(9,10,6)
#090905
(9,9,5)
#090804
(9,8,4)
#000000
(0,0,0)

Tints of #09120E

#09120E
(9,18,14)
#1F2723
(31,39,35)
#353C38
(53,60,56)
#4B514D
(75,81,77)
#616662
(97,102,98)
#777B77
(119,123,119)
#8D908C
(141,144,140)
#A3A5A1
(163,165,161)
#B9BAB6
(185,186,182)
#CFCFCB
(207,207,203)
#E5E4E0
(229,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09120E; }

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

This text font color is #09120E.


Background Color

.myBgColor { background-color: #09120E; }

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

This div background color is #09120E.


Border color

.myBorderColor { border: 1px solid #09120E; }

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

This div border color is #09120E.


Opacity

.myOpacity80 { color: #09120E; opacity: 0.8; }

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

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

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

This text has shadow with #09120E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09120E on black background.


Color preview on white background

This text has color #09120E on white background.



Black color preview on #09120E background

This text has black color on #09120E background.


White color preview on #09120E background

This text has white color on #09120E background.