COLOR #140E1F

HEX: #140E1F
RGB: (20,14,31)

Color info

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

RGB color model

#140E1F color RGB value is (20,14,31).

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

RGB channels and saturation

R 20 of 255 = 8%
G 14 of 255 = 5%
B 31 of 255 = 12%

20
14
31

R + G + B ~ 8%. #140E1F is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 14 + 31 = 65 (100%)
R 20 of 65 ~ 30.77%
G 14 of 65 ~ 21.54%
B 31 of 65 ~ 47.69%

%30.77
%21.54
%47.69

CMYK color model

#140E1F color CMYK value is (35,55,0,88).

  • cyan value is 35.48%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(35,55,0,88)
C35M55Y0K88 
(35%,55%,0%,88%)
(0.35/0.55/0.00/0.88)	

CMYK percentages

%35.48
%54.84
%0
%87.84

Codes

Color #140E1F in popluar color models

140E1F
RGB201431
HSL261°37.78%8.82%
HSB/HSV261°54.84%12.16%
CMYK35.48%54.84%0.00%
87.84%

Color #140E1F in popluar number systems.

HEX140E1F
Decimal201431
Binary10100111011111
Octal241637

Shades and tints

Shades of #140E1F

#140E1F
(20,14,31)
#130D1D
(19,13,29)
#120C1B
(18,12,27)
#110B19
(17,11,25)
#100A17
(16,10,23)
#0F0915
(15,9,21)
#0E0813
(14,8,19)
#0D0711
(13,7,17)
#0C060F
(12,6,15)
#0B050D
(11,5,13)
#0A040B
(10,4,11)
#000000
(0,0,0)

Tints of #140E1F

#140E1F
(20,14,31)
#292333
(41,35,51)
#3E3847
(62,56,71)
#534D5B
(83,77,91)
#68626F
(104,98,111)
#7D7783
(125,119,131)
#928C97
(146,140,151)
#A7A1AB
(167,161,171)
#BCB6BF
(188,182,191)
#D1CBD3
(209,203,211)
#E6E0E7
(230,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140E1F; }

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

This text font color is #140E1F.


Background Color

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

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

This div background color is #140E1F.


Border color

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

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

This div border color is #140E1F.


Opacity

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

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

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

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

This text has shadow with #140E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140E1F on black background.


Color preview on white background

This text has color #140E1F on white background.



Black color preview on #140E1F background

This text has black color on #140E1F background.


White color preview on #140E1F background

This text has white color on #140E1F background.