COLOR #141D28

HEX: #141D28
RGB: (20,29,40)

Color info

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

RGB color model

#141D28 color RGB value is (20,29,40).

  • red value is 20;
  • green value is 29;
  • blue value is 40.
RGB:
(20,29,40)
(8%,11%,16%)

RGB channels and saturation

R 20 of 255 = 8%
G 29 of 255 = 11%
B 40 of 255 = 16%

20
29
40

R + G + B ~ 12%. #141D28 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 29 + 40 = 89 (100%)
R 20 of 89 ~ 22.47%
G 29 of 89 ~ 32.58%
B 40 of 89 ~ 44.94%

%22.47
%32.58
%44.94

CMYK color model

#141D28 color CMYK value is (50,28,0,84).

  • cyan value is 50.00%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(50,28,0,84)
C50M28Y0K84 
(50%,28%,0%,84%)
(0.50/0.28/0.00/0.84)	

CMYK percentages

%50
%27.5
%0
%84.31

Codes

Color #141D28 in popluar color models

141D28
RGB202940
HSL213°33.33%11.76%
HSB/HSV213°50.00%15.69%
CMYK50.00%27.50%0.00%
84.31%

Color #141D28 in popluar number systems.

HEX141D28
Decimal202940
Binary1010011101101000
Octal243550

Shades and tints

Shades of #141D28

#141D28
(20,29,40)
#131B25
(19,27,37)
#121922
(18,25,34)
#11171F
(17,23,31)
#10151C
(16,21,28)
#0F1319
(15,19,25)
#0E1116
(14,17,22)
#0D0F13
(13,15,19)
#0C0D10
(12,13,16)
#0B0B0D
(11,11,13)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #141D28

#141D28
(20,29,40)
#29313B
(41,49,59)
#3E454E
(62,69,78)
#535961
(83,89,97)
#686D74
(104,109,116)
#7D8187
(125,129,135)
#92959A
(146,149,154)
#A7A9AD
(167,169,173)
#BCBDC0
(188,189,192)
#D1D1D3
(209,209,211)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141D28 color. Also use rgb(20,29,40) instead hex code.

Text Font Color

.myTextColor { color: #141D28; }

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

This text font color is #141D28.


Background Color

.myBgColor { background-color: #141D28; }

<div style="background-color:#141D28">Inner text</div>

This div background color is #141D28.


Border color

.myBorderColor { border: 1px solid #141D28; }

<div style="border:3px solid #141D28">Div</div>

This div border color is #141D28.


Opacity

.myOpacity80 { color: #141D28; opacity: 0.8; }

<p style="color:#141D28;opacity:0.8;">80%</p>

Text with #141D28 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 #141D28;}

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

This text has shadow with #141D28 color.

.textShadow {text-shadow: 3px 3px 1px #141D28, 3px 3px 1px red;}

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

This text has shadow with #141D28 primary color and red secondary color.


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

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

This text has shadow with #141D28 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141D28 on black background.


Color preview on white background

This text has color #141D28 on white background.



Black color preview on #141D28 background

This text has black color on #141D28 background.


White color preview on #141D28 background

This text has white color on #141D28 background.