COLOR #121306

HEX: #121306
RGB: (18,19,6)

Color info

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

RGB color model

#121306 color RGB value is (18,19,6).

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

RGB channels and saturation

R 18 of 255 = 7%
G 19 of 255 = 7%
B 6 of 255 = 2%

18
19
6

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

Portions of RGB colors in percentages

R + G + B =
18 + 19 + 6 = 43 (100%)
R 18 of 43 ~ 41.86%
G 19 of 43 ~ 44.19%
B 6 of 43 ~ 13.95%

%41.86
%44.19
%13.95

CMYK color model

#121306 color CMYK value is (5,0,68,93).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 68.42%
  • key color value is 92.55%
CMYK:
(5,0,68,93)
C5M0Y68K93 
(5%,0%,68%,93%)
(0.05/0.00/0.68/0.93)	

CMYK percentages

%5.26
%0
%68.42
%92.55

Codes

Color #121306 in popluar color models

121306
RGB18196
HSL65°52.00%4.90%
HSB/HSV65°68.42%7.45%
CMYK5.26%0.00%68.42%
92.55%

Color #121306 in popluar number systems.

HEX121306
Decimal18196
Binary1001010011110
Octal22236

Shades and tints

Shades of #121306

#121306
(18,19,6)
#111206
(17,18,6)
#101106
(16,17,6)
#0F1006
(15,16,6)
#0E0F06
(14,15,6)
#0D0E06
(13,14,6)
#0C0D06
(12,13,6)
#0B0C06
(11,12,6)
#0A0B06
(10,11,6)
#090A06
(9,10,6)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #121306

#121306
(18,19,6)
#27281C
(39,40,28)
#3C3D32
(60,61,50)
#515248
(81,82,72)
#66675E
(102,103,94)
#7B7C74
(123,124,116)
#90918A
(144,145,138)
#A5A6A0
(165,166,160)
#BABBB6
(186,187,182)
#CFD0CC
(207,208,204)
#E4E5E2
(228,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121306; }

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

This text font color is #121306.


Background Color

.myBgColor { background-color: #121306; }

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

This div background color is #121306.


Border color

.myBorderColor { border: 1px solid #121306; }

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

This div border color is #121306.


Opacity

.myOpacity80 { color: #121306; opacity: 0.8; }

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

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

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

This text has shadow with #121306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121306 on black background.


Color preview on white background

This text has color #121306 on white background.



Black color preview on #121306 background

This text has black color on #121306 background.


White color preview on #121306 background

This text has white color on #121306 background.