COLOR #001611

HEX: #001611
RGB: (0,22,17)

Color info

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

RGB color model

#001611 color RGB value is (0,22,17).

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

RGB channels and saturation

R 0 of 255 = 0%
G 22 of 255 = 9%
B 17 of 255 = 7%

0
22
17

R + G + B ~ 5%. #001611 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 22 + 17 = 39 (100%)
R 0 of 39 ~ 0%
G 22 of 39 ~ 56.41%
B 17 of 39 ~ 43.59%

%56.41
%43.59

CMYK color model

#001611 color CMYK value is (100,0,23,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 91.37%
CMYK:
(100,0,23,91)
C100M0Y23K91 
(100%,0%,23%,91%)
(1.00/0.00/0.23/0.91)	

CMYK percentages

%100
%0
%22.73
%91.37

Codes

Color #001611 in popluar color models

001611
RGB02217
HSL166°100.00%4.31%
HSB/HSV166°100.00%8.63%
CMYK100.00%0.00%22.73%
91.37%

Color #001611 in popluar number systems.

HEX001611
Decimal02217
Binary01011010001
Octal02621

Shades and tints

Shades of #001611

#001611
(0,22,17)
#001410
(0,20,16)
#00120F
(0,18,15)
#00100E
(0,16,14)
#000E0D
(0,14,13)
#000C0C
(0,12,12)
#000A0B
(0,10,11)
#00080A
(0,8,10)
#000609
(0,6,9)
#000408
(0,4,8)
#000207
(0,2,7)
#000000
(0,0,0)

Tints of #001611

#001611
(0,22,17)
#172B26
(23,43,38)
#2E403B
(46,64,59)
#455550
(69,85,80)
#5C6A65
(92,106,101)
#737F7A
(115,127,122)
#8A948F
(138,148,143)
#A1A9A4
(161,169,164)
#B8BEB9
(184,190,185)
#CFD3CE
(207,211,206)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001611; }

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

This text font color is #001611.


Background Color

.myBgColor { background-color: #001611; }

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

This div background color is #001611.


Border color

.myBorderColor { border: 1px solid #001611; }

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

This div border color is #001611.


Opacity

.myOpacity80 { color: #001611; opacity: 0.8; }

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

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

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

This text has shadow with #001611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001611 on black background.


Color preview on white background

This text has color #001611 on white background.



Black color preview on #001611 background

This text has black color on #001611 background.


White color preview on #001611 background

This text has white color on #001611 background.