COLOR #001711

HEX: #001711
RGB: (0,23,17)

Color info

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

RGB color model

#001711 color RGB value is (0,23,17).

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

RGB channels and saturation

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

0
23
17

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

Portions of RGB colors in percentages

R + G + B =
0 + 23 + 17 = 40 (100%)
R 0 of 40 ~ 0%
G 23 of 40 ~ 57.5%
B 17 of 40 ~ 42.5%

%57.5
%42.5

CMYK color model

#001711 color CMYK value is (100,0,26,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 90.98%
CMYK:
(100,0,26,91)
C100M0Y26K91 
(100%,0%,26%,91%)
(1.00/0.00/0.26/0.91)	

CMYK percentages

%100
%0
%26.09
%90.98

Codes

Color #001711 in popluar color models

001711
RGB02317
HSL164°100.00%4.51%
HSB/HSV164°100.00%9.02%
CMYK100.00%0.00%26.09%
90.98%

Color #001711 in popluar number systems.

HEX001711
Decimal02317
Binary01011110001
Octal02721

Shades and tints

Shades of #001711

#001711
(0,23,17)
#001510
(0,21,16)
#00130F
(0,19,15)
#00110E
(0,17,14)
#000F0D
(0,15,13)
#000D0C
(0,13,12)
#000B0B
(0,11,11)
#00090A
(0,9,10)
#000709
(0,7,9)
#000508
(0,5,8)
#000307
(0,3,7)
#000000
(0,0,0)

Tints of #001711

#001711
(0,23,17)
#172C26
(23,44,38)
#2E413B
(46,65,59)
#455650
(69,86,80)
#5C6B65
(92,107,101)
#73807A
(115,128,122)
#8A958F
(138,149,143)
#A1AAA4
(161,170,164)
#B8BFB9
(184,191,185)
#CFD4CE
(207,212,206)
#E6E9E3
(230,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001711; }

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

This text font color is #001711.


Background Color

.myBgColor { background-color: #001711; }

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

This div background color is #001711.


Border color

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

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

This div border color is #001711.


Opacity

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

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

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

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

This text has shadow with #001711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001711 on black background.


Color preview on white background

This text has color #001711 on white background.



Black color preview on #001711 background

This text has black color on #001711 background.


White color preview on #001711 background

This text has white color on #001711 background.