COLOR #11040B

HEX: #11040B
RGB: (17,4,11)

Color info

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

RGB color model

#11040B color RGB value is (17,4,11).

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

RGB channels and saturation

R 17 of 255 = 7%
G 4 of 255 = 2%
B 11 of 255 = 4%

17
4
11

R + G + B ~ 4%. #11040B is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 4 + 11 = 32 (100%)
R 17 of 32 ~ 53.13%
G 4 of 32 ~ 12.5%
B 11 of 32 ~ 34.38%

%53.13
%12.5
%34.38

CMYK color model

#11040B color CMYK value is (0,76,35,93).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 35.29%
  • key color value is 93.33%
CMYK:
(0,76,35,93)
C0M76Y35K93 
(0%,76%,35%,93%)
(0.00/0.76/0.35/0.93)	

CMYK percentages

%0
%76.47
%35.29
%93.33

Codes

Color #11040B in popluar color models

11040B
RGB17411
HSL328°61.90%4.12%
HSB/HSV328°76.47%6.67%
CMYK0.00%76.47%35.29%
93.33%

Color #11040B in popluar number systems.

HEX11040B
Decimal17411
Binary100011001011
Octal21413

Shades and tints

Shades of #11040B

#11040B
(17,4,11)
#10040A
(16,4,10)
#0F0409
(15,4,9)
#0E0408
(14,4,8)
#0D0407
(13,4,7)
#0C0406
(12,4,6)
#0B0405
(11,4,5)
#0A0404
(10,4,4)
#090403
(9,4,3)
#080402
(8,4,2)
#070401
(7,4,1)
#000000
(0,0,0)

Tints of #11040B

#11040B
(17,4,11)
#261A21
(38,26,33)
#3B3037
(59,48,55)
#50464D
(80,70,77)
#655C63
(101,92,99)
#7A7279
(122,114,121)
#8F888F
(143,136,143)
#A49EA5
(164,158,165)
#B9B4BB
(185,180,187)
#CECAD1
(206,202,209)
#E3E0E7
(227,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11040B; }

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

This text font color is #11040B.


Background Color

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

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

This div background color is #11040B.


Border color

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

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

This div border color is #11040B.


Opacity

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

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

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

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

This text has shadow with #11040B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11040B on black background.


Color preview on white background

This text has color #11040B on white background.



Black color preview on #11040B background

This text has black color on #11040B background.


White color preview on #11040B background

This text has white color on #11040B background.