COLOR #17242F

HEX: #17242F
RGB: (23,36,47)

Color info

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

RGB color model

#17242F color RGB value is (23,36,47).

  • red value is 23;
  • green value is 36;
  • blue value is 47.
RGB:
(23,36,47)
(9%,14%,18%)

RGB channels and saturation

R 23 of 255 = 9%
G 36 of 255 = 14%
B 47 of 255 = 18%

23
36
47

R + G + B ~ 14%. #17242F is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 36 + 47 = 106 (100%)
R 23 of 106 ~ 21.7%
G 36 of 106 ~ 33.96%
B 47 of 106 ~ 44.34%

%21.7
%33.96
%44.34

CMYK color model

#17242F color CMYK value is (51,23,0,82).

  • cyan value is 51.06%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(51,23,0,82)
C51M23Y0K82 
(51%,23%,0%,82%)
(0.51/0.23/0.00/0.82)	

CMYK percentages

%51.06
%23.4
%0
%81.57

Codes

Color #17242F in popluar color models

17242F
RGB233647
HSL208°34.29%13.73%
HSB/HSV208°51.06%18.43%
CMYK51.06%23.40%0.00%
81.57%

Color #17242F in popluar number systems.

HEX17242F
Decimal233647
Binary10111100100101111
Octal274457

Shades and tints

Shades of #17242F

#17242F
(23,36,47)
#15212B
(21,33,43)
#131E27
(19,30,39)
#111B23
(17,27,35)
#0F181F
(15,24,31)
#0D151B
(13,21,27)
#0B1217
(11,18,23)
#090F13
(9,15,19)
#070C0F
(7,12,15)
#05090B
(5,9,11)
#030607
(3,6,7)
#000000
(0,0,0)

Tints of #17242F

#17242F
(23,36,47)
#2C3741
(44,55,65)
#414A53
(65,74,83)
#565D65
(86,93,101)
#6B7077
(107,112,119)
#808389
(128,131,137)
#95969B
(149,150,155)
#AAA9AD
(170,169,173)
#BFBCBF
(191,188,191)
#D4CFD1
(212,207,209)
#E9E2E3
(233,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17242F color. Also use rgb(23,36,47) instead hex code.

Text Font Color

.myTextColor { color: #17242F; }

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

This text font color is #17242F.


Background Color

.myBgColor { background-color: #17242F; }

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

This div background color is #17242F.


Border color

.myBorderColor { border: 1px solid #17242F; }

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

This div border color is #17242F.


Opacity

.myOpacity80 { color: #17242F; opacity: 0.8; }

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

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

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

This text has shadow with #17242F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17242F on black background.


Color preview on white background

This text has color #17242F on white background.



Black color preview on #17242F background

This text has black color on #17242F background.


White color preview on #17242F background

This text has white color on #17242F background.