COLOR #170401

HEX: #170401
RGB: (23,4,1)

Color info

#170401 contains red, green and blue colors in about the same proportion. Web safe color of #170401 is #000000 (or #000).

RGB color model

#170401 color RGB value is (23,4,1).

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

RGB channels and saturation

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

23
4
1

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

Portions of RGB colors in percentages

R + G + B =
23 + 4 + 1 = 28 (100%)
R 23 of 28 ~ 82.14%
G 4 of 28 ~ 14.29%
B 1 of 28 ~ 3.57%

%82.14
%14.29

CMYK color model

#170401 color CMYK value is (0,83,96,91).

  • cyan value is 0.00%
  • magenta value is 82.61%
  • yellow value is 95.65%
  • key color value is 90.98%
CMYK:
(0,83,96,91)
C0M83Y96K91 
(0%,83%,96%,91%)
(0.00/0.83/0.96/0.91)	

CMYK percentages

%0
%82.61
%95.65
%90.98

Codes

Color #170401 in popluar color models

170401
RGB2341
HSL91.67%4.71%
HSB/HSV95.65%9.02%
CMYK0.00%82.61%95.65%
90.98%

Color #170401 in popluar number systems.

HEX170401
Decimal2341
Binary101111001
Octal2741

Shades and tints

Shades of #170401

#170401
(23,4,1)
#150401
(21,4,1)
#130401
(19,4,1)
#110401
(17,4,1)
#0F0401
(15,4,1)
#0D0401
(13,4,1)
#0B0401
(11,4,1)
#090401
(9,4,1)
#070401
(7,4,1)
#050401
(5,4,1)
#030401
(3,4,1)
#000000
(0,0,0)

Tints of #170401

#170401
(23,4,1)
#2C1A18
(44,26,24)
#41302F
(65,48,47)
#564646
(86,70,70)
#6B5C5D
(107,92,93)
#807274
(128,114,116)
#95888B
(149,136,139)
#AA9EA2
(170,158,162)
#BFB4B9
(191,180,185)
#D4CAD0
(212,202,208)
#E9E0E7
(233,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170401; }

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

This text font color is #170401.


Background Color

.myBgColor { background-color: #170401; }

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

This div background color is #170401.


Border color

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

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

This div border color is #170401.


Opacity

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

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

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

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

This text has shadow with #170401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170401 on black background.


Color preview on white background

This text has color #170401 on white background.



Black color preview on #170401 background

This text has black color on #170401 background.


White color preview on #170401 background

This text has white color on #170401 background.