COLOR #140A1D

HEX: #140A1D
RGB: (20,10,29)

Color info

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

RGB color model

#140A1D color RGB value is (20,10,29).

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

RGB channels and saturation

R 20 of 255 = 8%
G 10 of 255 = 4%
B 29 of 255 = 11%

20
10
29

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

Portions of RGB colors in percentages

R + G + B =
20 + 10 + 29 = 59 (100%)
R 20 of 59 ~ 33.9%
G 10 of 59 ~ 16.95%
B 29 of 59 ~ 49.15%

%33.9
%16.95
%49.15

CMYK color model

#140A1D color CMYK value is (31,66,0,89).

  • cyan value is 31.03%
  • magenta value is 65.52%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(31,66,0,89)
C31M66Y0K89 
(31%,66%,0%,89%)
(0.31/0.66/0.00/0.89)	

CMYK percentages

%31.03
%65.52
%0
%88.63

Codes

Color #140A1D in popluar color models

140A1D
RGB201029
HSL272°48.72%7.65%
HSB/HSV272°65.52%11.37%
CMYK31.03%65.52%0.00%
88.63%

Color #140A1D in popluar number systems.

HEX140A1D
Decimal201029
Binary10100101011101
Octal241235

Shades and tints

Shades of #140A1D

#140A1D
(20,10,29)
#130A1B
(19,10,27)
#120A19
(18,10,25)
#110A17
(17,10,23)
#100A15
(16,10,21)
#0F0A13
(15,10,19)
#0E0A11
(14,10,17)
#0D0A0F
(13,10,15)
#0C0A0D
(12,10,13)
#0B0A0B
(11,10,11)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #140A1D

#140A1D
(20,10,29)
#292031
(41,32,49)
#3E3645
(62,54,69)
#534C59
(83,76,89)
#68626D
(104,98,109)
#7D7881
(125,120,129)
#928E95
(146,142,149)
#A7A4A9
(167,164,169)
#BCBABD
(188,186,189)
#D1D0D1
(209,208,209)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140A1D color. Also use rgb(20,10,29) instead hex code.

Text Font Color

.myTextColor { color: #140A1D; }

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

This text font color is #140A1D.


Background Color

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

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

This div background color is #140A1D.


Border color

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

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

This div border color is #140A1D.


Opacity

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

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

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

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

This text has shadow with #140A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140A1D on black background.


Color preview on white background

This text has color #140A1D on white background.



Black color preview on #140A1D background

This text has black color on #140A1D background.


White color preview on #140A1D background

This text has white color on #140A1D background.