COLOR #171120

HEX: #171120
RGB: (23,17,32)

Color info

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

RGB color model

#171120 color RGB value is (23,17,32).

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

RGB channels and saturation

R 23 of 255 = 9%
G 17 of 255 = 7%
B 32 of 255 = 13%

23
17
32

R + G + B ~ 10%. #171120 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 17 + 32 = 72 (100%)
R 23 of 72 ~ 31.94%
G 17 of 72 ~ 23.61%
B 32 of 72 ~ 44.44%

%31.94
%23.61
%44.44

CMYK color model

#171120 color CMYK value is (28,47,0,87).

  • cyan value is 28.13%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(28,47,0,87)
C28M47Y0K87 
(28%,47%,0%,87%)
(0.28/0.47/0.00/0.87)	

CMYK percentages

%28.13
%46.88
%0
%87.45

Codes

Color #171120 in popluar color models

171120
RGB231732
HSL264°30.61%9.61%
HSB/HSV264°46.88%12.55%
CMYK28.13%46.88%0.00%
87.45%

Color #171120 in popluar number systems.

HEX171120
Decimal231732
Binary1011110001100000
Octal272140

Shades and tints

Shades of #171120

#171120
(23,17,32)
#15101E
(21,16,30)
#130F1C
(19,15,28)
#110E1A
(17,14,26)
#0F0D18
(15,13,24)
#0D0C16
(13,12,22)
#0B0B14
(11,11,20)
#090A12
(9,10,18)
#070910
(7,9,16)
#05080E
(5,8,14)
#03070C
(3,7,12)
#000000
(0,0,0)

Tints of #171120

#171120
(23,17,32)
#2C2634
(44,38,52)
#413B48
(65,59,72)
#56505C
(86,80,92)
#6B6570
(107,101,112)
#807A84
(128,122,132)
#958F98
(149,143,152)
#AAA4AC
(170,164,172)
#BFB9C0
(191,185,192)
#D4CED4
(212,206,212)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #171120; }

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

This text font color is #171120.


Background Color

.myBgColor { background-color: #171120; }

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

This div background color is #171120.


Border color

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

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

This div border color is #171120.


Opacity

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

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

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

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

This text has shadow with #171120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #171120 on black background.


Color preview on white background

This text has color #171120 on white background.



Black color preview on #171120 background

This text has black color on #171120 background.


White color preview on #171120 background

This text has white color on #171120 background.