COLOR #14181C

HEX: #14181C
RGB: (20,24,28)

Color info

#14181C contains red, green and blue colors in about the same proportion. Web safe color of #14181C is #000033 (or #003).

RGB color model

#14181C color RGB value is (20,24,28).

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

RGB channels and saturation

R 20 of 255 = 8%
G 24 of 255 = 9%
B 28 of 255 = 11%

20
24
28

R + G + B ~ 9%. #14181C is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 24 + 28 = 72 (100%)
R 20 of 72 ~ 27.78%
G 24 of 72 ~ 33.33%
B 28 of 72 ~ 38.89%

%27.78
%33.33
%38.89

CMYK color model

#14181C color CMYK value is (29,14,0,89).

  • cyan value is 28.57%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(29,14,0,89)
C29M14Y0K89 
(29%,14%,0%,89%)
(0.29/0.14/0.00/0.89)	

CMYK percentages

%28.57
%14.29
%0
%89.02

Codes

Color #14181C in popluar color models

14181C
RGB202428
HSL210°16.67%9.41%
HSB/HSV210°28.57%10.98%
CMYK28.57%14.29%0.00%
89.02%

Color #14181C in popluar number systems.

HEX14181C
Decimal202428
Binary101001100011100
Octal243034

Shades and tints

Shades of #14181C

#14181C
(20,24,28)
#13161A
(19,22,26)
#121418
(18,20,24)
#111216
(17,18,22)
#101014
(16,16,20)
#0F0E12
(15,14,18)
#0E0C10
(14,12,16)
#0D0A0E
(13,10,14)
#0C080C
(12,8,12)
#0B060A
(11,6,10)
#0A0408
(10,4,8)
#000000
(0,0,0)

Tints of #14181C

#14181C
(20,24,28)
#292D30
(41,45,48)
#3E4244
(62,66,68)
#535758
(83,87,88)
#686C6C
(104,108,108)
#7D8180
(125,129,128)
#929694
(146,150,148)
#A7ABA8
(167,171,168)
#BCC0BC
(188,192,188)
#D1D5D0
(209,213,208)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14181C; }

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

This text font color is #14181C.


Background Color

.myBgColor { background-color: #14181C; }

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

This div background color is #14181C.


Border color

.myBorderColor { border: 1px solid #14181C; }

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

This div border color is #14181C.


Opacity

.myOpacity80 { color: #14181C; opacity: 0.8; }

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

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

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

This text has shadow with #14181C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14181C on black background.


Color preview on white background

This text has color #14181C on white background.



Black color preview on #14181C background

This text has black color on #14181C background.


White color preview on #14181C background

This text has white color on #14181C background.