COLOR #00110A

HEX: #00110A
RGB: (0,17,10)

Color info

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

RGB color model

#00110A color RGB value is (0,17,10).

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

RGB channels and saturation

R 0 of 255 = 0%
G 17 of 255 = 7%
B 10 of 255 = 4%

0
17
10

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

Portions of RGB colors in percentages

R + G + B =
0 + 17 + 10 = 27 (100%)
R 0 of 27 ~ 0%
G 17 of 27 ~ 62.96%
B 10 of 27 ~ 37.04%

%62.96
%37.04

CMYK color model

#00110A color CMYK value is (100,0,41,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 93.33%
CMYK:
(100,0,41,93)
C100M0Y41K93 
(100%,0%,41%,93%)
(1.00/0.00/0.41/0.93)	

CMYK percentages

%100
%0
%41.18
%93.33

Codes

Color #00110A in popluar color models

00110A
RGB01710
HSL155°100.00%3.33%
HSB/HSV155°100.00%6.67%
CMYK100.00%0.00%41.18%
93.33%

Color #00110A in popluar number systems.

HEX00110A
Decimal01710
Binary0100011010
Octal02112

Shades and tints

Shades of #00110A

#00110A
(0,17,10)
#00100A
(0,16,10)
#000F0A
(0,15,10)
#000E0A
(0,14,10)
#000D0A
(0,13,10)
#000C0A
(0,12,10)
#000B0A
(0,11,10)
#000A0A
(0,10,10)
#00090A
(0,9,10)
#00080A
(0,8,10)
#00070A
(0,7,10)
#000000
(0,0,0)

Tints of #00110A

#00110A
(0,17,10)
#172620
(23,38,32)
#2E3B36
(46,59,54)
#45504C
(69,80,76)
#5C6562
(92,101,98)
#737A78
(115,122,120)
#8A8F8E
(138,143,142)
#A1A4A4
(161,164,164)
#B8B9BA
(184,185,186)
#CFCED0
(207,206,208)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00110A; }

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

This text font color is #00110A.


Background Color

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

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

This div background color is #00110A.


Border color

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

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

This div border color is #00110A.


Opacity

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

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

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

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

This text has shadow with #00110A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00110A on black background.


Color preview on white background

This text has color #00110A on white background.



Black color preview on #00110A background

This text has black color on #00110A background.


White color preview on #00110A background

This text has white color on #00110A background.