COLOR #140E2B

HEX: #140E2B
RGB: (20,14,43)

Color info

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

RGB color model

#140E2B color RGB value is (20,14,43).

  • red value is 20;
  • green value is 14;
  • blue value is 43.
RGB:
(20,14,43)
(8%,5%,17%)

RGB channels and saturation

R 20 of 255 = 8%
G 14 of 255 = 5%
B 43 of 255 = 17%

20
14
43

R + G + B ~ 10%. #140E2B is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 14 + 43 = 77 (100%)
R 20 of 77 ~ 25.97%
G 14 of 77 ~ 18.18%
B 43 of 77 ~ 55.84%

%25.97
%18.18
%55.84

CMYK color model

#140E2B color CMYK value is (53,67,0,83).

  • cyan value is 53.49%
  • magenta value is 67.44%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(53,67,0,83)
C53M67Y0K83 
(53%,67%,0%,83%)
(0.53/0.67/0.00/0.83)	

CMYK percentages

%53.49
%67.44
%0
%83.14

Codes

Color #140E2B in popluar color models

140E2B
RGB201443
HSL252°50.88%11.18%
HSB/HSV252°67.44%16.86%
CMYK53.49%67.44%0.00%
83.14%

Color #140E2B in popluar number systems.

HEX140E2B
Decimal201443
Binary101001110101011
Octal241653

Shades and tints

Shades of #140E2B

#140E2B
(20,14,43)
#130D28
(19,13,40)
#120C25
(18,12,37)
#110B22
(17,11,34)
#100A1F
(16,10,31)
#0F091C
(15,9,28)
#0E0819
(14,8,25)
#0D0716
(13,7,22)
#0C0613
(12,6,19)
#0B0510
(11,5,16)
#0A040D
(10,4,13)
#000000
(0,0,0)

Tints of #140E2B

#140E2B
(20,14,43)
#29233E
(41,35,62)
#3E3851
(62,56,81)
#534D64
(83,77,100)
#686277
(104,98,119)
#7D778A
(125,119,138)
#928C9D
(146,140,157)
#A7A1B0
(167,161,176)
#BCB6C3
(188,182,195)
#D1CBD6
(209,203,214)
#E6E0E9
(230,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140E2B color. Also use rgb(20,14,43) instead hex code.

Text Font Color

.myTextColor { color: #140E2B; }

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

This text font color is #140E2B.


Background Color

.myBgColor { background-color: #140E2B; }

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

This div background color is #140E2B.


Border color

.myBorderColor { border: 1px solid #140E2B; }

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

This div border color is #140E2B.


Opacity

.myOpacity80 { color: #140E2B; opacity: 0.8; }

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

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

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

This text has shadow with #140E2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140E2B on black background.


Color preview on white background

This text has color #140E2B on white background.



Black color preview on #140E2B background

This text has black color on #140E2B background.


White color preview on #140E2B background

This text has white color on #140E2B background.