COLOR #17040F

HEX: #17040F
RGB: (23,4,15)

Color info

#17040F contains red, green and blue colors in about the same proportion. Web safe color of #17040F is #000000 (or #000).

RGB color model

#17040F color RGB value is (23,4,15).

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

RGB channels and saturation

R 23 of 255 = 9%
G 4 of 255 = 2%
B 15 of 255 = 6%

23
4
15

R + G + B ~ 6%. #17040F is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 4 + 15 = 42 (100%)
R 23 of 42 ~ 54.76%
G 4 of 42 ~ 9.52%
B 15 of 42 ~ 35.71%

%54.76
%9.52
%35.71

CMYK color model

#17040F color CMYK value is (0,83,35,91).

  • cyan value is 0.00%
  • magenta value is 82.61%
  • yellow value is 34.78%
  • key color value is 90.98%
CMYK:
(0,83,35,91)
C0M83Y35K91 
(0%,83%,35%,91%)
(0.00/0.83/0.35/0.91)	

CMYK percentages

%0
%82.61
%34.78
%90.98

Codes

Color #17040F in popluar color models

17040F
RGB23415
HSL325°70.37%5.29%
HSB/HSV325°82.61%9.02%
CMYK0.00%82.61%34.78%
90.98%

Color #17040F in popluar number systems.

HEX17040F
Decimal23415
Binary101111001111
Octal27417

Shades and tints

Shades of #17040F

#17040F
(23,4,15)
#15040E
(21,4,14)
#13040D
(19,4,13)
#11040C
(17,4,12)
#0F040B
(15,4,11)
#0D040A
(13,4,10)
#0B0409
(11,4,9)
#090408
(9,4,8)
#070407
(7,4,7)
#050406
(5,4,6)
#030405
(3,4,5)
#000000
(0,0,0)

Tints of #17040F

#17040F
(23,4,15)
#2C1A24
(44,26,36)
#413039
(65,48,57)
#56464E
(86,70,78)
#6B5C63
(107,92,99)
#807278
(128,114,120)
#95888D
(149,136,141)
#AA9EA2
(170,158,162)
#BFB4B7
(191,180,183)
#D4CACC
(212,202,204)
#E9E0E1
(233,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17040F; }

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

This text font color is #17040F.


Background Color

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

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

This div background color is #17040F.


Border color

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

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

This div border color is #17040F.


Opacity

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

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

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

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

This text has shadow with #17040F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17040F on black background.


Color preview on white background

This text has color #17040F on white background.



Black color preview on #17040F background

This text has black color on #17040F background.


White color preview on #17040F background

This text has white color on #17040F background.