COLOR #170C38

HEX: #170C38
RGB: (23,12,56)

Color info

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

RGB color model

#170C38 color RGB value is (23,12,56).

  • red value is 23;
  • green value is 12;
  • blue value is 56.
RGB:
(23,12,56)
(9%,5%,22%)

RGB channels and saturation

R 23 of 255 = 9%
G 12 of 255 = 5%
B 56 of 255 = 22%

23
12
56

R + G + B ~ 12%. #170C38 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 12 + 56 = 91 (100%)
R 23 of 91 ~ 25.27%
G 12 of 91 ~ 13.19%
B 56 of 91 ~ 61.54%

%25.27
%13.19
%61.54

CMYK color model

#170C38 color CMYK value is (59,79,0,78).

  • cyan value is 58.93%
  • magenta value is 78.57%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(59,79,0,78)
C59M79Y0K78 
(59%,79%,0%,78%)
(0.59/0.79/0.00/0.78)	

CMYK percentages

%58.93
%78.57
%0
%78.04

Codes

Color #170C38 in popluar color models

170C38
RGB231256
HSL255°64.71%13.33%
HSB/HSV255°78.57%21.96%
CMYK58.93%78.57%0.00%
78.04%

Color #170C38 in popluar number systems.

HEX170C38
Decimal231256
Binary101111100111000
Octal271470

Shades and tints

Shades of #170C38

#170C38
(23,12,56)
#150B33
(21,11,51)
#130A2E
(19,10,46)
#110929
(17,9,41)
#0F0824
(15,8,36)
#0D071F
(13,7,31)
#0B061A
(11,6,26)
#090515
(9,5,21)
#070410
(7,4,16)
#05030B
(5,3,11)
#030206
(3,2,6)
#000000
(0,0,0)

Tints of #170C38

#170C38
(23,12,56)
#2C224A
(44,34,74)
#41385C
(65,56,92)
#564E6E
(86,78,110)
#6B6480
(107,100,128)
#807A92
(128,122,146)
#9590A4
(149,144,164)
#AAA6B6
(170,166,182)
#BFBCC8
(191,188,200)
#D4D2DA
(212,210,218)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170C38; }

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

This text font color is #170C38.


Background Color

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

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

This div background color is #170C38.


Border color

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

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

This div border color is #170C38.


Opacity

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

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

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

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

This text has shadow with #170C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170C38 on black background.


Color preview on white background

This text has color #170C38 on white background.



Black color preview on #170C38 background

This text has black color on #170C38 background.


White color preview on #170C38 background

This text has white color on #170C38 background.