COLOR #14000E

HEX: #14000E
RGB: (20,0,14)

Color info

#14000E contains only red and blue colors. Web safe color of #14000E is #000000 (or #000).

RGB color model

#14000E color RGB value is (20,0,14).

  • red value is 20;
  • green value is 0;
  • blue value is 14.
RGB:
(20,0,14)
(8%,0%,5%)

RGB channels and saturation

R 20 of 255 = 8%
G 0 of 255 = 0%
B 14 of 255 = 5%

20
0
14

R + G + B ~ 4%. #14000E is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 0 + 14 = 34 (100%)
R 20 of 34 ~ 58.82%
G 0 of 34 ~ 0%
B 14 of 34 ~ 41.18%

%58.82
%41.18

CMYK color model

#14000E color CMYK value is (0,100,30,92).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 30.00%
  • key color value is 92.16%
CMYK:
(0,100,30,92)
C0M100Y30K92 
(0%,100%,30%,92%)
(0.00/1.00/0.30/0.92)	

CMYK percentages

%0
%100
%30
%92.16

Codes

Color #14000E in popluar color models

14000E
RGB20014
HSL318°100.00%3.92%
HSB/HSV318°100.00%7.84%
CMYK0.00%100.00%30.00%
92.16%

Color #14000E in popluar number systems.

HEX14000E
Decimal20014
Binary1010001110
Octal24016

Shades and tints

Shades of #14000E

#14000E
(20,0,14)
#13000D
(19,0,13)
#12000C
(18,0,12)
#11000B
(17,0,11)
#10000A
(16,0,10)
#0F0009
(15,0,9)
#0E0008
(14,0,8)
#0D0007
(13,0,7)
#0C0006
(12,0,6)
#0B0005
(11,0,5)
#0A0004
(10,0,4)
#000000
(0,0,0)

Tints of #14000E

#14000E
(20,0,14)
#291723
(41,23,35)
#3E2E38
(62,46,56)
#53454D
(83,69,77)
#685C62
(104,92,98)
#7D7377
(125,115,119)
#928A8C
(146,138,140)
#A7A1A1
(167,161,161)
#BCB8B6
(188,184,182)
#D1CFCB
(209,207,203)
#E6E6E0
(230,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14000E color. Also use rgb(20,0,14) instead hex code.

Text Font Color

.myTextColor { color: #14000E; }

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

This text font color is #14000E.


Background Color

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

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

This div background color is #14000E.


Border color

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

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

This div border color is #14000E.


Opacity

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

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

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

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

This text has shadow with #14000E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14000E on black background.


Color preview on white background

This text has color #14000E on white background.



Black color preview on #14000E background

This text has black color on #14000E background.


White color preview on #14000E background

This text has white color on #14000E background.