COLOR #14070F

HEX: #14070F RGB: (20,7,15)

Color info

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

RGB color model

#14070F color RGB value is (20,7,15).

RGB: (20,7,15) (8%, 3%, 6%)

RGB channels and saturation

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

20
7
15

R + G + B ~ 6%. #14070F is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 7 + 15 = 42 (100%)
R 20 of 42 ~ 47.62%
G 7 of 42 ~ 16.67%
B 15 of 42 ~ 35.71'%

%47.62
%16.67
%35.71

CMYK color model

#14070F color CMYK value is (0,65,25,92).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 25.00%
  • key color value is 92.16%

CMYK: (0,65,25,92)
C0M65Y25K92 (0%, 65%, 25%, 92%)
(0.00 / 0.65 / 0.25 / 0.92)

CMYK percentages

%0
%65
%25
%92.16

Codes

Color #14070F in popluar color models

14 07 0F
RGB 20 7 15
HSL 323° 48.15% 5.29%
HSB/HSV 323° 65.00% 7.84%
CMYK 0.00% 65.00% 25.00%
92.16%

Color #14070F in popluar number systems.

HEX 14 07 0F
Decimal 20 7 15
Binary 10100 111 1111
Octal 24 7 17

Shades and tints

Shades of #14070F

#14070F
(20,7,15)
#13070E
(19,7,14)
#12070D
(18,7,13)
#11070C
(17,7,12)
#10070B
(16,7,11)
#0F070A
(15,7,10)
#0E0709
(14,7,9)
#0D0708
(13,7,8)
#0C0707
(12,7,7)
#0B0706
(11,7,6)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #14070F

#14070F
(20,7,15)
#291D24
(41,29,36)
#3E3339
(62,51,57)
#53494E
(83,73,78)
#685F63
(104,95,99)
#7D7578
(125,117,120)
#928B8D
(146,139,141)
#A7A1A2
(167,161,162)
#BCB7B7
(188,183,183)
#D1CDCC
(209,205,204)
#E6E3E1
(230,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14070F; }

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

This text font color is #14070F.

Background Color

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

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

This div background color is #14070F.

Border color

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

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

This div border color is #14070F.

Opacity

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

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

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

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

This text has shadow with #14070F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14070F.

Preview

Color preview on black background

This text has color #14070F on black background.


Color preview on white background

This text has color #14070F on white background.


Black color preview on #14070F background

This text has black color on #14070F background.


White color preview on #14070F background

This text has white color on #14070F background.


Related colors

Complementary color

Complementary color for #hex is #EBF8F0.


I love getcolorcode.com

Triadic colors

1 #0F1407 and #070F14 with #14070F are triadic colors.

2 #0F0714 and #07140F with #14070F are triadic colors.