COLOR #140F12

HEX: #140F12
RGB: (20,15,18)

Color info

#140F12 contains red, green and blue colors in about the same proportion. Web safe color of #140F12 is #000000 (or #000).

RGB color model

#140F12 color RGB value is (20,15,18).

  • red value is 20;
  • green value is 15;
  • blue value is 18.
RGB:
(20,15,18)
(8%,6%,7%)

RGB channels and saturation

R 20 of 255 = 8%
G 15 of 255 = 6%
B 18 of 255 = 7%

20
15
18

R + G + B ~ 7%. #140F12 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 15 + 18 = 53 (100%)
R 20 of 53 ~ 37.74%
G 15 of 53 ~ 28.3%
B 18 of 53 ~ 33.96%

%37.74
%28.3
%33.96

CMYK color model

#140F12 color CMYK value is (0,25,10,92).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 10.00%
  • key color value is 92.16%
CMYK:
(0,25,10,92)
C0M25Y10K92 
(0%,25%,10%,92%)
(0.00/0.25/0.10/0.92)	

CMYK percentages

%0
%25
%10
%92.16

Codes

Color #140F12 in popluar color models

140F12
RGB201518
HSL324°14.29%6.86%
HSB/HSV324°25.00%7.84%
CMYK0.00%25.00%10.00%
92.16%

Color #140F12 in popluar number systems.

HEX140F12
Decimal201518
Binary10100111110010
Octal241722

Shades and tints

Shades of #140F12

#140F12
(20,15,18)
#130E11
(19,14,17)
#120D10
(18,13,16)
#110C0F
(17,12,15)
#100B0E
(16,11,14)
#0F0A0D
(15,10,13)
#0E090C
(14,9,12)
#0D080B
(13,8,11)
#0C070A
(12,7,10)
#0B0609
(11,6,9)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #140F12

#140F12
(20,15,18)
#292427
(41,36,39)
#3E393C
(62,57,60)
#534E51
(83,78,81)
#686366
(104,99,102)
#7D787B
(125,120,123)
#928D90
(146,141,144)
#A7A2A5
(167,162,165)
#BCB7BA
(188,183,186)
#D1CCCF
(209,204,207)
#E6E1E4
(230,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140F12 color. Also use rgb(20,15,18) instead hex code.

Text Font Color

.myTextColor { color: #140F12; }

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

This text font color is #140F12.


Background Color

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

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

This div background color is #140F12.


Border color

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

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

This div border color is #140F12.


Opacity

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

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

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

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

This text has shadow with #140F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140F12 on black background.


Color preview on white background

This text has color #140F12 on white background.



Black color preview on #140F12 background

This text has black color on #140F12 background.


White color preview on #140F12 background

This text has white color on #140F12 background.