COLOR #121C12

HEX: #121C12
RGB: (18,28,18)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
28
18

R + G + B ~ 8%. #121C12 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 28 + 18 = 64 (100%)
R 18 of 64 ~ 28.13%
G 28 of 64 ~ 43.75%
B 18 of 64 ~ 28.13%

%28.13
%43.75
%28.13

CMYK color model

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

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

CMYK percentages

%35.71
%0
%35.71
%89.02

Codes

Color #121C12 in popluar color models

121C12
RGB182818
HSL120°21.74%9.02%
HSB/HSV120°35.71%10.98%
CMYK35.71%0.00%35.71%
89.02%

Color #121C12 in popluar number systems.

HEX121C12
Decimal182818
Binary100101110010010
Octal223422

Shades and tints

Shades of #121C12

#121C12
(18,28,18)
#111A11
(17,26,17)
#101810
(16,24,16)
#0F160F
(15,22,15)
#0E140E
(14,20,14)
#0D120D
(13,18,13)
#0C100C
(12,16,12)
#0B0E0B
(11,14,11)
#0A0C0A
(10,12,10)
#090A09
(9,10,9)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #121C12

#121C12
(18,28,18)
#273027
(39,48,39)
#3C443C
(60,68,60)
#515851
(81,88,81)
#666C66
(102,108,102)
#7B807B
(123,128,123)
#909490
(144,148,144)
#A5A8A5
(165,168,165)
#BABCBA
(186,188,186)
#CFD0CF
(207,208,207)
#E4E4E4
(228,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121C12; }

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

This text font color is #121C12.


Background Color

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

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

This div background color is #121C12.


Border color

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

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

This div border color is #121C12.


Opacity

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

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

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

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

This text has shadow with #121C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121C12 on black background.


Color preview on white background

This text has color #121C12 on white background.



Black color preview on #121C12 background

This text has black color on #121C12 background.


White color preview on #121C12 background

This text has white color on #121C12 background.