COLOR #00140E

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

Color info

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

RGB color model

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

RGB: (0,20,14) (0%, 8%, 5%)

RGB channels and saturation

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

0
20
14

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

Portions of RGB colors in percentages

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

%58.82
%41.18

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 92.16%

CMYK: (100,0,30,92)
C100M0Y30K92 (100%, 0%, 30%, 92%)
(1.00 / 0.00 / 0.30 / 0.92)

CMYK percentages

%100
%0
%30
%92.16

Codes

Color #00140E in popluar color models

00 14 0E
RGB 0 20 14
HSL 162° 100.00% 3.92%
HSB/HSV 162° 100.00% 7.84%
CMYK 100.00% 0.00% 30.00%
92.16%

Color #00140E in popluar number systems.

HEX 00 14 0E
Decimal 0 20 14
Binary 0 10100 1110
Octal 0 24 16

Shades and tints

Shades of #00140E

#00140E
(0,20,14)
#00130D
(0,19,13)
#00120C
(0,18,12)
#00110B
(0,17,11)
#00100A
(0,16,10)
#000F09
(0,15,9)
#000E08
(0,14,8)
#000D07
(0,13,7)
#000C06
(0,12,6)
#000B05
(0,11,5)
#000A04
(0,10,4)
#000000
(0,0,0)

Tints of #00140E

#00140E
(0,20,14)
#172923
(23,41,35)
#2E3E38
(46,62,56)
#45534D
(69,83,77)
#5C6862
(92,104,98)
#737D77
(115,125,119)
#8A928C
(138,146,140)
#A1A7A1
(161,167,161)
#B8BCB6
(184,188,182)
#CFD1CB
(207,209,203)
#E6E6E0
(230,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00140E; }

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

This text font color is #00140E.

Background Color

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

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

This div background color is #00140E.

Border color

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

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

This div border color is #00140E.

Opacity

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

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

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

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

This text has shadow with #00140E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00140E.

Preview

Color preview on black background

This text has color #00140E on black background.


Color preview on white background

This text has color #00140E on white background.


Black color preview on #00140E background

This text has black color on #00140E background.


White color preview on #00140E background

This text has white color on #00140E background.


Related colors

Complementary color

Complementary color for #hex is #FFEBF1.


I love getcolorcode.com

Triadic colors

1 #0E0014 and #140E00 with #00140E are triadic colors.

2 #0E1400 and #14000E with #00140E are triadic colors.