COLOR #11172A

HEX: #11172A
RGB: (17,23,42)

Color info

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

RGB color model

#11172A color RGB value is (17,23,42).

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

RGB channels and saturation

R 17 of 255 = 7%
G 23 of 255 = 9%
B 42 of 255 = 16%

17
23
42

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

Portions of RGB colors in percentages

R + G + B =
17 + 23 + 42 = 82 (100%)
R 17 of 82 ~ 20.73%
G 23 of 82 ~ 28.05%
B 42 of 82 ~ 51.22%

%20.73
%28.05
%51.22

CMYK color model

#11172A color CMYK value is (60,45,0,84).

  • cyan value is 59.52%
  • magenta value is 45.24%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(60,45,0,84)
C60M45Y0K84 
(60%,45%,0%,84%)
(0.60/0.45/0.00/0.84)	

CMYK percentages

%59.52
%45.24
%0
%83.53

Codes

Color #11172A in popluar color models

11172A
RGB172342
HSL226°42.37%11.57%
HSB/HSV226°59.52%16.47%
CMYK59.52%45.24%0.00%
83.53%

Color #11172A in popluar number systems.

HEX11172A
Decimal172342
Binary1000110111101010
Octal212752

Shades and tints

Shades of #11172A

#11172A
(17,23,42)
#101527
(16,21,39)
#0F1324
(15,19,36)
#0E1121
(14,17,33)
#0D0F1E
(13,15,30)
#0C0D1B
(12,13,27)
#0B0B18
(11,11,24)
#0A0915
(10,9,21)
#090712
(9,7,18)
#08050F
(8,5,15)
#07030C
(7,3,12)
#000000
(0,0,0)

Tints of #11172A

#11172A
(17,23,42)
#262C3D
(38,44,61)
#3B4150
(59,65,80)
#505663
(80,86,99)
#656B76
(101,107,118)
#7A8089
(122,128,137)
#8F959C
(143,149,156)
#A4AAAF
(164,170,175)
#B9BFC2
(185,191,194)
#CED4D5
(206,212,213)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11172A color. Also use rgb(17,23,42) instead hex code.

Text Font Color

.myTextColor { color: #11172A; }

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

This text font color is #11172A.


Background Color

.myBgColor { background-color: #11172A; }

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

This div background color is #11172A.


Border color

.myBorderColor { border: 1px solid #11172A; }

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

This div border color is #11172A.


Opacity

.myOpacity80 { color: #11172A; opacity: 0.8; }

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

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

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

This text has shadow with #11172A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11172A on black background.


Color preview on white background

This text has color #11172A on white background.



Black color preview on #11172A background

This text has black color on #11172A background.


White color preview on #11172A background

This text has white color on #11172A background.