COLOR #170F29

HEX: #170F29 RGB: (23,15,41)

Color info

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

RGB color model

#170F29 color RGB value is (23,15,41).

RGB: (23,15,41) (9%, 6%, 16%)

RGB channels and saturation

R 23 of 255 = 9%
G 15 of 255 = 6%
B 41 of 255 = 16%

23
15
41

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

Portions of RGB colors in percentages

R + G + B = 23 + 15 + 41 = 79 (100%)
R 23 of 79 ~ 29.11%
G 15 of 79 ~ 18.99%
B 41 of 79 ~ 51.9'%

%29.11
%18.99
%51.9

CMYK color model

#170F29 color CMYK value is (44,63,0,84).

  • cyan value is 43.90%
  • magenta value is 63.41%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (44,63,0,84)
C44M63Y0K84 (44%, 63%, 0%, 84%)
(0.44 / 0.63 / 0.00 / 0.84)

CMYK percentages

%43.9
%63.41
%0
%83.92

Codes

Color #170F29 in popluar color models

17 0F 29
RGB 23 15 41
HSL 258° 46.43% 10.98%
HSB/HSV 258° 63.41% 16.08%
CMYK 43.90% 63.41% 0.00%
83.92%

Color #170F29 in popluar number systems.

HEX 17 0F 29
Decimal 23 15 41
Binary 10111 1111 101001
Octal 27 17 51

Shades and tints

Shades of #170F29

#170F29
(23,15,41)
#150E26
(21,14,38)
#130D23
(19,13,35)
#110C20
(17,12,32)
#0F0B1D
(15,11,29)
#0D0A1A
(13,10,26)
#0B0917
(11,9,23)
#090814
(9,8,20)
#070711
(7,7,17)
#05060E
(5,6,14)
#03050B
(3,5,11)
#000000
(0,0,0)

Tints of #170F29

#170F29
(23,15,41)
#2C243C
(44,36,60)
#41394F
(65,57,79)
#564E62
(86,78,98)
#6B6375
(107,99,117)
#807888
(128,120,136)
#958D9B
(149,141,155)
#AAA2AE
(170,162,174)
#BFB7C1
(191,183,193)
#D4CCD4
(212,204,212)
#E9E1E7
(233,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #170F29 color. Also use rgb(23,15,41) instead hex code.

Text Font Color

.myTextColor { color: #170F29; }

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

This text font color is #170F29.

Background Color

.myBgColor { background-color: #170F29; }

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

This div background color is #170F29.

Border color

.myBorderColor { border: 1px solid #170F29; }

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

This div border color is #170F29.

Opacity

.myOpacity80 { color: #170F29; opacity: 0.8; }

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

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

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

This text has shadow with #170F29 color.


.textShadow {text-shadow: 3px 3px 1px #170F29', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #170F29; -webkit-box-shadow: 1px 1px 3px 2px #170F29; box-shadow:1px 1px 3px 2px #170F29;">
Div content here
</div>

This div box has shadow with color #170F29.

Preview

Color preview on black background

This text has color #170F29 on black background.


Color preview on white background

This text has color #170F29 on white background.


Black color preview on #170F29 background

This text has black color on #170F29 background.


White color preview on #170F29 background

This text has white color on #170F29 background.


Related colors

Complementary color

Complementary color for #hex is #E8F0D6.


I love getcolorcode.com

Triadic colors

1 #29170F and #0F2917 with #170F29 are triadic colors.

2 #290F17 and #0F1729 with #170F29 are triadic colors.