COLOR #140C1B

HEX: #140C1B
RGB: (20,12,27)

Color info

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

RGB color model

#140C1B color RGB value is (20,12,27).

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

RGB channels and saturation

R 20 of 255 = 8%
G 12 of 255 = 5%
B 27 of 255 = 11%

20
12
27

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

Portions of RGB colors in percentages

R + G + B =
20 + 12 + 27 = 59 (100%)
R 20 of 59 ~ 33.9%
G 12 of 59 ~ 20.34%
B 27 of 59 ~ 45.76%

%33.9
%20.34
%45.76

CMYK color model

#140C1B color CMYK value is (26,56,0,89).

  • cyan value is 25.93%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(26,56,0,89)
C26M56Y0K89 
(26%,56%,0%,89%)
(0.26/0.56/0.00/0.89)	

CMYK percentages

%25.93
%55.56
%0
%89.41

Codes

Color #140C1B in popluar color models

140C1B
RGB201227
HSL272°38.46%7.65%
HSB/HSV272°55.56%10.59%
CMYK25.93%55.56%0.00%
89.41%

Color #140C1B in popluar number systems.

HEX140C1B
Decimal201227
Binary10100110011011
Octal241433

Shades and tints

Shades of #140C1B

#140C1B
(20,12,27)
#130B19
(19,11,25)
#120A17
(18,10,23)
#110915
(17,9,21)
#100813
(16,8,19)
#0F0711
(15,7,17)
#0E060F
(14,6,15)
#0D050D
(13,5,13)
#0C040B
(12,4,11)
#0B0309
(11,3,9)
#0A0207
(10,2,7)
#000000
(0,0,0)

Tints of #140C1B

#140C1B
(20,12,27)
#29222F
(41,34,47)
#3E3843
(62,56,67)
#534E57
(83,78,87)
#68646B
(104,100,107)
#7D7A7F
(125,122,127)
#929093
(146,144,147)
#A7A6A7
(167,166,167)
#BCBCBB
(188,188,187)
#D1D2CF
(209,210,207)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140C1B color. Also use rgb(20,12,27) instead hex code.

Text Font Color

.myTextColor { color: #140C1B; }

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

This text font color is #140C1B.


Background Color

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

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

This div background color is #140C1B.


Border color

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

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

This div border color is #140C1B.


Opacity

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

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

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

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

This text has shadow with #140C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140C1B on black background.


Color preview on white background

This text has color #140C1B on white background.



Black color preview on #140C1B background

This text has black color on #140C1B background.


White color preview on #140C1B background

This text has white color on #140C1B background.