COLOR #17112B

HEX: #17112B
RGB: (23,17,43)

Color info

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

RGB color model

#17112B color RGB value is (23,17,43).

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

RGB channels and saturation

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

23
17
43

R + G + B ~ 11%. #17112B is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 17 + 43 = 83 (100%)
R 23 of 83 ~ 27.71%
G 17 of 83 ~ 20.48%
B 43 of 83 ~ 51.81%

%27.71
%20.48
%51.81

CMYK color model

#17112B color CMYK value is (47,60,0,83).

  • cyan value is 46.51%
  • magenta value is 60.47%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(47,60,0,83)
C47M60Y0K83 
(47%,60%,0%,83%)
(0.47/0.60/0.00/0.83)	

CMYK percentages

%46.51
%60.47
%0
%83.14

Codes

Color #17112B in popluar color models

17112B
RGB231743
HSL254°43.33%11.76%
HSB/HSV254°60.47%16.86%
CMYK46.51%60.47%0.00%
83.14%

Color #17112B in popluar number systems.

HEX17112B
Decimal231743
Binary1011110001101011
Octal272153

Shades and tints

Shades of #17112B

#17112B
(23,17,43)
#151028
(21,16,40)
#130F25
(19,15,37)
#110E22
(17,14,34)
#0F0D1F
(15,13,31)
#0D0C1C
(13,12,28)
#0B0B19
(11,11,25)
#090A16
(9,10,22)
#070913
(7,9,19)
#050810
(5,8,16)
#03070D
(3,7,13)
#000000
(0,0,0)

Tints of #17112B

#17112B
(23,17,43)
#2C263E
(44,38,62)
#413B51
(65,59,81)
#565064
(86,80,100)
#6B6577
(107,101,119)
#807A8A
(128,122,138)
#958F9D
(149,143,157)
#AAA4B0
(170,164,176)
#BFB9C3
(191,185,195)
#D4CED6
(212,206,214)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17112B; }

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

This text font color is #17112B.


Background Color

.myBgColor { background-color: #17112B; }

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

This div background color is #17112B.


Border color

.myBorderColor { border: 1px solid #17112B; }

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

This div border color is #17112B.


Opacity

.myOpacity80 { color: #17112B; opacity: 0.8; }

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

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

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

This text has shadow with #17112B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17112B on black background.


Color preview on white background

This text has color #17112B on white background.



Black color preview on #17112B background

This text has black color on #17112B background.


White color preview on #17112B background

This text has white color on #17112B background.