COLOR #121209

HEX: #121209
RGB: (18,18,9)

Color info

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

RGB color model

#121209 color RGB value is (18,18,9).

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

RGB channels and saturation

R 18 of 255 = 7%
G 18 of 255 = 7%
B 9 of 255 = 4%

18
18
9

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

Portions of RGB colors in percentages

R + G + B =
18 + 18 + 9 = 45 (100%)
R 18 of 45 ~ 40%
G 18 of 45 ~ 40%
B 9 of 45 ~ 20%

%40
%40
%20

CMYK color model

#121209 color CMYK value is (0,0,50,93).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 92.94%
CMYK:
(0,0,50,93)
C0M0Y50K93 
(0%,0%,50%,93%)
(0.00/0.00/0.50/0.93)	

CMYK percentages

%0
%0
%50
%92.94

Codes

Color #121209 in popluar color models

121209
RGB18189
HSL60°33.33%5.29%
HSB/HSV60°50.00%7.06%
CMYK0.00%0.00%50.00%
92.94%

Color #121209 in popluar number systems.

HEX121209
Decimal18189
Binary10010100101001
Octal222211

Shades and tints

Shades of #121209

#121209
(18,18,9)
#111109
(17,17,9)
#101009
(16,16,9)
#0F0F09
(15,15,9)
#0E0E09
(14,14,9)
#0D0D09
(13,13,9)
#0C0C09
(12,12,9)
#0B0B09
(11,11,9)
#0A0A09
(10,10,9)
#090909
(9,9,9)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #121209

#121209
(18,18,9)
#27271F
(39,39,31)
#3C3C35
(60,60,53)
#51514B
(81,81,75)
#666661
(102,102,97)
#7B7B77
(123,123,119)
#90908D
(144,144,141)
#A5A5A3
(165,165,163)
#BABAB9
(186,186,185)
#CFCFCF
(207,207,207)
#E4E4E5
(228,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121209; }

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

This text font color is #121209.


Background Color

.myBgColor { background-color: #121209; }

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

This div background color is #121209.


Border color

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

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

This div border color is #121209.


Opacity

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

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

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

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

This text has shadow with #121209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121209 on black background.


Color preview on white background

This text has color #121209 on white background.



Black color preview on #121209 background

This text has black color on #121209 background.


White color preview on #121209 background

This text has white color on #121209 background.