COLOR #00110F

HEX: #00110F
RGB: (0,17,15)

Color info

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

RGB color model

#00110F color RGB value is (0,17,15).

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

RGB channels and saturation

R 0 of 255 = 0%
G 17 of 255 = 7%
B 15 of 255 = 6%

0
17
15

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

Portions of RGB colors in percentages

R + G + B =
0 + 17 + 15 = 32 (100%)
R 0 of 32 ~ 0%
G 17 of 32 ~ 53.13%
B 15 of 32 ~ 46.88%

%53.13
%46.88

CMYK color model

#00110F color CMYK value is (100,0,12,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 93.33%
CMYK:
(100,0,12,93)
C100M0Y12K93 
(100%,0%,12%,93%)
(1.00/0.00/0.12/0.93)	

CMYK percentages

%100
%0
%11.76
%93.33

Codes

Color #00110F in popluar color models

00110F
RGB01715
HSL173°100.00%3.33%
HSB/HSV173°100.00%6.67%
CMYK100.00%0.00%11.76%
93.33%

Color #00110F in popluar number systems.

HEX00110F
Decimal01715
Binary0100011111
Octal02117

Shades and tints

Shades of #00110F

#00110F
(0,17,15)
#00100E
(0,16,14)
#000F0D
(0,15,13)
#000E0C
(0,14,12)
#000D0B
(0,13,11)
#000C0A
(0,12,10)
#000B09
(0,11,9)
#000A08
(0,10,8)
#000907
(0,9,7)
#000806
(0,8,6)
#000705
(0,7,5)
#000000
(0,0,0)

Tints of #00110F

#00110F
(0,17,15)
#172624
(23,38,36)
#2E3B39
(46,59,57)
#45504E
(69,80,78)
#5C6563
(92,101,99)
#737A78
(115,122,120)
#8A8F8D
(138,143,141)
#A1A4A2
(161,164,162)
#B8B9B7
(184,185,183)
#CFCECC
(207,206,204)
#E6E3E1
(230,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00110F; }

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

This text font color is #00110F.


Background Color

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

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

This div background color is #00110F.


Border color

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

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

This div border color is #00110F.


Opacity

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

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

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

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

This text has shadow with #00110F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00110F on black background.


Color preview on white background

This text has color #00110F on white background.



Black color preview on #00110F background

This text has black color on #00110F background.


White color preview on #00110F background

This text has white color on #00110F background.