COLOR #00110E

HEX: #00110E
RGB: (0,17,14)

Color info

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

RGB color model

#00110E color RGB value is (0,17,14).

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

RGB channels and saturation

R 0 of 255 = 0%
G 17 of 255 = 7%
B 14 of 255 = 5%

0
17
14

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

Portions of RGB colors in percentages

R + G + B =
0 + 17 + 14 = 31 (100%)
R 0 of 31 ~ 0%
G 17 of 31 ~ 54.84%
B 14 of 31 ~ 45.16%

%54.84
%45.16

CMYK color model

#00110E color CMYK value is (100,0,18,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 93.33%
CMYK:
(100,0,18,93)
C100M0Y18K93 
(100%,0%,18%,93%)
(1.00/0.00/0.18/0.93)	

CMYK percentages

%100
%0
%17.65
%93.33

Codes

Color #00110E in popluar color models

00110E
RGB01714
HSL169°100.00%3.33%
HSB/HSV169°100.00%6.67%
CMYK100.00%0.00%17.65%
93.33%

Color #00110E in popluar number systems.

HEX00110E
Decimal01714
Binary0100011110
Octal02116

Shades and tints

Shades of #00110E

#00110E
(0,17,14)
#00100D
(0,16,13)
#000F0C
(0,15,12)
#000E0B
(0,14,11)
#000D0A
(0,13,10)
#000C09
(0,12,9)
#000B08
(0,11,8)
#000A07
(0,10,7)
#000906
(0,9,6)
#000805
(0,8,5)
#000704
(0,7,4)
#000000
(0,0,0)

Tints of #00110E

#00110E
(0,17,14)
#172623
(23,38,35)
#2E3B38
(46,59,56)
#45504D
(69,80,77)
#5C6562
(92,101,98)
#737A77
(115,122,119)
#8A8F8C
(138,143,140)
#A1A4A1
(161,164,161)
#B8B9B6
(184,185,182)
#CFCECB
(207,206,203)
#E6E3E0
(230,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00110E; }

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

This text font color is #00110E.


Background Color

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

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

This div background color is #00110E.


Border color

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

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

This div border color is #00110E.


Opacity

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

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

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

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

This text has shadow with #00110E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00110E on black background.


Color preview on white background

This text has color #00110E on white background.



Black color preview on #00110E background

This text has black color on #00110E background.


White color preview on #00110E background

This text has white color on #00110E background.