COLOR #14292C

HEX: #14292C
RGB: (20,41,44)

Color info

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

RGB color model

#14292C color RGB value is (20,41,44).

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

RGB channels and saturation

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

20
41
44

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

Portions of RGB colors in percentages

R + G + B =
20 + 41 + 44 = 105 (100%)
R 20 of 105 ~ 19.05%
G 41 of 105 ~ 39.05%
B 44 of 105 ~ 41.9%

%19.05
%39.05
%41.9

CMYK color model

#14292C color CMYK value is (55,7,0,83).

  • cyan value is 54.55%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(55,7,0,83)
C55M7Y0K83 
(55%,7%,0%,83%)
(0.55/0.07/0.00/0.83)	

CMYK percentages

%54.55
%6.82
%0
%82.75

Codes

Color #14292C in popluar color models

14292C
RGB204144
HSL188°37.50%12.55%
HSB/HSV188°54.55%17.25%
CMYK54.55%6.82%0.00%
82.75%

Color #14292C in popluar number systems.

HEX14292C
Decimal204144
Binary10100101001101100
Octal245154

Shades and tints

Shades of #14292C

#14292C
(20,41,44)
#132628
(19,38,40)
#122324
(18,35,36)
#112020
(17,32,32)
#101D1C
(16,29,28)
#0F1A18
(15,26,24)
#0E1714
(14,23,20)
#0D1410
(13,20,16)
#0C110C
(12,17,12)
#0B0E08
(11,14,8)
#0A0B04
(10,11,4)
#000000
(0,0,0)

Tints of #14292C

#14292C
(20,41,44)
#293C3F
(41,60,63)
#3E4F52
(62,79,82)
#536265
(83,98,101)
#687578
(104,117,120)
#7D888B
(125,136,139)
#929B9E
(146,155,158)
#A7AEB1
(167,174,177)
#BCC1C4
(188,193,196)
#D1D4D7
(209,212,215)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14292C; }

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

This text font color is #14292C.


Background Color

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

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

This div background color is #14292C.


Border color

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

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

This div border color is #14292C.


Opacity

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

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

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

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

This text has shadow with #14292C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14292C on black background.


Color preview on white background

This text has color #14292C on white background.



Black color preview on #14292C background

This text has black color on #14292C background.


White color preview on #14292C background

This text has white color on #14292C background.