COLOR #17040B

HEX: #17040B
RGB: (23,4,11)

Color info

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

RGB color model

#17040B color RGB value is (23,4,11).

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

RGB channels and saturation

R 23 of 255 = 9%
G 4 of 255 = 2%
B 11 of 255 = 4%

23
4
11

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

Portions of RGB colors in percentages

R + G + B =
23 + 4 + 11 = 38 (100%)
R 23 of 38 ~ 60.53%
G 4 of 38 ~ 10.53%
B 11 of 38 ~ 28.95%

%60.53
%10.53
%28.95

CMYK color model

#17040B color CMYK value is (0,83,52,91).

  • cyan value is 0.00%
  • magenta value is 82.61%
  • yellow value is 52.17%
  • key color value is 90.98%
CMYK:
(0,83,52,91)
C0M83Y52K91 
(0%,83%,52%,91%)
(0.00/0.83/0.52/0.91)	

CMYK percentages

%0
%82.61
%52.17
%90.98

Codes

Color #17040B in popluar color models

17040B
RGB23411
HSL338°70.37%5.29%
HSB/HSV338°82.61%9.02%
CMYK0.00%82.61%52.17%
90.98%

Color #17040B in popluar number systems.

HEX17040B
Decimal23411
Binary101111001011
Octal27413

Shades and tints

Shades of #17040B

#17040B
(23,4,11)
#15040A
(21,4,10)
#130409
(19,4,9)
#110408
(17,4,8)
#0F0407
(15,4,7)
#0D0406
(13,4,6)
#0B0405
(11,4,5)
#090404
(9,4,4)
#070403
(7,4,3)
#050402
(5,4,2)
#030401
(3,4,1)
#000000
(0,0,0)

Tints of #17040B

#17040B
(23,4,11)
#2C1A21
(44,26,33)
#413037
(65,48,55)
#56464D
(86,70,77)
#6B5C63
(107,92,99)
#807279
(128,114,121)
#95888F
(149,136,143)
#AA9EA5
(170,158,165)
#BFB4BB
(191,180,187)
#D4CAD1
(212,202,209)
#E9E0E7
(233,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17040B; }

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

This text font color is #17040B.


Background Color

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

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

This div background color is #17040B.


Border color

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

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

This div border color is #17040B.


Opacity

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

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

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

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

This text has shadow with #17040B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17040B on black background.


Color preview on white background

This text has color #17040B on white background.



Black color preview on #17040B background

This text has black color on #17040B background.


White color preview on #17040B background

This text has white color on #17040B background.