COLOR #140E0C

HEX: #140E0C
RGB: (20,14,12)

Color info

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

RGB color model

#140E0C color RGB value is (20,14,12).

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

RGB channels and saturation

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

20
14
12

R + G + B ~ 6%. #140E0C is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 14 + 12 = 46 (100%)
R 20 of 46 ~ 43.48%
G 14 of 46 ~ 30.43%
B 12 of 46 ~ 26.09%

%43.48
%30.43
%26.09

CMYK color model

#140E0C color CMYK value is (0,30,40,92).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 40.00%
  • key color value is 92.16%
CMYK:
(0,30,40,92)
C0M30Y40K92 
(0%,30%,40%,92%)
(0.00/0.30/0.40/0.92)	

CMYK percentages

%0
%30
%40
%92.16

Codes

Color #140E0C in popluar color models

140E0C
RGB201412
HSL15°25.00%6.27%
HSB/HSV15°40.00%7.84%
CMYK0.00%30.00%40.00%
92.16%

Color #140E0C in popluar number systems.

HEX140E0C
Decimal201412
Binary1010011101100
Octal241614

Shades and tints

Shades of #140E0C

#140E0C
(20,14,12)
#130D0B
(19,13,11)
#120C0A
(18,12,10)
#110B09
(17,11,9)
#100A08
(16,10,8)
#0F0907
(15,9,7)
#0E0806
(14,8,6)
#0D0705
(13,7,5)
#0C0604
(12,6,4)
#0B0503
(11,5,3)
#0A0402
(10,4,2)
#000000
(0,0,0)

Tints of #140E0C

#140E0C
(20,14,12)
#292322
(41,35,34)
#3E3838
(62,56,56)
#534D4E
(83,77,78)
#686264
(104,98,100)
#7D777A
(125,119,122)
#928C90
(146,140,144)
#A7A1A6
(167,161,166)
#BCB6BC
(188,182,188)
#D1CBD2
(209,203,210)
#E6E0E8
(230,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140E0C; }

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

This text font color is #140E0C.


Background Color

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

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

This div background color is #140E0C.


Border color

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

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

This div border color is #140E0C.


Opacity

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

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

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

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

This text has shadow with #140E0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140E0C on black background.


Color preview on white background

This text has color #140E0C on white background.



Black color preview on #140E0C background

This text has black color on #140E0C background.


White color preview on #140E0C background

This text has white color on #140E0C background.