COLOR #170C31

HEX: #170C31 RGB: (23,12,49)

Color info

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

RGB color model

#170C31 color RGB value is (23,12,49).

RGB: (23,12,49) (9%, 5%, 19%)

RGB channels and saturation

R 23 of 255 = 9%
G 12 of 255 = 5%
B 49 of 255 = 19%

23
12
49

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

Portions of RGB colors in percentages

R + G + B = 23 + 12 + 49 = 84 (100%)
R 23 of 84 ~ 27.38%
G 12 of 84 ~ 14.29%
B 49 of 84 ~ 58.33'%

%27.38
%14.29
%58.33

CMYK color model

#170C31 color CMYK value is (53,76,0,81).

  • cyan value is 53.06%
  • magenta value is 75.51%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK: (53,76,0,81) C53M76Y0K81 (53%,76%,0%,81%) (0.53/0.76/0.00/0.81) 

CMYK percentages

%53.06
%75.51
%0
%80.78

Codes

Color #170C31 in popluar color models

17 0C 31
RGB 23 12 49
HSL 258° 60.66% 11.96%
HSB/HSV 258° 75.51% 19.22%
CMYK 53.06% 75.51% 0.00%
80.78%

Color #170C31 in popluar number systems.

HEX 17 0C 31
Decimal 23 12 49
Binary 10111 1100 110001
Octal 27 14 61

Shades and tints

Shades of #170C31

#170C31
(23,12,49)
#150B2D
(21,11,45)
#130A29
(19,10,41)
#110925
(17,9,37)
#0F0821
(15,8,33)
#0D071D
(13,7,29)
#0B0619
(11,6,25)
#090515
(9,5,21)
#070411
(7,4,17)
#05030D
(5,3,13)
#030209
(3,2,9)
#000000
(0,0,0)

Tints of #170C31

#170C31
(23,12,49)
#2C2243
(44,34,67)
#413855
(65,56,85)
#564E67
(86,78,103)
#6B6479
(107,100,121)
#807A8B
(128,122,139)
#95909D
(149,144,157)
#AAA6AF
(170,166,175)
#BFBCC1
(191,188,193)
#D4D2D3
(212,210,211)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #170C31 color. Also use rgb(23,12,49) instead hex code.

Text Font Color

.myTextColor { color: #170C31; }

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

This text font color is #170C31.

Background Color

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

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

This div background color is #170C31.

Border color

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

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

This div border color is #170C31.

Opacity

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

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

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

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

This text has shadow with #170C31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #170C31.

Preview

Color preview on black background

This text has color #170C31 on black background.


Color preview on white background

This text has color #170C31 on white background.


Black color preview on #170C31 background

This text has black color on #170C31 background.


White color preview on #170C31 background

This text has white color on #170C31 background.


Related colors

Complementary color

Complementary color for #hex is #E8F3CE.


I love getcolorcode.com

Triadic colors

1 #31170C and #0C3117 with #170C31 are triadic colors.

2 #310C17 and #0C1731 with #170C31 are triadic colors.