COLOR #001706

HEX: #001706
RGB: (0,23,6)

Color info

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

RGB color model

#001706 color RGB value is (0,23,6).

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

RGB channels and saturation

R 0 of 255 = 0%
G 23 of 255 = 9%
B 6 of 255 = 2%

0
23
6

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

Portions of RGB colors in percentages

R + G + B =
0 + 23 + 6 = 29 (100%)
R 0 of 29 ~ 0%
G 23 of 29 ~ 79.31%
B 6 of 29 ~ 20.69%

%79.31
%20.69

CMYK color model

#001706 color CMYK value is (100,0,74,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 73.91%
  • key color value is 90.98%
CMYK:
(100,0,74,91)
C100M0Y74K91 
(100%,0%,74%,91%)
(1.00/0.00/0.74/0.91)	

CMYK percentages

%100
%0
%73.91
%90.98

Codes

Color #001706 in popluar color models

001706
RGB0236
HSL136°100.00%4.51%
HSB/HSV136°100.00%9.02%
CMYK100.00%0.00%73.91%
90.98%

Color #001706 in popluar number systems.

HEX001706
Decimal0236
Binary010111110
Octal0276

Shades and tints

Shades of #001706

#001706
(0,23,6)
#001506
(0,21,6)
#001306
(0,19,6)
#001106
(0,17,6)
#000F06
(0,15,6)
#000D06
(0,13,6)
#000B06
(0,11,6)
#000906
(0,9,6)
#000706
(0,7,6)
#000506
(0,5,6)
#000306
(0,3,6)
#000000
(0,0,0)

Tints of #001706

#001706
(0,23,6)
#172C1C
(23,44,28)
#2E4132
(46,65,50)
#455648
(69,86,72)
#5C6B5E
(92,107,94)
#738074
(115,128,116)
#8A958A
(138,149,138)
#A1AAA0
(161,170,160)
#B8BFB6
(184,191,182)
#CFD4CC
(207,212,204)
#E6E9E2
(230,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001706 color. Also use rgb(0,23,6) instead hex code.

Text Font Color

.myTextColor { color: #001706; }

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

This text font color is #001706.


Background Color

.myBgColor { background-color: #001706; }

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

This div background color is #001706.


Border color

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

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

This div border color is #001706.


Opacity

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

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

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

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

This text has shadow with #001706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001706 on black background.


Color preview on white background

This text has color #001706 on white background.



Black color preview on #001706 background

This text has black color on #001706 background.


White color preview on #001706 background

This text has white color on #001706 background.