COLOR #170301

HEX: #170301
RGB: (23,3,1)

Color info

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

RGB color model

#170301 color RGB value is (23,3,1).

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

RGB channels and saturation

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

23
3
1

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

Portions of RGB colors in percentages

R + G + B =
23 + 3 + 1 = 27 (100%)
R 23 of 27 ~ 85.19%
G 3 of 27 ~ 11.11%
B 1 of 27 ~ 3.7%

%85.19
%11.11

CMYK color model

#170301 color CMYK value is (0,87,96,91).

  • cyan value is 0.00%
  • magenta value is 86.96%
  • yellow value is 95.65%
  • key color value is 90.98%
CMYK:
(0,87,96,91)
C0M87Y96K91 
(0%,87%,96%,91%)
(0.00/0.87/0.96/0.91)	

CMYK percentages

%0
%86.96
%95.65
%90.98

Codes

Color #170301 in popluar color models

170301
RGB2331
HSL91.67%4.71%
HSB/HSV95.65%9.02%
CMYK0.00%86.96%95.65%
90.98%

Color #170301 in popluar number systems.

HEX170301
Decimal2331
Binary10111111
Octal2731

Shades and tints

Shades of #170301

#170301
(23,3,1)
#150301
(21,3,1)
#130301
(19,3,1)
#110301
(17,3,1)
#0F0301
(15,3,1)
#0D0301
(13,3,1)
#0B0301
(11,3,1)
#090301
(9,3,1)
#070301
(7,3,1)
#050301
(5,3,1)
#030301
(3,3,1)
#000000
(0,0,0)

Tints of #170301

#170301
(23,3,1)
#2C1918
(44,25,24)
#412F2F
(65,47,47)
#564546
(86,69,70)
#6B5B5D
(107,91,93)
#807174
(128,113,116)
#95878B
(149,135,139)
#AA9DA2
(170,157,162)
#BFB3B9
(191,179,185)
#D4C9D0
(212,201,208)
#E9DFE7
(233,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170301; }

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

This text font color is #170301.


Background Color

.myBgColor { background-color: #170301; }

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

This div background color is #170301.


Border color

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

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

This div border color is #170301.


Opacity

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

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

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

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

This text has shadow with #170301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170301 on black background.


Color preview on white background

This text has color #170301 on white background.



Black color preview on #170301 background

This text has black color on #170301 background.


White color preview on #170301 background

This text has white color on #170301 background.