COLOR #011700

HEX: #011700
RGB: (1,23,0)

Color info

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

RGB color model

#011700 color RGB value is (1,23,0).

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

RGB channels and saturation

R 1 of 255 = 0%
G 23 of 255 = 9%
B 0 of 255 = 0%

1
23
0

R + G + B ~ 3%. #011700 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 23 + 0 = 24 (100%)
R 1 of 24 ~ 4.17%
G 23 of 24 ~ 95.83%
B 0 of 24 ~ 0%

%95.83

CMYK color model

#011700 color CMYK value is (96,0,100,91).

  • cyan value is 95.65%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 90.98%
CMYK:
(96,0,100,91)
C96M0Y100K91 
(96%,0%,100%,91%)
(0.96/0.00/1.00/0.91)	

CMYK percentages

%95.65
%0
%100
%90.98

Codes

Color #011700 in popluar color models

011700
RGB1230
HSL117°100.00%4.51%
HSB/HSV117°100.00%9.02%
CMYK95.65%0.00%100.00%
90.98%

Color #011700 in popluar number systems.

HEX011700
Decimal1230
Binary1101110
Octal1270

Shades and tints

Shades of #011700

#011700
(1,23,0)
#011500
(1,21,0)
#011300
(1,19,0)
#011100
(1,17,0)
#010F00
(1,15,0)
#010D00
(1,13,0)
#010B00
(1,11,0)
#010900
(1,9,0)
#010700
(1,7,0)
#010500
(1,5,0)
#010300
(1,3,0)
#000000
(0,0,0)

Tints of #011700

#011700
(1,23,0)
#182C17
(24,44,23)
#2F412E
(47,65,46)
#465645
(70,86,69)
#5D6B5C
(93,107,92)
#748073
(116,128,115)
#8B958A
(139,149,138)
#A2AAA1
(162,170,161)
#B9BFB8
(185,191,184)
#D0D4CF
(208,212,207)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011700; }

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

This text font color is #011700.


Background Color

.myBgColor { background-color: #011700; }

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

This div background color is #011700.


Border color

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

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

This div border color is #011700.


Opacity

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

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

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

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

This text has shadow with #011700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011700 on black background.


Color preview on white background

This text has color #011700 on white background.



Black color preview on #011700 background

This text has black color on #011700 background.


White color preview on #011700 background

This text has white color on #011700 background.