COLOR #17042F

HEX: #17042F
RGB: (23,4,47)

Color info

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

RGB color model

#17042F color RGB value is (23,4,47).

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

RGB channels and saturation

R 23 of 255 = 9%
G 4 of 255 = 2%
B 47 of 255 = 18%

23
4
47

R + G + B ~ 10%. #17042F is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 4 + 47 = 74 (100%)
R 23 of 74 ~ 31.08%
G 4 of 74 ~ 5.41%
B 47 of 74 ~ 63.51%

%31.08
%63.51

CMYK color model

#17042F color CMYK value is (51,91,0,82).

  • cyan value is 51.06%
  • magenta value is 91.49%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(51,91,0,82)
C51M91Y0K82 
(51%,91%,0%,82%)
(0.51/0.91/0.00/0.82)	

CMYK percentages

%51.06
%91.49
%0
%81.57

Codes

Color #17042F in popluar color models

17042F
RGB23447
HSL267°84.31%10.00%
HSB/HSV267°91.49%18.43%
CMYK51.06%91.49%0.00%
81.57%

Color #17042F in popluar number systems.

HEX17042F
Decimal23447
Binary10111100101111
Octal27457

Shades and tints

Shades of #17042F

#17042F
(23,4,47)
#15042B
(21,4,43)
#130427
(19,4,39)
#110423
(17,4,35)
#0F041F
(15,4,31)
#0D041B
(13,4,27)
#0B0417
(11,4,23)
#090413
(9,4,19)
#07040F
(7,4,15)
#05040B
(5,4,11)
#030407
(3,4,7)
#000000
(0,0,0)

Tints of #17042F

#17042F
(23,4,47)
#2C1A41
(44,26,65)
#413053
(65,48,83)
#564665
(86,70,101)
#6B5C77
(107,92,119)
#807289
(128,114,137)
#95889B
(149,136,155)
#AA9EAD
(170,158,173)
#BFB4BF
(191,180,191)
#D4CAD1
(212,202,209)
#E9E0E3
(233,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17042F; }

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

This text font color is #17042F.


Background Color

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

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

This div background color is #17042F.


Border color

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

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

This div border color is #17042F.


Opacity

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

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

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

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

This text has shadow with #17042F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17042F on black background.


Color preview on white background

This text has color #17042F on white background.



Black color preview on #17042F background

This text has black color on #17042F background.


White color preview on #17042F background

This text has white color on #17042F background.