COLOR #120E0A

HEX: #120E0A
RGB: (18,14,10)

Color info

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

RGB color model

#120E0A color RGB value is (18,14,10).

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

RGB channels and saturation

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

18
14
10

R + G + B ~ 5%. #120E0A is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 14 + 10 = 42 (100%)
R 18 of 42 ~ 42.86%
G 14 of 42 ~ 33.33%
B 10 of 42 ~ 23.81%

%42.86
%33.33
%23.81

CMYK color model

#120E0A color CMYK value is (0,22,44,93).

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

CMYK percentages

%0
%22.22
%44.44
%92.94

Codes

Color #120E0A in popluar color models

120E0A
RGB181410
HSL30°28.57%5.49%
HSB/HSV30°44.44%7.06%
CMYK0.00%22.22%44.44%
92.94%

Color #120E0A in popluar number systems.

HEX120E0A
Decimal181410
Binary1001011101010
Octal221612

Shades and tints

Shades of #120E0A

#120E0A
(18,14,10)
#110D0A
(17,13,10)
#100C0A
(16,12,10)
#0F0B0A
(15,11,10)
#0E0A0A
(14,10,10)
#0D090A
(13,9,10)
#0C080A
(12,8,10)
#0B070A
(11,7,10)
#0A060A
(10,6,10)
#09050A
(9,5,10)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #120E0A

#120E0A
(18,14,10)
#272320
(39,35,32)
#3C3836
(60,56,54)
#514D4C
(81,77,76)
#666262
(102,98,98)
#7B7778
(123,119,120)
#908C8E
(144,140,142)
#A5A1A4
(165,161,164)
#BAB6BA
(186,182,186)
#CFCBD0
(207,203,208)
#E4E0E6
(228,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120E0A; }

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

This text font color is #120E0A.


Background Color

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

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

This div background color is #120E0A.


Border color

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

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

This div border color is #120E0A.


Opacity

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

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

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

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

This text has shadow with #120E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120E0A on black background.


Color preview on white background

This text has color #120E0A on white background.



Black color preview on #120E0A background

This text has black color on #120E0A background.


White color preview on #120E0A background

This text has white color on #120E0A background.