COLOR #121A0C

HEX: #121A0C
RGB: (18,26,12)

Color info

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

RGB color model

#121A0C color RGB value is (18,26,12).

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

RGB channels and saturation

R 18 of 255 = 7%
G 26 of 255 = 10%
B 12 of 255 = 5%

18
26
12

R + G + B ~ 7%. #121A0C is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 26 + 12 = 56 (100%)
R 18 of 56 ~ 32.14%
G 26 of 56 ~ 46.43%
B 12 of 56 ~ 21.43%

%32.14
%46.43
%21.43

CMYK color model

#121A0C color CMYK value is (31,0,54,90).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 89.80%
CMYK:
(31,0,54,90)
C31M0Y54K90 
(31%,0%,54%,90%)
(0.31/0.00/0.54/0.90)	

CMYK percentages

%30.77
%0
%53.85
%89.8

Codes

Color #121A0C in popluar color models

121A0C
RGB182612
HSL94°36.84%7.45%
HSB/HSV94°53.85%10.20%
CMYK30.77%0.00%53.85%
89.80%

Color #121A0C in popluar number systems.

HEX121A0C
Decimal182612
Binary10010110101100
Octal223214

Shades and tints

Shades of #121A0C

#121A0C
(18,26,12)
#11180B
(17,24,11)
#10160A
(16,22,10)
#0F1409
(15,20,9)
#0E1208
(14,18,8)
#0D1007
(13,16,7)
#0C0E06
(12,14,6)
#0B0C05
(11,12,5)
#0A0A04
(10,10,4)
#090803
(9,8,3)
#080602
(8,6,2)
#000000
(0,0,0)

Tints of #121A0C

#121A0C
(18,26,12)
#272E22
(39,46,34)
#3C4238
(60,66,56)
#51564E
(81,86,78)
#666A64
(102,106,100)
#7B7E7A
(123,126,122)
#909290
(144,146,144)
#A5A6A6
(165,166,166)
#BABABC
(186,186,188)
#CFCED2
(207,206,210)
#E4E2E8
(228,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121A0C color. Also use rgb(18,26,12) instead hex code.

Text Font Color

.myTextColor { color: #121A0C; }

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

This text font color is #121A0C.


Background Color

.myBgColor { background-color: #121A0C; }

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

This div background color is #121A0C.


Border color

.myBorderColor { border: 1px solid #121A0C; }

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

This div border color is #121A0C.


Opacity

.myOpacity80 { color: #121A0C; opacity: 0.8; }

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

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

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

This text has shadow with #121A0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121A0C on black background.


Color preview on white background

This text has color #121A0C on white background.



Black color preview on #121A0C background

This text has black color on #121A0C background.


White color preview on #121A0C background

This text has white color on #121A0C background.