COLOR #121E09

HEX: #121E09
RGB: (18,30,9)

Color info

#121E09 contains red, green and blue colors in about the same proportion. Web safe color of #121E09 is #003300 (or #030).

RGB color model

#121E09 color RGB value is (18,30,9).

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

RGB channels and saturation

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

18
30
9

R + G + B ~ 8%. #121E09 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 30 + 9 = 57 (100%)
R 18 of 57 ~ 31.58%
G 30 of 57 ~ 52.63%
B 9 of 57 ~ 15.79%

%31.58
%52.63
%15.79

CMYK color model

#121E09 color CMYK value is (40,0,70,88).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 88.24%
CMYK:
(40,0,70,88)
C40M0Y70K88 
(40%,0%,70%,88%)
(0.40/0.00/0.70/0.88)	

CMYK percentages

%40
%0
%70
%88.24

Codes

Color #121E09 in popluar color models

121E09
RGB18309
HSL94°53.85%7.65%
HSB/HSV94°70.00%11.76%
CMYK40.00%0.00%70.00%
88.24%

Color #121E09 in popluar number systems.

HEX121E09
Decimal18309
Binary10010111101001
Octal223611

Shades and tints

Shades of #121E09

#121E09
(18,30,9)
#111C09
(17,28,9)
#101A09
(16,26,9)
#0F1809
(15,24,9)
#0E1609
(14,22,9)
#0D1409
(13,20,9)
#0C1209
(12,18,9)
#0B1009
(11,16,9)
#0A0E09
(10,14,9)
#090C09
(9,12,9)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #121E09

#121E09
(18,30,9)
#27321F
(39,50,31)
#3C4635
(60,70,53)
#515A4B
(81,90,75)
#666E61
(102,110,97)
#7B8277
(123,130,119)
#90968D
(144,150,141)
#A5AAA3
(165,170,163)
#BABEB9
(186,190,185)
#CFD2CF
(207,210,207)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121E09; }

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

This text font color is #121E09.


Background Color

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

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

This div background color is #121E09.


Border color

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

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

This div border color is #121E09.


Opacity

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

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

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

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

This text has shadow with #121E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121E09 on black background.


Color preview on white background

This text has color #121E09 on white background.



Black color preview on #121E09 background

This text has black color on #121E09 background.


White color preview on #121E09 background

This text has white color on #121E09 background.