COLOR #14081D

HEX: #14081D
RGB: (20,8,29)

Color info

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

RGB color model

#14081D color RGB value is (20,8,29).

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

RGB channels and saturation

R 20 of 255 = 8%
G 8 of 255 = 3%
B 29 of 255 = 11%

20
8
29

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

Portions of RGB colors in percentages

R + G + B =
20 + 8 + 29 = 57 (100%)
R 20 of 57 ~ 35.09%
G 8 of 57 ~ 14.04%
B 29 of 57 ~ 50.88%

%35.09
%14.04
%50.88

CMYK color model

#14081D color CMYK value is (31,72,0,89).

  • cyan value is 31.03%
  • magenta value is 72.41%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(31,72,0,89)
C31M72Y0K89 
(31%,72%,0%,89%)
(0.31/0.72/0.00/0.89)	

CMYK percentages

%31.03
%72.41
%0
%88.63

Codes

Color #14081D in popluar color models

14081D
RGB20829
HSL274°56.76%7.25%
HSB/HSV274°72.41%11.37%
CMYK31.03%72.41%0.00%
88.63%

Color #14081D in popluar number systems.

HEX14081D
Decimal20829
Binary10100100011101
Octal241035

Shades and tints

Shades of #14081D

#14081D
(20,8,29)
#13081B
(19,8,27)
#120819
(18,8,25)
#110817
(17,8,23)
#100815
(16,8,21)
#0F0813
(15,8,19)
#0E0811
(14,8,17)
#0D080F
(13,8,15)
#0C080D
(12,8,13)
#0B080B
(11,8,11)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #14081D

#14081D
(20,8,29)
#291E31
(41,30,49)
#3E3445
(62,52,69)
#534A59
(83,74,89)
#68606D
(104,96,109)
#7D7681
(125,118,129)
#928C95
(146,140,149)
#A7A2A9
(167,162,169)
#BCB8BD
(188,184,189)
#D1CED1
(209,206,209)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14081D color. Also use rgb(20,8,29) instead hex code.

Text Font Color

.myTextColor { color: #14081D; }

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

This text font color is #14081D.


Background Color

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

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

This div background color is #14081D.


Border color

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

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

This div border color is #14081D.


Opacity

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

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

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

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

This text has shadow with #14081D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14081D on black background.


Color preview on white background

This text has color #14081D on white background.



Black color preview on #14081D background

This text has black color on #14081D background.


White color preview on #14081D background

This text has white color on #14081D background.