COLOR #141637

HEX: #141637
RGB: (20,22,55)

Color info

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

RGB color model

#141637 color RGB value is (20,22,55).

  • red value is 20;
  • green value is 22;
  • blue value is 55.
RGB:
(20,22,55)
(8%,9%,22%)

RGB channels and saturation

R 20 of 255 = 8%
G 22 of 255 = 9%
B 55 of 255 = 22%

20
22
55

R + G + B ~ 13%. #141637 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 22 + 55 = 97 (100%)
R 20 of 97 ~ 20.62%
G 22 of 97 ~ 22.68%
B 55 of 97 ~ 56.7%

%20.62
%22.68
%56.7

CMYK color model

#141637 color CMYK value is (64,60,0,78).

  • cyan value is 63.64%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(64,60,0,78)
C64M60Y0K78 
(64%,60%,0%,78%)
(0.64/0.60/0.00/0.78)	

CMYK percentages

%63.64
%60
%0
%78.43

Codes

Color #141637 in popluar color models

141637
RGB202255
HSL237°46.67%14.71%
HSB/HSV237°63.64%21.57%
CMYK63.64%60.00%0.00%
78.43%

Color #141637 in popluar number systems.

HEX141637
Decimal202255
Binary1010010110110111
Octal242667

Shades and tints

Shades of #141637

#141637
(20,22,55)
#131432
(19,20,50)
#12122D
(18,18,45)
#111028
(17,16,40)
#100E23
(16,14,35)
#0F0C1E
(15,12,30)
#0E0A19
(14,10,25)
#0D0814
(13,8,20)
#0C060F
(12,6,15)
#0B040A
(11,4,10)
#0A0205
(10,2,5)
#000000
(0,0,0)

Tints of #141637

#141637
(20,22,55)
#292B49
(41,43,73)
#3E405B
(62,64,91)
#53556D
(83,85,109)
#686A7F
(104,106,127)
#7D7F91
(125,127,145)
#9294A3
(146,148,163)
#A7A9B5
(167,169,181)
#BCBEC7
(188,190,199)
#D1D3D9
(209,211,217)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141637 color. Also use rgb(20,22,55) instead hex code.

Text Font Color

.myTextColor { color: #141637; }

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

This text font color is #141637.


Background Color

.myBgColor { background-color: #141637; }

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

This div background color is #141637.


Border color

.myBorderColor { border: 1px solid #141637; }

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

This div border color is #141637.


Opacity

.myOpacity80 { color: #141637; opacity: 0.8; }

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

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

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

This text has shadow with #141637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141637 on black background.


Color preview on white background

This text has color #141637 on white background.



Black color preview on #141637 background

This text has black color on #141637 background.


White color preview on #141637 background

This text has white color on #141637 background.