COLOR #120B0A

HEX: #120B0A
RGB: (18,11,10)

Color info

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

RGB color model

#120B0A color RGB value is (18,11,10).

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

RGB channels and saturation

R 18 of 255 = 7%
G 11 of 255 = 4%
B 10 of 255 = 4%

18
11
10

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

Portions of RGB colors in percentages

R + G + B =
18 + 11 + 10 = 39 (100%)
R 18 of 39 ~ 46.15%
G 11 of 39 ~ 28.21%
B 10 of 39 ~ 25.64%

%46.15
%28.21
%25.64

CMYK color model

#120B0A color CMYK value is (0,39,44,93).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 44.44%
  • key color value is 92.94%
CMYK:
(0,39,44,93)
C0M39Y44K93 
(0%,39%,44%,93%)
(0.00/0.39/0.44/0.93)	

CMYK percentages

%0
%38.89
%44.44
%92.94

Codes

Color #120B0A in popluar color models

120B0A
RGB181110
HSL28.57%5.49%
HSB/HSV44.44%7.06%
CMYK0.00%38.89%44.44%
92.94%

Color #120B0A in popluar number systems.

HEX120B0A
Decimal181110
Binary1001010111010
Octal221312

Shades and tints

Shades of #120B0A

#120B0A
(18,11,10)
#110A0A
(17,10,10)
#10090A
(16,9,10)
#0F080A
(15,8,10)
#0E070A
(14,7,10)
#0D060A
(13,6,10)
#0C050A
(12,5,10)
#0B040A
(11,4,10)
#0A030A
(10,3,10)
#09020A
(9,2,10)
#08010A
(8,1,10)
#000000
(0,0,0)

Tints of #120B0A

#120B0A
(18,11,10)
#272120
(39,33,32)
#3C3736
(60,55,54)
#514D4C
(81,77,76)
#666362
(102,99,98)
#7B7978
(123,121,120)
#908F8E
(144,143,142)
#A5A5A4
(165,165,164)
#BABBBA
(186,187,186)
#CFD1D0
(207,209,208)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120B0A; }

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

This text font color is #120B0A.


Background Color

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

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

This div background color is #120B0A.


Border color

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

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

This div border color is #120B0A.


Opacity

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

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

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

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

This text has shadow with #120B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120B0A on black background.


Color preview on white background

This text has color #120B0A on white background.



Black color preview on #120B0A background

This text has black color on #120B0A background.


White color preview on #120B0A background

This text has white color on #120B0A background.