COLOR #14172C

HEX: #14172C
RGB: (20,23,44)

Color info

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

RGB color model

#14172C color RGB value is (20,23,44).

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

RGB channels and saturation

R 20 of 255 = 8%
G 23 of 255 = 9%
B 44 of 255 = 17%

20
23
44

R + G + B ~ 11%. #14172C is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 23 + 44 = 87 (100%)
R 20 of 87 ~ 22.99%
G 23 of 87 ~ 26.44%
B 44 of 87 ~ 50.57%

%22.99
%26.44
%50.57

CMYK color model

#14172C color CMYK value is (55,48,0,83).

  • cyan value is 54.55%
  • magenta value is 47.73%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(55,48,0,83)
C55M48Y0K83 
(55%,48%,0%,83%)
(0.55/0.48/0.00/0.83)	

CMYK percentages

%54.55
%47.73
%0
%82.75

Codes

Color #14172C in popluar color models

14172C
RGB202344
HSL233°37.50%12.55%
HSB/HSV233°54.55%17.25%
CMYK54.55%47.73%0.00%
82.75%

Color #14172C in popluar number systems.

HEX14172C
Decimal202344
Binary1010010111101100
Octal242754

Shades and tints

Shades of #14172C

#14172C
(20,23,44)
#131528
(19,21,40)
#121324
(18,19,36)
#111120
(17,17,32)
#100F1C
(16,15,28)
#0F0D18
(15,13,24)
#0E0B14
(14,11,20)
#0D0910
(13,9,16)
#0C070C
(12,7,12)
#0B0508
(11,5,8)
#0A0304
(10,3,4)
#000000
(0,0,0)

Tints of #14172C

#14172C
(20,23,44)
#292C3F
(41,44,63)
#3E4152
(62,65,82)
#535665
(83,86,101)
#686B78
(104,107,120)
#7D808B
(125,128,139)
#92959E
(146,149,158)
#A7AAB1
(167,170,177)
#BCBFC4
(188,191,196)
#D1D4D7
(209,212,215)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14172C; }

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

This text font color is #14172C.


Background Color

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

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

This div background color is #14172C.


Border color

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

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

This div border color is #14172C.


Opacity

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

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

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

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

This text has shadow with #14172C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14172C on black background.


Color preview on white background

This text has color #14172C on white background.



Black color preview on #14172C background

This text has black color on #14172C background.


White color preview on #14172C background

This text has white color on #14172C background.