COLOR #121E2D

HEX: #121E2D
RGB: (18,30,45)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
30
45

R + G + B ~ 12%. #121E2D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 30 + 45 = 93 (100%)
R 18 of 93 ~ 19.35%
G 30 of 93 ~ 32.26%
B 45 of 93 ~ 48.39%

%19.35
%32.26
%48.39

CMYK color model

#121E2D color CMYK value is (60,33,0,82).

  • cyan value is 60.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(60,33,0,82)
C60M33Y0K82 
(60%,33%,0%,82%)
(0.60/0.33/0.00/0.82)	

CMYK percentages

%60
%33.33
%0
%82.35

Codes

Color #121E2D in popluar color models

121E2D
RGB183045
HSL213°42.86%12.35%
HSB/HSV213°60.00%17.65%
CMYK60.00%33.33%0.00%
82.35%

Color #121E2D in popluar number systems.

HEX121E2D
Decimal183045
Binary1001011110101101
Octal223655

Shades and tints

Shades of #121E2D

#121E2D
(18,30,45)
#111C29
(17,28,41)
#101A25
(16,26,37)
#0F1821
(15,24,33)
#0E161D
(14,22,29)
#0D1419
(13,20,25)
#0C1215
(12,18,21)
#0B1011
(11,16,17)
#0A0E0D
(10,14,13)
#090C09
(9,12,9)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #121E2D

#121E2D
(18,30,45)
#273240
(39,50,64)
#3C4653
(60,70,83)
#515A66
(81,90,102)
#666E79
(102,110,121)
#7B828C
(123,130,140)
#90969F
(144,150,159)
#A5AAB2
(165,170,178)
#BABEC5
(186,190,197)
#CFD2D8
(207,210,216)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121E2D; }

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

This text font color is #121E2D.


Background Color

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

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

This div background color is #121E2D.


Border color

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

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

This div border color is #121E2D.


Opacity

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

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

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

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

This text has shadow with #121E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121E2D on black background.


Color preview on white background

This text has color #121E2D on white background.



Black color preview on #121E2D background

This text has black color on #121E2D background.


White color preview on #121E2D background

This text has white color on #121E2D background.