COLOR #14070C

HEX: #14070C
RGB: (20,7,12)

Color info

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

RGB color model

#14070C color RGB value is (20,7,12).

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

RGB channels and saturation

R 20 of 255 = 8%
G 7 of 255 = 3%
B 12 of 255 = 5%

20
7
12

R + G + B ~ 5%. #14070C is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 7 + 12 = 39 (100%)
R 20 of 39 ~ 51.28%
G 7 of 39 ~ 17.95%
B 12 of 39 ~ 30.77%

%51.28
%17.95
%30.77

CMYK color model

#14070C color CMYK value is (0,65,40,92).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 40.00%
  • key color value is 92.16%
CMYK:
(0,65,40,92)
C0M65Y40K92 
(0%,65%,40%,92%)
(0.00/0.65/0.40/0.92)	

CMYK percentages

%0
%65
%40
%92.16

Codes

Color #14070C in popluar color models

14070C
RGB20712
HSL337°48.15%5.29%
HSB/HSV337°65.00%7.84%
CMYK0.00%65.00%40.00%
92.16%

Color #14070C in popluar number systems.

HEX14070C
Decimal20712
Binary101001111100
Octal24714

Shades and tints

Shades of #14070C

#14070C
(20,7,12)
#13070B
(19,7,11)
#12070A
(18,7,10)
#110709
(17,7,9)
#100708
(16,7,8)
#0F0707
(15,7,7)
#0E0706
(14,7,6)
#0D0705
(13,7,5)
#0C0704
(12,7,4)
#0B0703
(11,7,3)
#0A0702
(10,7,2)
#000000
(0,0,0)

Tints of #14070C

#14070C
(20,7,12)
#291D22
(41,29,34)
#3E3338
(62,51,56)
#53494E
(83,73,78)
#685F64
(104,95,100)
#7D757A
(125,117,122)
#928B90
(146,139,144)
#A7A1A6
(167,161,166)
#BCB7BC
(188,183,188)
#D1CDD2
(209,205,210)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14070C color. Also use rgb(20,7,12) instead hex code.

Text Font Color

.myTextColor { color: #14070C; }

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

This text font color is #14070C.


Background Color

.myBgColor { background-color: #14070C; }

<div style="background-color:#14070C">Inner text</div>

This div background color is #14070C.


Border color

.myBorderColor { border: 1px solid #14070C; }

<div style="border:3px solid #14070C">Div</div>

This div border color is #14070C.


Opacity

.myOpacity80 { color: #14070C; opacity: 0.8; }

<p style="color:#14070C;opacity:0.8;">80%</p>

Text with #14070C 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 #14070C;}

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

This text has shadow with #14070C color.

.textShadow {text-shadow: 3px 3px 1px #14070C, 3px 3px 1px red;}

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

This text has shadow with #14070C primary color and red secondary color.


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

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

This text has shadow with #14070C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14070C on black background.


Color preview on white background

This text has color #14070C on white background.



Black color preview on #14070C background

This text has black color on #14070C background.


White color preview on #14070C background

This text has white color on #14070C background.