COLOR #14041E

HEX: #14041E
RGB: (20,4,30)

Color info

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

RGB color model

#14041E color RGB value is (20,4,30).

  • red value is 20;
  • green value is 4;
  • blue value is 30.
RGB:
(20,4,30)
(8%,2%,12%)

RGB channels and saturation

R 20 of 255 = 8%
G 4 of 255 = 2%
B 30 of 255 = 12%

20
4
30

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

Portions of RGB colors in percentages

R + G + B =
20 + 4 + 30 = 54 (100%)
R 20 of 54 ~ 37.04%
G 4 of 54 ~ 7.41%
B 30 of 54 ~ 55.56%

%37.04
%55.56

CMYK color model

#14041E color CMYK value is (33,87,0,88).

  • cyan value is 33.33%
  • magenta value is 86.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(33,87,0,88)
C33M87Y0K88 
(33%,87%,0%,88%)
(0.33/0.87/0.00/0.88)	

CMYK percentages

%33.33
%86.67
%0
%88.24

Codes

Color #14041E in popluar color models

14041E
RGB20430
HSL277°76.47%6.67%
HSB/HSV277°86.67%11.76%
CMYK33.33%86.67%0.00%
88.24%

Color #14041E in popluar number systems.

HEX14041E
Decimal20430
Binary1010010011110
Octal24436

Shades and tints

Shades of #14041E

#14041E
(20,4,30)
#13041C
(19,4,28)
#12041A
(18,4,26)
#110418
(17,4,24)
#100416
(16,4,22)
#0F0414
(15,4,20)
#0E0412
(14,4,18)
#0D0410
(13,4,16)
#0C040E
(12,4,14)
#0B040C
(11,4,12)
#0A040A
(10,4,10)
#000000
(0,0,0)

Tints of #14041E

#14041E
(20,4,30)
#291A32
(41,26,50)
#3E3046
(62,48,70)
#53465A
(83,70,90)
#685C6E
(104,92,110)
#7D7282
(125,114,130)
#928896
(146,136,150)
#A79EAA
(167,158,170)
#BCB4BE
(188,180,190)
#D1CAD2
(209,202,210)
#E6E0E6
(230,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14041E color. Also use rgb(20,4,30) instead hex code.

Text Font Color

.myTextColor { color: #14041E; }

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

This text font color is #14041E.


Background Color

.myBgColor { background-color: #14041E; }

<div style="background-color:#14041E">Inner text</div>

This div background color is #14041E.


Border color

.myBorderColor { border: 1px solid #14041E; }

<div style="border:3px solid #14041E">Div</div>

This div border color is #14041E.


Opacity

.myOpacity80 { color: #14041E; opacity: 0.8; }

<p style="color:#14041E;opacity:0.8;">80%</p>

Text with #14041E 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 #14041E;}

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

This text has shadow with #14041E color.

.textShadow {text-shadow: 3px 3px 1px #14041E, 3px 3px 1px red;}

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

This text has shadow with #14041E primary color and red secondary color.


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

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

This text has shadow with #14041E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14041E on black background.


Color preview on white background

This text has color #14041E on white background.



Black color preview on #14041E background

This text has black color on #14041E background.


White color preview on #14041E background

This text has white color on #14041E background.