COLOR #001605

HEX: #001605
RGB: (0,22,5)

Color info

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

RGB color model

#001605 color RGB value is (0,22,5).

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

RGB channels and saturation

R 0 of 255 = 0%
G 22 of 255 = 9%
B 5 of 255 = 2%

0
22
5

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

Portions of RGB colors in percentages

R + G + B =
0 + 22 + 5 = 27 (100%)
R 0 of 27 ~ 0%
G 22 of 27 ~ 81.48%
B 5 of 27 ~ 18.52%

%81.48
%18.52

CMYK color model

#001605 color CMYK value is (100,0,77,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 77.27%
  • key color value is 91.37%
CMYK:
(100,0,77,91)
C100M0Y77K91 
(100%,0%,77%,91%)
(1.00/0.00/0.77/0.91)	

CMYK percentages

%100
%0
%77.27
%91.37

Codes

Color #001605 in popluar color models

001605
RGB0225
HSL134°100.00%4.31%
HSB/HSV134°100.00%8.63%
CMYK100.00%0.00%77.27%
91.37%

Color #001605 in popluar number systems.

HEX001605
Decimal0225
Binary010110101
Octal0265

Shades and tints

Shades of #001605

#001605
(0,22,5)
#001405
(0,20,5)
#001205
(0,18,5)
#001005
(0,16,5)
#000E05
(0,14,5)
#000C05
(0,12,5)
#000A05
(0,10,5)
#000805
(0,8,5)
#000605
(0,6,5)
#000405
(0,4,5)
#000205
(0,2,5)
#000000
(0,0,0)

Tints of #001605

#001605
(0,22,5)
#172B1B
(23,43,27)
#2E4031
(46,64,49)
#455547
(69,85,71)
#5C6A5D
(92,106,93)
#737F73
(115,127,115)
#8A9489
(138,148,137)
#A1A99F
(161,169,159)
#B8BEB5
(184,190,181)
#CFD3CB
(207,211,203)
#E6E8E1
(230,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001605; }

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

This text font color is #001605.


Background Color

.myBgColor { background-color: #001605; }

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

This div background color is #001605.


Border color

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

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

This div border color is #001605.


Opacity

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

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

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

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

This text has shadow with #001605 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001605 on black background.


Color preview on white background

This text has color #001605 on white background.



Black color preview on #001605 background

This text has black color on #001605 background.


White color preview on #001605 background

This text has white color on #001605 background.