COLOR #00110D

HEX: #00110D
RGB: (0,17,13)

Color info

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

RGB color model

#00110D color RGB value is (0,17,13).

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

RGB channels and saturation

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

0
17
13

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

Portions of RGB colors in percentages

R + G + B =
0 + 17 + 13 = 30 (100%)
R 0 of 30 ~ 0%
G 17 of 30 ~ 56.67%
B 13 of 30 ~ 43.33%

%56.67
%43.33

CMYK color model

#00110D color CMYK value is (100,0,24,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 93.33%
CMYK:
(100,0,24,93)
C100M0Y24K93 
(100%,0%,24%,93%)
(1.00/0.00/0.24/0.93)	

CMYK percentages

%100
%0
%23.53
%93.33

Codes

Color #00110D in popluar color models

00110D
RGB01713
HSL166°100.00%3.33%
HSB/HSV166°100.00%6.67%
CMYK100.00%0.00%23.53%
93.33%

Color #00110D in popluar number systems.

HEX00110D
Decimal01713
Binary0100011101
Octal02115

Shades and tints

Shades of #00110D

#00110D
(0,17,13)
#00100C
(0,16,12)
#000F0B
(0,15,11)
#000E0A
(0,14,10)
#000D09
(0,13,9)
#000C08
(0,12,8)
#000B07
(0,11,7)
#000A06
(0,10,6)
#000905
(0,9,5)
#000804
(0,8,4)
#000703
(0,7,3)
#000000
(0,0,0)

Tints of #00110D

#00110D
(0,17,13)
#172623
(23,38,35)
#2E3B39
(46,59,57)
#45504F
(69,80,79)
#5C6565
(92,101,101)
#737A7B
(115,122,123)
#8A8F91
(138,143,145)
#A1A4A7
(161,164,167)
#B8B9BD
(184,185,189)
#CFCED3
(207,206,211)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00110D; }

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

This text font color is #00110D.


Background Color

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

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

This div background color is #00110D.


Border color

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

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

This div border color is #00110D.


Opacity

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

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

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

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

This text has shadow with #00110D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00110D on black background.


Color preview on white background

This text has color #00110D on white background.



Black color preview on #00110D background

This text has black color on #00110D background.


White color preview on #00110D background

This text has white color on #00110D background.