COLOR #001705

HEX: #001705 RGB: (0,23,5)

Color info

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

RGB color model

#001705 color RGB value is (0,23,5).

RGB: (0,23,5) (0%, 9%, 2%)

RGB channels and saturation

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

0
23
5

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

Portions of RGB colors in percentages

R + G + B = 0 + 23 + 5 = 28 (100%)
R 0 of 28 ~ 0%
G 23 of 28 ~ 82.14%
B 5 of 28 ~ 17.86'%

%82.14
%17.86

CMYK color model

#001705 color CMYK value is (100,0,78,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 78.26%
  • key color value is 90.98%

CMYK: (100,0,78,91)
C100M0Y78K91 (100%, 0%, 78%, 91%)
(1.00 / 0.00 / 0.78 / 0.91)

CMYK percentages

%100
%0
%78.26
%90.98

Codes

Color #001705 in popluar color models

00 17 05
RGB 0 23 5
HSL 133° 100.00% 4.51%
HSB/HSV 133° 100.00% 9.02%
CMYK 100.00% 0.00% 78.26%
90.98%

Color #001705 in popluar number systems.

HEX 00 17 05
Decimal 0 23 5
Binary 0 10111 101
Octal 0 27 5

Shades and tints

Shades of #001705

#001705
(0,23,5)
#001505
(0,21,5)
#001305
(0,19,5)
#001105
(0,17,5)
#000F05
(0,15,5)
#000D05
(0,13,5)
#000B05
(0,11,5)
#000905
(0,9,5)
#000705
(0,7,5)
#000505
(0,5,5)
#000305
(0,3,5)
#000000
(0,0,0)

Tints of #001705

#001705
(0,23,5)
#172C1B
(23,44,27)
#2E4131
(46,65,49)
#455647
(69,86,71)
#5C6B5D
(92,107,93)
#738073
(115,128,115)
#8A9589
(138,149,137)
#A1AA9F
(161,170,159)
#B8BFB5
(184,191,181)
#CFD4CB
(207,212,203)
#E6E9E1
(230,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001705; }

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

This text font color is #001705.

Background Color

.myBgColor { background-color: #001705; }

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

This div background color is #001705.

Border color

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

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

This div border color is #001705.

Opacity

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

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

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

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

This text has shadow with #001705 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001705.

Preview

Color preview on black background

This text has color #001705 on black background.


Color preview on white background

This text has color #001705 on white background.


Black color preview on #001705 background

This text has black color on #001705 background.


White color preview on #001705 background

This text has white color on #001705 background.


Related colors

Complementary color

Complementary color for #hex is #FFE8FA.


I love getcolorcode.com

Triadic colors

1 #050017 and #170500 with #001705 are triadic colors.

2 #051700 and #170005 with #001705 are triadic colors.