COLOR #120C0D

HEX: #120C0D
RGB: (18,12,13)

Color info

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

RGB color model

#120C0D color RGB value is (18,12,13).

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

RGB channels and saturation

R 18 of 255 = 7%
G 12 of 255 = 5%
B 13 of 255 = 5%

18
12
13

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

Portions of RGB colors in percentages

R + G + B =
18 + 12 + 13 = 43 (100%)
R 18 of 43 ~ 41.86%
G 12 of 43 ~ 27.91%
B 13 of 43 ~ 30.23%

%41.86
%27.91
%30.23

CMYK color model

#120C0D color CMYK value is (0,33,28,93).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 27.78%
  • key color value is 92.94%
CMYK:
(0,33,28,93)
C0M33Y28K93 
(0%,33%,28%,93%)
(0.00/0.33/0.28/0.93)	

CMYK percentages

%0
%33.33
%27.78
%92.94

Codes

Color #120C0D in popluar color models

120C0D
RGB181213
HSL350°20.00%5.88%
HSB/HSV350°33.33%7.06%
CMYK0.00%33.33%27.78%
92.94%

Color #120C0D in popluar number systems.

HEX120C0D
Decimal181213
Binary1001011001101
Octal221415

Shades and tints

Shades of #120C0D

#120C0D
(18,12,13)
#110B0C
(17,11,12)
#100A0B
(16,10,11)
#0F090A
(15,9,10)
#0E0809
(14,8,9)
#0D0708
(13,7,8)
#0C0607
(12,6,7)
#0B0506
(11,5,6)
#0A0405
(10,4,5)
#090304
(9,3,4)
#080203
(8,2,3)
#000000
(0,0,0)

Tints of #120C0D

#120C0D
(18,12,13)
#272223
(39,34,35)
#3C3839
(60,56,57)
#514E4F
(81,78,79)
#666465
(102,100,101)
#7B7A7B
(123,122,123)
#909091
(144,144,145)
#A5A6A7
(165,166,167)
#BABCBD
(186,188,189)
#CFD2D3
(207,210,211)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120C0D color. Also use rgb(18,12,13) instead hex code.

Text Font Color

.myTextColor { color: #120C0D; }

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

This text font color is #120C0D.


Background Color

.myBgColor { background-color: #120C0D; }

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

This div background color is #120C0D.


Border color

.myBorderColor { border: 1px solid #120C0D; }

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

This div border color is #120C0D.


Opacity

.myOpacity80 { color: #120C0D; opacity: 0.8; }

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

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

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

This text has shadow with #120C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120C0D on black background.


Color preview on white background

This text has color #120C0D on white background.



Black color preview on #120C0D background

This text has black color on #120C0D background.


White color preview on #120C0D background

This text has white color on #120C0D background.