COLOR #172C43

HEX: #172C43
RGB: (23,44,67)

Color info

#172C43 contains red, green and blue colors in about the same proportion. Web safe color of #172C43 is #003333 (or #033).

RGB color model

#172C43 color RGB value is (23,44,67).

  • red value is 23;
  • green value is 44;
  • blue value is 67.
RGB:
(23,44,67)
(9%,17%,26%)

RGB channels and saturation

R 23 of 255 = 9%
G 44 of 255 = 17%
B 67 of 255 = 26%

23
44
67

R + G + B ~ 17%. #172C43 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 44 + 67 = 134 (100%)
R 23 of 134 ~ 17.16%
G 44 of 134 ~ 32.84%
B 67 of 134 ~ 50%

%17.16
%32.84
%50

CMYK color model

#172C43 color CMYK value is (66,34,0,74).

  • cyan value is 65.67%
  • magenta value is 34.33%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(66,34,0,74)
C66M34Y0K74 
(66%,34%,0%,74%)
(0.66/0.34/0.00/0.74)	

CMYK percentages

%65.67
%34.33
%0
%73.73

Codes

Color #172C43 in popluar color models

172C43
RGB234467
HSL211°48.89%17.65%
HSB/HSV211°65.67%26.27%
CMYK65.67%34.33%0.00%
73.73%

Color #172C43 in popluar number systems.

HEX172C43
Decimal234467
Binary101111011001000011
Octal2754103

Shades and tints

Shades of #172C43

#172C43
(23,44,67)
#15283D
(21,40,61)
#132437
(19,36,55)
#112031
(17,32,49)
#0F1C2B
(15,28,43)
#0D1825
(13,24,37)
#0B141F
(11,20,31)
#091019
(9,16,25)
#070C13
(7,12,19)
#05080D
(5,8,13)
#030407
(3,4,7)
#000000
(0,0,0)

Tints of #172C43

#172C43
(23,44,67)
#2C3F54
(44,63,84)
#415265
(65,82,101)
#566576
(86,101,118)
#6B7887
(107,120,135)
#808B98
(128,139,152)
#959EA9
(149,158,169)
#AAB1BA
(170,177,186)
#BFC4CB
(191,196,203)
#D4D7DC
(212,215,220)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #172C43 color. Also use rgb(23,44,67) instead hex code.

Text Font Color

.myTextColor { color: #172C43; }

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

This text font color is #172C43.


Background Color

.myBgColor { background-color: #172C43; }

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

This div background color is #172C43.


Border color

.myBorderColor { border: 1px solid #172C43; }

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

This div border color is #172C43.


Opacity

.myOpacity80 { color: #172C43; opacity: 0.8; }

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

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

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

This text has shadow with #172C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #172C43 on black background.


Color preview on white background

This text has color #172C43 on white background.



Black color preview on #172C43 background

This text has black color on #172C43 background.


White color preview on #172C43 background

This text has white color on #172C43 background.