COLOR #14151C

HEX: #14151C
RGB: (20,21,28)

Color info

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

RGB color model

#14151C color RGB value is (20,21,28).

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

RGB channels and saturation

R 20 of 255 = 8%
G 21 of 255 = 8%
B 28 of 255 = 11%

20
21
28

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

Portions of RGB colors in percentages

R + G + B =
20 + 21 + 28 = 69 (100%)
R 20 of 69 ~ 28.99%
G 21 of 69 ~ 30.43%
B 28 of 69 ~ 40.58%

%28.99
%30.43
%40.58

CMYK color model

#14151C color CMYK value is (29,25,0,89).

  • cyan value is 28.57%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(29,25,0,89)
C29M25Y0K89 
(29%,25%,0%,89%)
(0.29/0.25/0.00/0.89)	

CMYK percentages

%28.57
%25
%0
%89.02

Codes

Color #14151C in popluar color models

14151C
RGB202128
HSL233°16.67%9.41%
HSB/HSV233°28.57%10.98%
CMYK28.57%25.00%0.00%
89.02%

Color #14151C in popluar number systems.

HEX14151C
Decimal202128
Binary101001010111100
Octal242534

Shades and tints

Shades of #14151C

#14151C
(20,21,28)
#13141A
(19,20,26)
#121318
(18,19,24)
#111216
(17,18,22)
#101114
(16,17,20)
#0F1012
(15,16,18)
#0E0F10
(14,15,16)
#0D0E0E
(13,14,14)
#0C0D0C
(12,13,12)
#0B0C0A
(11,12,10)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #14151C

#14151C
(20,21,28)
#292A30
(41,42,48)
#3E3F44
(62,63,68)
#535458
(83,84,88)
#68696C
(104,105,108)
#7D7E80
(125,126,128)
#929394
(146,147,148)
#A7A8A8
(167,168,168)
#BCBDBC
(188,189,188)
#D1D2D0
(209,210,208)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14151C; }

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

This text font color is #14151C.


Background Color

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

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

This div background color is #14151C.


Border color

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

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

This div border color is #14151C.


Opacity

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

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

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

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

This text has shadow with #14151C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14151C on black background.


Color preview on white background

This text has color #14151C on white background.



Black color preview on #14151C background

This text has black color on #14151C background.


White color preview on #14151C background

This text has white color on #14151C background.