COLOR #09120D

HEX: #09120D
RGB: (9,18,13)

Color info

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

RGB color model

#09120D color RGB value is (9,18,13).

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

RGB channels and saturation

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

9
18
13

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

Portions of RGB colors in percentages

R + G + B =
9 + 18 + 13 = 40 (100%)
R 9 of 40 ~ 22.5%
G 18 of 40 ~ 45%
B 13 of 40 ~ 32.5%

%22.5
%45
%32.5

CMYK color model

#09120D color CMYK value is (50,0,28,93).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 92.94%
CMYK:
(50,0,28,93)
C50M0Y28K93 
(50%,0%,28%,93%)
(0.50/0.00/0.28/0.93)	

CMYK percentages

%50
%0
%27.78
%92.94

Codes

Color #09120D in popluar color models

09120D
RGB91813
HSL147°33.33%5.29%
HSB/HSV147°50.00%7.06%
CMYK50.00%0.00%27.78%
92.94%

Color #09120D in popluar number systems.

HEX09120D
Decimal91813
Binary1001100101101
Octal112215

Shades and tints

Shades of #09120D

#09120D
(9,18,13)
#09110C
(9,17,12)
#09100B
(9,16,11)
#090F0A
(9,15,10)
#090E09
(9,14,9)
#090D08
(9,13,8)
#090C07
(9,12,7)
#090B06
(9,11,6)
#090A05
(9,10,5)
#090904
(9,9,4)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #09120D

#09120D
(9,18,13)
#1F2723
(31,39,35)
#353C39
(53,60,57)
#4B514F
(75,81,79)
#616665
(97,102,101)
#777B7B
(119,123,123)
#8D9091
(141,144,145)
#A3A5A7
(163,165,167)
#B9BABD
(185,186,189)
#CFCFD3
(207,207,211)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09120D; }

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

This text font color is #09120D.


Background Color

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

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

This div background color is #09120D.


Border color

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

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

This div border color is #09120D.


Opacity

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

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

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

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

This text has shadow with #09120D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09120D on black background.


Color preview on white background

This text has color #09120D on white background.



Black color preview on #09120D background

This text has black color on #09120D background.


White color preview on #09120D background

This text has white color on #09120D background.