COLOR #121E1C

HEX: #121E1C
RGB: (18,30,28)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
30
28

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

Portions of RGB colors in percentages

R + G + B =
18 + 30 + 28 = 76 (100%)
R 18 of 76 ~ 23.68%
G 30 of 76 ~ 39.47%
B 28 of 76 ~ 36.84%

%23.68
%39.47
%36.84

CMYK color model

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

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 88.24%
CMYK:
(40,0,7,88)
C40M0Y7K88 
(40%,0%,7%,88%)
(0.40/0.00/0.07/0.88)	

CMYK percentages

%40
%0
%6.67
%88.24

Codes

Color #121E1C in popluar color models

121E1C
RGB183028
HSL170°25.00%9.41%
HSB/HSV170°40.00%11.76%
CMYK40.00%0.00%6.67%
88.24%

Color #121E1C in popluar number systems.

HEX121E1C
Decimal183028
Binary100101111011100
Octal223634

Shades and tints

Shades of #121E1C

#121E1C
(18,30,28)
#111C1A
(17,28,26)
#101A18
(16,26,24)
#0F1816
(15,24,22)
#0E1614
(14,22,20)
#0D1412
(13,20,18)
#0C1210
(12,18,16)
#0B100E
(11,16,14)
#0A0E0C
(10,14,12)
#090C0A
(9,12,10)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #121E1C

#121E1C
(18,30,28)
#273230
(39,50,48)
#3C4644
(60,70,68)
#515A58
(81,90,88)
#666E6C
(102,110,108)
#7B8280
(123,130,128)
#909694
(144,150,148)
#A5AAA8
(165,170,168)
#BABEBC
(186,190,188)
#CFD2D0
(207,210,208)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121E1C; }

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

This text font color is #121E1C.


Background Color

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

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

This div background color is #121E1C.


Border color

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

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

This div border color is #121E1C.


Opacity

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

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

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

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

This text has shadow with #121E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121E1C on black background.


Color preview on white background

This text has color #121E1C on white background.



Black color preview on #121E1C background

This text has black color on #121E1C background.


White color preview on #121E1C background

This text has white color on #121E1C background.