COLOR #14142F

HEX: #14142F
RGB: (20,20,47)

Color info

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

RGB color model

#14142F color RGB value is (20,20,47).

  • red value is 20;
  • green value is 20;
  • blue value is 47.
RGB:
(20,20,47)
(8%,8%,18%)

RGB channels and saturation

R 20 of 255 = 8%
G 20 of 255 = 8%
B 47 of 255 = 18%

20
20
47

R + G + B ~ 11%. #14142F is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 20 + 47 = 87 (100%)
R 20 of 87 ~ 22.99%
G 20 of 87 ~ 22.99%
B 47 of 87 ~ 54.02%

%22.99
%22.99
%54.02

CMYK color model

#14142F color CMYK value is (57,57,0,82).

  • cyan value is 57.45%
  • magenta value is 57.45%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(57,57,0,82)
C57M57Y0K82 
(57%,57%,0%,82%)
(0.57/0.57/0.00/0.82)	

CMYK percentages

%57.45
%57.45
%0
%81.57

Codes

Color #14142F in popluar color models

14142F
RGB202047
HSL240°40.30%13.14%
HSB/HSV240°57.45%18.43%
CMYK57.45%57.45%0.00%
81.57%

Color #14142F in popluar number systems.

HEX14142F
Decimal202047
Binary1010010100101111
Octal242457

Shades and tints

Shades of #14142F

#14142F
(20,20,47)
#13132B
(19,19,43)
#121227
(18,18,39)
#111123
(17,17,35)
#10101F
(16,16,31)
#0F0F1B
(15,15,27)
#0E0E17
(14,14,23)
#0D0D13
(13,13,19)
#0C0C0F
(12,12,15)
#0B0B0B
(11,11,11)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #14142F

#14142F
(20,20,47)
#292941
(41,41,65)
#3E3E53
(62,62,83)
#535365
(83,83,101)
#686877
(104,104,119)
#7D7D89
(125,125,137)
#92929B
(146,146,155)
#A7A7AD
(167,167,173)
#BCBCBF
(188,188,191)
#D1D1D1
(209,209,209)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14142F color. Also use rgb(20,20,47) instead hex code.

Text Font Color

.myTextColor { color: #14142F; }

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

This text font color is #14142F.


Background Color

.myBgColor { background-color: #14142F; }

<div style="background-color:#14142F">Inner text</div>

This div background color is #14142F.


Border color

.myBorderColor { border: 1px solid #14142F; }

<div style="border:3px solid #14142F">Div</div>

This div border color is #14142F.


Opacity

.myOpacity80 { color: #14142F; opacity: 0.8; }

<p style="color:#14142F;opacity:0.8;">80%</p>

Text with #14142F 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 #14142F;}

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

This text has shadow with #14142F color.

.textShadow {text-shadow: 3px 3px 1px #14142F, 3px 3px 1px red;}

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

This text has shadow with #14142F primary color and red secondary color.


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

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

This text has shadow with #14142F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14142F on black background.


Color preview on white background

This text has color #14142F on white background.



Black color preview on #14142F background

This text has black color on #14142F background.


White color preview on #14142F background

This text has white color on #14142F background.