COLOR #14292B

HEX: #14292B
RGB: (20,41,43)

Color info

#14292B contains red, green and blue colors in about the same proportion. Web safe color of #14292B is #003333 (or #033).

RGB color model

#14292B color RGB value is (20,41,43).

  • red value is 20;
  • green value is 41;
  • blue value is 43.
RGB:
(20,41,43)
(8%,16%,17%)

RGB channels and saturation

R 20 of 255 = 8%
G 41 of 255 = 16%
B 43 of 255 = 17%

20
41
43

R + G + B ~ 14%. #14292B is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 41 + 43 = 104 (100%)
R 20 of 104 ~ 19.23%
G 41 of 104 ~ 39.42%
B 43 of 104 ~ 41.35%

%19.23
%39.42
%41.35

CMYK color model

#14292B color CMYK value is (53,5,0,83).

  • cyan value is 53.49%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(53,5,0,83)
C53M5Y0K83 
(53%,5%,0%,83%)
(0.53/0.05/0.00/0.83)	

CMYK percentages

%53.49
%4.65
%0
%83.14

Codes

Color #14292B in popluar color models

14292B
RGB204143
HSL185°36.51%12.35%
HSB/HSV185°53.49%16.86%
CMYK53.49%4.65%0.00%
83.14%

Color #14292B in popluar number systems.

HEX14292B
Decimal204143
Binary10100101001101011
Octal245153

Shades and tints

Shades of #14292B

#14292B
(20,41,43)
#132628
(19,38,40)
#122325
(18,35,37)
#112022
(17,32,34)
#101D1F
(16,29,31)
#0F1A1C
(15,26,28)
#0E1719
(14,23,25)
#0D1416
(13,20,22)
#0C1113
(12,17,19)
#0B0E10
(11,14,16)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #14292B

#14292B
(20,41,43)
#293C3E
(41,60,62)
#3E4F51
(62,79,81)
#536264
(83,98,100)
#687577
(104,117,119)
#7D888A
(125,136,138)
#929B9D
(146,155,157)
#A7AEB0
(167,174,176)
#BCC1C3
(188,193,195)
#D1D4D6
(209,212,214)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14292B color. Also use rgb(20,41,43) instead hex code.

Text Font Color

.myTextColor { color: #14292B; }

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

This text font color is #14292B.


Background Color

.myBgColor { background-color: #14292B; }

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

This div background color is #14292B.


Border color

.myBorderColor { border: 1px solid #14292B; }

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

This div border color is #14292B.


Opacity

.myOpacity80 { color: #14292B; opacity: 0.8; }

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

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

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

This text has shadow with #14292B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14292B on black background.


Color preview on white background

This text has color #14292B on white background.



Black color preview on #14292B background

This text has black color on #14292B background.


White color preview on #14292B background

This text has white color on #14292B background.