COLOR #121814

HEX: #121814
RGB: (18,24,20)

Color info

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

RGB color model

#121814 color RGB value is (18,24,20).

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

RGB channels and saturation

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

18
24
20

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

Portions of RGB colors in percentages

R + G + B =
18 + 24 + 20 = 62 (100%)
R 18 of 62 ~ 29.03%
G 24 of 62 ~ 38.71%
B 20 of 62 ~ 32.26%

%29.03
%38.71
%32.26

CMYK color model

#121814 color CMYK value is (25,0,17,91).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 90.59%
CMYK:
(25,0,17,91)
C25M0Y17K91 
(25%,0%,17%,91%)
(0.25/0.00/0.17/0.91)	

CMYK percentages

%25
%0
%16.67
%90.59

Codes

Color #121814 in popluar color models

121814
RGB182420
HSL140°14.29%8.24%
HSB/HSV140°25.00%9.41%
CMYK25.00%0.00%16.67%
90.59%

Color #121814 in popluar number systems.

HEX121814
Decimal182420
Binary100101100010100
Octal223024

Shades and tints

Shades of #121814

#121814
(18,24,20)
#111613
(17,22,19)
#101412
(16,20,18)
#0F1211
(15,18,17)
#0E1010
(14,16,16)
#0D0E0F
(13,14,15)
#0C0C0E
(12,12,14)
#0B0A0D
(11,10,13)
#0A080C
(10,8,12)
#09060B
(9,6,11)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #121814

#121814
(18,24,20)
#272D29
(39,45,41)
#3C423E
(60,66,62)
#515753
(81,87,83)
#666C68
(102,108,104)
#7B817D
(123,129,125)
#909692
(144,150,146)
#A5ABA7
(165,171,167)
#BAC0BC
(186,192,188)
#CFD5D1
(207,213,209)
#E4EAE6
(228,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121814; }

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

This text font color is #121814.


Background Color

.myBgColor { background-color: #121814; }

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

This div background color is #121814.


Border color

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

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

This div border color is #121814.


Opacity

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

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

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

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

This text has shadow with #121814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121814 on black background.


Color preview on white background

This text has color #121814 on white background.



Black color preview on #121814 background

This text has black color on #121814 background.


White color preview on #121814 background

This text has white color on #121814 background.