COLOR #121E1E

HEX: #121E1E RGB: (18,30,30)

Color info

#121E1E contains red, green and blue colors in about the same proportion. Web safe color of #121E1E is #003333 (or #033).

RGB color model

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

RGB: (18,30,30) (7%, 12%, 12%)

RGB channels and saturation

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

18
30
30

R + G + B ~ 10%. #121E1E is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 30 + 30 = 78 (100%)
R 18 of 78 ~ 23.08%
G 30 of 78 ~ 38.46%
B 30 of 78 ~ 38.46'%

%23.08
%38.46
%38.46

CMYK color model

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

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (40,0,0,88)
C40M0Y0K88 (40%, 0%, 0%, 88%)
(0.40 / 0.00 / 0.00 / 0.88)

CMYK percentages

%40
%0
%0
%88.24

Codes

Color #121E1E in popluar color models

12 1E 1E
RGB 18 30 30
HSL 180° 25.00% 9.41%
HSB/HSV 180° 40.00% 11.76%
CMYK 40.00% 0.00% 0.00%
88.24%

Color #121E1E in popluar number systems.

HEX 12 1E 1E
Decimal 18 30 30
Binary 10010 11110 11110
Octal 22 36 36

Shades and tints

Shades of #121E1E

#121E1E
(18,30,30)
#111C1C
(17,28,28)
#101A1A
(16,26,26)
#0F1818
(15,24,24)
#0E1616
(14,22,22)
#0D1414
(13,20,20)
#0C1212
(12,18,18)
#0B1010
(11,16,16)
#0A0E0E
(10,14,14)
#090C0C
(9,12,12)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #121E1E

#121E1E
(18,30,30)
#273232
(39,50,50)
#3C4646
(60,70,70)
#515A5A
(81,90,90)
#666E6E
(102,110,110)
#7B8282
(123,130,130)
#909696
(144,150,150)
#A5AAAA
(165,170,170)
#BABEBE
(186,190,190)
#CFD2D2
(207,210,210)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121E1E; }

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

This text font color is #121E1E.

Background Color

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

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

This div background color is #121E1E.

Border color

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

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

This div border color is #121E1E.

Opacity

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

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

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

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

This text has shadow with #121E1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121E1E.

Preview

Color preview on black background

This text has color #121E1E on black background.


Color preview on white background

This text has color #121E1E on white background.


Black color preview on #121E1E background

This text has black color on #121E1E background.


White color preview on #121E1E background

This text has white color on #121E1E background.


Related colors

Complementary color

Complementary color for #hex is #EDE1E1.


I love getcolorcode.com