COLOR #14071B

HEX: #14071B
RGB: (20,7,27)

Color info

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

RGB color model

#14071B color RGB value is (20,7,27).

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

RGB channels and saturation

R 20 of 255 = 8%
G 7 of 255 = 3%
B 27 of 255 = 11%

20
7
27

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

Portions of RGB colors in percentages

R + G + B =
20 + 7 + 27 = 54 (100%)
R 20 of 54 ~ 37.04%
G 7 of 54 ~ 12.96%
B 27 of 54 ~ 50%

%37.04
%12.96
%50

CMYK color model

#14071B color CMYK value is (26,74,0,89).

  • cyan value is 25.93%
  • magenta value is 74.07%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(26,74,0,89)
C26M74Y0K89 
(26%,74%,0%,89%)
(0.26/0.74/0.00/0.89)	

CMYK percentages

%25.93
%74.07
%0
%89.41

Codes

Color #14071B in popluar color models

14071B
RGB20727
HSL279°58.82%6.67%
HSB/HSV279°74.07%10.59%
CMYK25.93%74.07%0.00%
89.41%

Color #14071B in popluar number systems.

HEX14071B
Decimal20727
Binary1010011111011
Octal24733

Shades and tints

Shades of #14071B

#14071B
(20,7,27)
#130719
(19,7,25)
#120717
(18,7,23)
#110715
(17,7,21)
#100713
(16,7,19)
#0F0711
(15,7,17)
#0E070F
(14,7,15)
#0D070D
(13,7,13)
#0C070B
(12,7,11)
#0B0709
(11,7,9)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #14071B

#14071B
(20,7,27)
#291D2F
(41,29,47)
#3E3343
(62,51,67)
#534957
(83,73,87)
#685F6B
(104,95,107)
#7D757F
(125,117,127)
#928B93
(146,139,147)
#A7A1A7
(167,161,167)
#BCB7BB
(188,183,187)
#D1CDCF
(209,205,207)
#E6E3E3
(230,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14071B color. Also use rgb(20,7,27) instead hex code.

Text Font Color

.myTextColor { color: #14071B; }

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

This text font color is #14071B.


Background Color

.myBgColor { background-color: #14071B; }

<div style="background-color:#14071B">Inner text</div>

This div background color is #14071B.


Border color

.myBorderColor { border: 1px solid #14071B; }

<div style="border:3px solid #14071B">Div</div>

This div border color is #14071B.


Opacity

.myOpacity80 { color: #14071B; opacity: 0.8; }

<p style="color:#14071B;opacity:0.8;">80%</p>

Text with #14071B 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 #14071B;}

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

This text has shadow with #14071B color.

.textShadow {text-shadow: 3px 3px 1px #14071B, 3px 3px 1px red;}

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

This text has shadow with #14071B primary color and red secondary color.


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

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

This text has shadow with #14071B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14071B on black background.


Color preview on white background

This text has color #14071B on white background.



Black color preview on #14071B background

This text has black color on #14071B background.


White color preview on #14071B background

This text has white color on #14071B background.