COLOR #14090D

HEX: #14090D
RGB: (20,9,13)

Color info

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

RGB color model

#14090D color RGB value is (20,9,13).

  • red value is 20;
  • green value is 9;
  • blue value is 13.
RGB:
(20,9,13)
(8%,4%,5%)

RGB channels and saturation

R 20 of 255 = 8%
G 9 of 255 = 4%
B 13 of 255 = 5%

20
9
13

R + G + B ~ 6%. #14090D is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 9 + 13 = 42 (100%)
R 20 of 42 ~ 47.62%
G 9 of 42 ~ 21.43%
B 13 of 42 ~ 30.95%

%47.62
%21.43
%30.95

CMYK color model

#14090D color CMYK value is (0,55,35,92).

  • cyan value is 0.00%
  • magenta value is 55.00%
  • yellow value is 35.00%
  • key color value is 92.16%
CMYK:
(0,55,35,92)
C0M55Y35K92 
(0%,55%,35%,92%)
(0.00/0.55/0.35/0.92)	

CMYK percentages

%0
%55
%35
%92.16

Codes

Color #14090D in popluar color models

14090D
RGB20913
HSL338°37.93%5.69%
HSB/HSV338°55.00%7.84%
CMYK0.00%55.00%35.00%
92.16%

Color #14090D in popluar number systems.

HEX14090D
Decimal20913
Binary1010010011101
Octal241115

Shades and tints

Shades of #14090D

#14090D
(20,9,13)
#13090C
(19,9,12)
#12090B
(18,9,11)
#11090A
(17,9,10)
#100909
(16,9,9)
#0F0908
(15,9,8)
#0E0907
(14,9,7)
#0D0906
(13,9,6)
#0C0905
(12,9,5)
#0B0904
(11,9,4)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #14090D

#14090D
(20,9,13)
#291F23
(41,31,35)
#3E3539
(62,53,57)
#534B4F
(83,75,79)
#686165
(104,97,101)
#7D777B
(125,119,123)
#928D91
(146,141,145)
#A7A3A7
(167,163,167)
#BCB9BD
(188,185,189)
#D1CFD3
(209,207,211)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14090D color. Also use rgb(20,9,13) instead hex code.

Text Font Color

.myTextColor { color: #14090D; }

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

This text font color is #14090D.


Background Color

.myBgColor { background-color: #14090D; }

<div style="background-color:#14090D">Inner text</div>

This div background color is #14090D.


Border color

.myBorderColor { border: 1px solid #14090D; }

<div style="border:3px solid #14090D">Div</div>

This div border color is #14090D.


Opacity

.myOpacity80 { color: #14090D; opacity: 0.8; }

<p style="color:#14090D;opacity:0.8;">80%</p>

Text with #14090D 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 #14090D;}

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

This text has shadow with #14090D color.

.textShadow {text-shadow: 3px 3px 1px #14090D, 3px 3px 1px red;}

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

This text has shadow with #14090D primary color and red secondary color.


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

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

This text has shadow with #14090D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14090D on black background.


Color preview on white background

This text has color #14090D on white background.



Black color preview on #14090D background

This text has black color on #14090D background.


White color preview on #14090D background

This text has white color on #14090D background.