COLOR #121214

HEX: #121214
RGB: (18,18,20)

Color info

#121214 contains red, green and blue colors in about the same proportion. Web safe color of #121214 is #000000 (or #000).

RGB color model

#121214 color RGB value is (18,18,20).

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

RGB channels and saturation

R 18 of 255 = 7%
G 18 of 255 = 7%
B 20 of 255 = 8%

18
18
20

R + G + B ~ 7%. #121214 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 18 + 20 = 56 (100%)
R 18 of 56 ~ 32.14%
G 18 of 56 ~ 32.14%
B 20 of 56 ~ 35.71%

%32.14
%32.14
%35.71

CMYK color model

#121214 color CMYK value is (10,10,0,92).

  • cyan value is 10.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(10,10,0,92)
C10M10Y0K92 
(10%,10%,0%,92%)
(0.10/0.10/0.00/0.92)	

CMYK percentages

%10
%10
%0
%92.16

Codes

Color #121214 in popluar color models

121214
RGB181820
HSL240°5.26%7.45%
HSB/HSV240°10.00%7.84%
CMYK10.00%10.00%0.00%
92.16%

Color #121214 in popluar number systems.

HEX121214
Decimal181820
Binary100101001010100
Octal222224

Shades and tints

Shades of #121214

#121214
(18,18,20)
#111113
(17,17,19)
#101012
(16,16,18)
#0F0F11
(15,15,17)
#0E0E10
(14,14,16)
#0D0D0F
(13,13,15)
#0C0C0E
(12,12,14)
#0B0B0D
(11,11,13)
#0A0A0C
(10,10,12)
#09090B
(9,9,11)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #121214

#121214
(18,18,20)
#272729
(39,39,41)
#3C3C3E
(60,60,62)
#515153
(81,81,83)
#666668
(102,102,104)
#7B7B7D
(123,123,125)
#909092
(144,144,146)
#A5A5A7
(165,165,167)
#BABABC
(186,186,188)
#CFCFD1
(207,207,209)
#E4E4E6
(228,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121214; }

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

This text font color is #121214.


Background Color

.myBgColor { background-color: #121214; }

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

This div background color is #121214.


Border color

.myBorderColor { border: 1px solid #121214; }

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

This div border color is #121214.


Opacity

.myOpacity80 { color: #121214; opacity: 0.8; }

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

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

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

This text has shadow with #121214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121214 on black background.


Color preview on white background

This text has color #121214 on white background.



Black color preview on #121214 background

This text has black color on #121214 background.


White color preview on #121214 background

This text has white color on #121214 background.