COLOR #120912

HEX: #120912
RGB: (18,9,18)

Color info

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

RGB color model

#120912 color RGB value is (18,9,18).

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

RGB channels and saturation

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

18
9
18

R + G + B ~ 6%. #120912 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 9 + 18 = 45 (100%)
R 18 of 45 ~ 40%
G 9 of 45 ~ 20%
B 18 of 45 ~ 40%

%40
%20
%40

CMYK color model

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

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

CMYK percentages

%0
%50
%0
%92.94

Codes

Color #120912 in popluar color models

120912
RGB18918
HSL300°33.33%5.29%
HSB/HSV300°50.00%7.06%
CMYK0.00%50.00%0.00%
92.94%

Color #120912 in popluar number systems.

HEX120912
Decimal18918
Binary10010100110010
Octal221122

Shades and tints

Shades of #120912

#120912
(18,9,18)
#110911
(17,9,17)
#100910
(16,9,16)
#0F090F
(15,9,15)
#0E090E
(14,9,14)
#0D090D
(13,9,13)
#0C090C
(12,9,12)
#0B090B
(11,9,11)
#0A090A
(10,9,10)
#090909
(9,9,9)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #120912

#120912
(18,9,18)
#271F27
(39,31,39)
#3C353C
(60,53,60)
#514B51
(81,75,81)
#666166
(102,97,102)
#7B777B
(123,119,123)
#908D90
(144,141,144)
#A5A3A5
(165,163,165)
#BAB9BA
(186,185,186)
#CFCFCF
(207,207,207)
#E4E5E4
(228,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120912; }

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

This text font color is #120912.


Background Color

.myBgColor { background-color: #120912; }

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

This div background color is #120912.


Border color

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

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

This div border color is #120912.


Opacity

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

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

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

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

This text has shadow with #120912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120912 on black background.


Color preview on white background

This text has color #120912 on white background.



Black color preview on #120912 background

This text has black color on #120912 background.


White color preview on #120912 background

This text has white color on #120912 background.