COLOR #121F1C

HEX: #121F1C
RGB: (18,31,28)

Color info

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

RGB color model

#121F1C color RGB value is (18,31,28).

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

RGB channels and saturation

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

18
31
28

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

Portions of RGB colors in percentages

R + G + B =
18 + 31 + 28 = 77 (100%)
R 18 of 77 ~ 23.38%
G 31 of 77 ~ 40.26%
B 28 of 77 ~ 36.36%

%23.38
%40.26
%36.36

CMYK color model

#121F1C color CMYK value is (42,0,10,88).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 87.84%
CMYK:
(42,0,10,88)
C42M0Y10K88 
(42%,0%,10%,88%)
(0.42/0.00/0.10/0.88)	

CMYK percentages

%41.94
%0
%9.68
%87.84

Codes

Color #121F1C in popluar color models

121F1C
RGB183128
HSL166°26.53%9.61%
HSB/HSV166°41.94%12.16%
CMYK41.94%0.00%9.68%
87.84%

Color #121F1C in popluar number systems.

HEX121F1C
Decimal183128
Binary100101111111100
Octal223734

Shades and tints

Shades of #121F1C

#121F1C
(18,31,28)
#111D1A
(17,29,26)
#101B18
(16,27,24)
#0F1916
(15,25,22)
#0E1714
(14,23,20)
#0D1512
(13,21,18)
#0C1310
(12,19,16)
#0B110E
(11,17,14)
#0A0F0C
(10,15,12)
#090D0A
(9,13,10)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #121F1C

#121F1C
(18,31,28)
#273330
(39,51,48)
#3C4744
(60,71,68)
#515B58
(81,91,88)
#666F6C
(102,111,108)
#7B8380
(123,131,128)
#909794
(144,151,148)
#A5ABA8
(165,171,168)
#BABFBC
(186,191,188)
#CFD3D0
(207,211,208)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121F1C; }

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

This text font color is #121F1C.


Background Color

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

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

This div background color is #121F1C.


Border color

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

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

This div border color is #121F1C.


Opacity

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

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

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

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

This text has shadow with #121F1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121F1C on black background.


Color preview on white background

This text has color #121F1C on white background.



Black color preview on #121F1C background

This text has black color on #121F1C background.


White color preview on #121F1C background

This text has white color on #121F1C background.