COLOR #00140B

HEX: #00140B
RGB: (0,20,11)

Color info

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

RGB color model

#00140B color RGB value is (0,20,11).

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

RGB channels and saturation

R 0 of 255 = 0%
G 20 of 255 = 8%
B 11 of 255 = 4%

0
20
11

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

Portions of RGB colors in percentages

R + G + B =
0 + 20 + 11 = 31 (100%)
R 0 of 31 ~ 0%
G 20 of 31 ~ 64.52%
B 11 of 31 ~ 35.48%

%64.52
%35.48

CMYK color model

#00140B color CMYK value is (100,0,45,92).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 92.16%
CMYK:
(100,0,45,92)
C100M0Y45K92 
(100%,0%,45%,92%)
(1.00/0.00/0.45/0.92)	

CMYK percentages

%100
%0
%45
%92.16

Codes

Color #00140B in popluar color models

00140B
RGB02011
HSL153°100.00%3.92%
HSB/HSV153°100.00%7.84%
CMYK100.00%0.00%45.00%
92.16%

Color #00140B in popluar number systems.

HEX00140B
Decimal02011
Binary0101001011
Octal02413

Shades and tints

Shades of #00140B

#00140B
(0,20,11)
#00130A
(0,19,10)
#001209
(0,18,9)
#001108
(0,17,8)
#001007
(0,16,7)
#000F06
(0,15,6)
#000E05
(0,14,5)
#000D04
(0,13,4)
#000C03
(0,12,3)
#000B02
(0,11,2)
#000A01
(0,10,1)
#000000
(0,0,0)

Tints of #00140B

#00140B
(0,20,11)
#172921
(23,41,33)
#2E3E37
(46,62,55)
#45534D
(69,83,77)
#5C6863
(92,104,99)
#737D79
(115,125,121)
#8A928F
(138,146,143)
#A1A7A5
(161,167,165)
#B8BCBB
(184,188,187)
#CFD1D1
(207,209,209)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00140B; }

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

This text font color is #00140B.


Background Color

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

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

This div background color is #00140B.


Border color

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

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

This div border color is #00140B.


Opacity

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

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

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

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

This text has shadow with #00140B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00140B on black background.


Color preview on white background

This text has color #00140B on white background.



Black color preview on #00140B background

This text has black color on #00140B background.


White color preview on #00140B background

This text has white color on #00140B background.