COLOR #121C18

HEX: #121C18
RGB: (18,28,24)

Color info

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

RGB color model

#121C18 color RGB value is (18,28,24).

  • red value is 18;
  • green value is 28;
  • blue value is 24.
RGB:
(18,28,24)
(7%,11%,9%)

RGB channels and saturation

R 18 of 255 = 7%
G 28 of 255 = 11%
B 24 of 255 = 9%

18
28
24

R + G + B ~ 9%. #121C18 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 28 + 24 = 70 (100%)
R 18 of 70 ~ 25.71%
G 28 of 70 ~ 40%
B 24 of 70 ~ 34.29%

%25.71
%40
%34.29

CMYK color model

#121C18 color CMYK value is (36,0,14,89).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 89.02%
CMYK:
(36,0,14,89)
C36M0Y14K89 
(36%,0%,14%,89%)
(0.36/0.00/0.14/0.89)	

CMYK percentages

%35.71
%0
%14.29
%89.02

Codes

Color #121C18 in popluar color models

121C18
RGB182824
HSL156°21.74%9.02%
HSB/HSV156°35.71%10.98%
CMYK35.71%0.00%14.29%
89.02%

Color #121C18 in popluar number systems.

HEX121C18
Decimal182824
Binary100101110011000
Octal223430

Shades and tints

Shades of #121C18

#121C18
(18,28,24)
#111A16
(17,26,22)
#101814
(16,24,20)
#0F1612
(15,22,18)
#0E1410
(14,20,16)
#0D120E
(13,18,14)
#0C100C
(12,16,12)
#0B0E0A
(11,14,10)
#0A0C08
(10,12,8)
#090A06
(9,10,6)
#080804
(8,8,4)
#000000
(0,0,0)

Tints of #121C18

#121C18
(18,28,24)
#27302D
(39,48,45)
#3C4442
(60,68,66)
#515857
(81,88,87)
#666C6C
(102,108,108)
#7B8081
(123,128,129)
#909496
(144,148,150)
#A5A8AB
(165,168,171)
#BABCC0
(186,188,192)
#CFD0D5
(207,208,213)
#E4E4EA
(228,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121C18; }

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

This text font color is #121C18.


Background Color

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

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

This div background color is #121C18.


Border color

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

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

This div border color is #121C18.


Opacity

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

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

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

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

This text has shadow with #121C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121C18 on black background.


Color preview on white background

This text has color #121C18 on white background.



Black color preview on #121C18 background

This text has black color on #121C18 background.


White color preview on #121C18 background

This text has white color on #121C18 background.