COLOR #140D1F

HEX: #140D1F
RGB: (20,13,31)

Color info

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

RGB color model

#140D1F color RGB value is (20,13,31).

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

RGB channels and saturation

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

20
13
31

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

Portions of RGB colors in percentages

R + G + B =
20 + 13 + 31 = 64 (100%)
R 20 of 64 ~ 31.25%
G 13 of 64 ~ 20.31%
B 31 of 64 ~ 48.44%

%31.25
%20.31
%48.44

CMYK color model

#140D1F color CMYK value is (35,58,0,88).

  • cyan value is 35.48%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(35,58,0,88)
C35M58Y0K88 
(35%,58%,0%,88%)
(0.35/0.58/0.00/0.88)	

CMYK percentages

%35.48
%58.06
%0
%87.84

Codes

Color #140D1F in popluar color models

140D1F
RGB201331
HSL263°40.91%8.63%
HSB/HSV263°58.06%12.16%
CMYK35.48%58.06%0.00%
87.84%

Color #140D1F in popluar number systems.

HEX140D1F
Decimal201331
Binary10100110111111
Octal241537

Shades and tints

Shades of #140D1F

#140D1F
(20,13,31)
#130C1D
(19,12,29)
#120B1B
(18,11,27)
#110A19
(17,10,25)
#100917
(16,9,23)
#0F0815
(15,8,21)
#0E0713
(14,7,19)
#0D0611
(13,6,17)
#0C050F
(12,5,15)
#0B040D
(11,4,13)
#0A030B
(10,3,11)
#000000
(0,0,0)

Tints of #140D1F

#140D1F
(20,13,31)
#292333
(41,35,51)
#3E3947
(62,57,71)
#534F5B
(83,79,91)
#68656F
(104,101,111)
#7D7B83
(125,123,131)
#929197
(146,145,151)
#A7A7AB
(167,167,171)
#BCBDBF
(188,189,191)
#D1D3D3
(209,211,211)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140D1F; }

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

This text font color is #140D1F.


Background Color

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

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

This div background color is #140D1F.


Border color

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

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

This div border color is #140D1F.


Opacity

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

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

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

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

This text has shadow with #140D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140D1F on black background.


Color preview on white background

This text has color #140D1F on white background.



Black color preview on #140D1F background

This text has black color on #140D1F background.


White color preview on #140D1F background

This text has white color on #140D1F background.