COLOR #12120E

HEX: #12120E
RGB: (18,18,14)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
18
14

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

Portions of RGB colors in percentages

R + G + B =
18 + 18 + 14 = 50 (100%)
R 18 of 50 ~ 36%
G 18 of 50 ~ 36%
B 14 of 50 ~ 28%

%36
%36
%28

CMYK color model

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

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

CMYK percentages

%0
%0
%22.22
%92.94

Codes

Color #12120E in popluar color models

12120E
RGB181814
HSL60°12.50%6.27%
HSB/HSV60°22.22%7.06%
CMYK0.00%0.00%22.22%
92.94%

Color #12120E in popluar number systems.

HEX12120E
Decimal181814
Binary10010100101110
Octal222216

Shades and tints

Shades of #12120E

#12120E
(18,18,14)
#11110D
(17,17,13)
#10100C
(16,16,12)
#0F0F0B
(15,15,11)
#0E0E0A
(14,14,10)
#0D0D09
(13,13,9)
#0C0C08
(12,12,8)
#0B0B07
(11,11,7)
#0A0A06
(10,10,6)
#090905
(9,9,5)
#080804
(8,8,4)
#000000
(0,0,0)

Tints of #12120E

#12120E
(18,18,14)
#272723
(39,39,35)
#3C3C38
(60,60,56)
#51514D
(81,81,77)
#666662
(102,102,98)
#7B7B77
(123,123,119)
#90908C
(144,144,140)
#A5A5A1
(165,165,161)
#BABAB6
(186,186,182)
#CFCFCB
(207,207,203)
#E4E4E0
(228,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12120E; }

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

This text font color is #12120E.


Background Color

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

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

This div background color is #12120E.


Border color

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

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

This div border color is #12120E.


Opacity

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

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

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

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

This text has shadow with #12120E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12120E on black background.


Color preview on white background

This text has color #12120E on white background.



Black color preview on #12120E background

This text has black color on #12120E background.


White color preview on #12120E background

This text has white color on #12120E background.