COLOR #121E2F

HEX: #121E2F
RGB: (18,30,47)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
30
47

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

Portions of RGB colors in percentages

R + G + B =
18 + 30 + 47 = 95 (100%)
R 18 of 95 ~ 18.95%
G 30 of 95 ~ 31.58%
B 47 of 95 ~ 49.47%

%18.95
%31.58
%49.47

CMYK color model

#121E2F color CMYK value is (62,36,0,82).

  • cyan value is 61.70%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(62,36,0,82)
C62M36Y0K82 
(62%,36%,0%,82%)
(0.62/0.36/0.00/0.82)	

CMYK percentages

%61.7
%36.17
%0
%81.57

Codes

Color #121E2F in popluar color models

121E2F
RGB183047
HSL215°44.62%12.75%
HSB/HSV215°61.70%18.43%
CMYK61.70%36.17%0.00%
81.57%

Color #121E2F in popluar number systems.

HEX121E2F
Decimal183047
Binary1001011110101111
Octal223657

Shades and tints

Shades of #121E2F

#121E2F
(18,30,47)
#111C2B
(17,28,43)
#101A27
(16,26,39)
#0F1823
(15,24,35)
#0E161F
(14,22,31)
#0D141B
(13,20,27)
#0C1217
(12,18,23)
#0B1013
(11,16,19)
#0A0E0F
(10,14,15)
#090C0B
(9,12,11)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #121E2F

#121E2F
(18,30,47)
#273241
(39,50,65)
#3C4653
(60,70,83)
#515A65
(81,90,101)
#666E77
(102,110,119)
#7B8289
(123,130,137)
#90969B
(144,150,155)
#A5AAAD
(165,170,173)
#BABEBF
(186,190,191)
#CFD2D1
(207,210,209)
#E4E6E3
(228,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121E2F; }

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

This text font color is #121E2F.


Background Color

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

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

This div background color is #121E2F.


Border color

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

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

This div border color is #121E2F.


Opacity

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

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

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

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

This text has shadow with #121E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121E2F on black background.


Color preview on white background

This text has color #121E2F on white background.



Black color preview on #121E2F background

This text has black color on #121E2F background.


White color preview on #121E2F background

This text has white color on #121E2F background.