COLOR #121A06

HEX: #121A06
RGB: (18,26,6)

Color info

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

RGB color model

#121A06 color RGB value is (18,26,6).

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

RGB channels and saturation

R 18 of 255 = 7%
G 26 of 255 = 10%
B 6 of 255 = 2%

18
26
6

R + G + B ~ 6%. #121A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 26 + 6 = 50 (100%)
R 18 of 50 ~ 36%
G 26 of 50 ~ 52%
B 6 of 50 ~ 12%

%36
%52
%12

CMYK color model

#121A06 color CMYK value is (31,0,77,90).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 89.80%
CMYK: (31,0,77,90) C31M0Y77K90 (31%,0%,77%,90%) (0.31/0.00/0.77/0.90)

CMYK percentages

%30.77
%0
%76.92
%89.8

Codes

Color #121A06 in popluar color models

121A06
RGB18266
HSL84°62.50%6.27%
HSB/HSV84°76.92%10.20%
CMYK30.77%0.00%76.92%
89.80%

Color #121A06 in popluar number systems.

HEX121A06
Decimal18266
Binary1001011010110
Octal22326

Shades and tints

Shades of #121A06

#121A06
(18,26,6)
#111806
(17,24,6)
#101606
(16,22,6)
#0F1406
(15,20,6)
#0E1206
(14,18,6)
#0D1006
(13,16,6)
#0C0E06
(12,14,6)
#0B0C06
(11,12,6)
#0A0A06
(10,10,6)
#090806
(9,8,6)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #121A06

#121A06
(18,26,6)
#272E1C
(39,46,28)
#3C4232
(60,66,50)
#515648
(81,86,72)
#666A5E
(102,106,94)
#7B7E74
(123,126,116)
#90928A
(144,146,138)
#A5A6A0
(165,166,160)
#BABAB6
(186,186,182)
#CFCECC
(207,206,204)
#E4E2E2
(228,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121A06; }

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

This text font color is #121A06.


Background Color

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

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

This div background color is #121A06.


Border color

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

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

This div border color is #121A06.


Opacity

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

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

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

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

This text has shadow with #121A06 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #121A06 on black background.


Color preview on white background

This text has color #121A06 on white background.



Black color preview on #121A06 background

This text has black color on #121A06 background.


White color preview on #121A06 background

This text has white color on #121A06 background.