COLOR #121F2E

HEX: #121F2E RGB: (18,31,46)

Color info

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

RGB color model

#121F2E color RGB value is (18,31,46).

RGB: (18,31,46) (7%, 12%, 18%)

RGB channels and saturation

R 18 of 255 = 7%
G 31 of 255 = 12%
B 46 of 255 = 18%

18
31
46

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

Portions of RGB colors in percentages

R + G + B = 18 + 31 + 46 = 95 (100%)
R 18 of 95 ~ 18.95%
G 31 of 95 ~ 32.63%
B 46 of 95 ~ 48.42'%

%18.95
%32.63
%48.42

CMYK color model

#121F2E color CMYK value is (61,33,0,82).

  • cyan value is 60.87%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (61,33,0,82)
C61M33Y0K82 (61%, 33%, 0%, 82%)
(0.61 / 0.33 / 0.00 / 0.82)

CMYK percentages

%60.87
%32.61
%0
%81.96

Codes

Color #121F2E in popluar color models

12 1F 2E
RGB 18 31 46
HSL 212° 43.75% 12.55%
HSB/HSV 212° 60.87% 18.04%
CMYK 60.87% 32.61% 0.00%
81.96%

Color #121F2E in popluar number systems.

HEX 12 1F 2E
Decimal 18 31 46
Binary 10010 11111 101110
Octal 22 37 56

Shades and tints

Shades of #121F2E

#121F2E
(18,31,46)
#111D2A
(17,29,42)
#101B26
(16,27,38)
#0F1922
(15,25,34)
#0E171E
(14,23,30)
#0D151A
(13,21,26)
#0C1316
(12,19,22)
#0B1112
(11,17,18)
#0A0F0E
(10,15,14)
#090D0A
(9,13,10)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #121F2E

#121F2E
(18,31,46)
#273341
(39,51,65)
#3C4754
(60,71,84)
#515B67
(81,91,103)
#666F7A
(102,111,122)
#7B838D
(123,131,141)
#9097A0
(144,151,160)
#A5ABB3
(165,171,179)
#BABFC6
(186,191,198)
#CFD3D9
(207,211,217)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121F2E; }

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

This text font color is #121F2E.

Background Color

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

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

This div background color is #121F2E.

Border color

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

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

This div border color is #121F2E.

Opacity

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

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

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

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

This text has shadow with #121F2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #121F2E.

Preview

Color preview on black background

This text has color #121F2E on black background.


Color preview on white background

This text has color #121F2E on white background.


Black color preview on #121F2E background

This text has black color on #121F2E background.


White color preview on #121F2E background

This text has white color on #121F2E background.


Related colors

Complementary color

Complementary color for #hex is #EDE0D1.


I love getcolorcode.com

Triadic colors

1 #2E121F and #1F2E12 with #121F2E are triadic colors.

2 #2E1F12 and #1F122E with #121F2E are triadic colors.