COLOR #14181E

HEX: #14181E RGB: (20,24,30)

Color info

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

RGB color model

#14181E color RGB value is (20,24,30).

RGB: (20,24,30) (8%, 9%, 12%)

RGB channels and saturation

R 20 of 255 = 8%
G 24 of 255 = 9%
B 30 of 255 = 12%

20
24
30

R + G + B ~ 10%. #14181E is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 24 + 30 = 74 (100%)
R 20 of 74 ~ 27.03%
G 24 of 74 ~ 32.43%
B 30 of 74 ~ 40.54'%

%27.03
%32.43
%40.54

CMYK color model

#14181E color CMYK value is (33,20,0,88).

  • cyan value is 33.33%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK: (33,20,0,88) C33M20Y0K88 (33%,20%,0%,88%) (0.33/0.20/0.00/0.88) 

CMYK percentages

%33.33
%20
%0
%88.24

Codes

Color #14181E in popluar color models

14 18 1E
RGB 20 24 30
HSL 216° 20.00% 9.80%
HSB/HSV 216° 33.33% 11.76%
CMYK 33.33% 20.00% 0.00%
88.24%

Color #14181E in popluar number systems.

HEX 14 18 1E
Decimal 20 24 30
Binary 10100 11000 11110
Octal 24 30 36

Shades and tints

Shades of #14181E

#14181E
(20,24,30)
#13161C
(19,22,28)
#12141A
(18,20,26)
#111218
(17,18,24)
#101016
(16,16,22)
#0F0E14
(15,14,20)
#0E0C12
(14,12,18)
#0D0A10
(13,10,16)
#0C080E
(12,8,14)
#0B060C
(11,6,12)
#0A040A
(10,4,10)
#000000
(0,0,0)

Tints of #14181E

#14181E
(20,24,30)
#292D32
(41,45,50)
#3E4246
(62,66,70)
#53575A
(83,87,90)
#686C6E
(104,108,110)
#7D8182
(125,129,130)
#929696
(146,150,150)
#A7ABAA
(167,171,170)
#BCC0BE
(188,192,190)
#D1D5D2
(209,213,210)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14181E; }

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

This text font color is #14181E.


Background Color

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

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

This div background color is #14181E.


Border color

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

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

This div border color is #14181E.


Opacity

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

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

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

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

This text has shadow with #14181E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #14181E on black background.


Color preview on white background

This text has color #14181E on white background.



Black color preview on #14181E background

This text has black color on #14181E background.


White color preview on #14181E background

This text has white color on #14181E background.