COLOR #17012E

HEX: #17012E
RGB: (23,1,46)

Color info

#17012E contains red, green and blue colors in about the same proportion. Web safe color of #17012E is #000033 (or #003).

RGB color model

#17012E color RGB value is (23,1,46).

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

RGB channels and saturation

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

23
1
46

R + G + B ~ 9%. #17012E is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 1 + 46 = 70 (100%)
R 23 of 70 ~ 32.86%
G 1 of 70 ~ 1.43%
B 46 of 70 ~ 65.71%

%32.86
%65.71

CMYK color model

#17012E color CMYK value is (50,98,0,82).

  • cyan value is 50.00%
  • magenta value is 97.83%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(50,98,0,82)
C50M98Y0K82 
(50%,98%,0%,82%)
(0.50/0.98/0.00/0.82)	

CMYK percentages

%50
%97.83
%0
%81.96

Codes

Color #17012E in popluar color models

17012E
RGB23146
HSL269°95.74%9.22%
HSB/HSV269°97.83%18.04%
CMYK50.00%97.83%0.00%
81.96%

Color #17012E in popluar number systems.

HEX17012E
Decimal23146
Binary101111101110
Octal27156

Shades and tints

Shades of #17012E

#17012E
(23,1,46)
#15012A
(21,1,42)
#130126
(19,1,38)
#110122
(17,1,34)
#0F011E
(15,1,30)
#0D011A
(13,1,26)
#0B0116
(11,1,22)
#090112
(9,1,18)
#07010E
(7,1,14)
#05010A
(5,1,10)
#030106
(3,1,6)
#000000
(0,0,0)

Tints of #17012E

#17012E
(23,1,46)
#2C1841
(44,24,65)
#412F54
(65,47,84)
#564667
(86,70,103)
#6B5D7A
(107,93,122)
#80748D
(128,116,141)
#958BA0
(149,139,160)
#AAA2B3
(170,162,179)
#BFB9C6
(191,185,198)
#D4D0D9
(212,208,217)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17012E; }

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

This text font color is #17012E.


Background Color

.myBgColor { background-color: #17012E; }

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

This div background color is #17012E.


Border color

.myBorderColor { border: 1px solid #17012E; }

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

This div border color is #17012E.


Opacity

.myOpacity80 { color: #17012E; opacity: 0.8; }

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

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

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

This text has shadow with #17012E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17012E on black background.


Color preview on white background

This text has color #17012E on white background.



Black color preview on #17012E background

This text has black color on #17012E background.


White color preview on #17012E background

This text has white color on #17012E background.