COLOR #11040A

HEX: #11040A
RGB: (17,4,10)

Color info

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

RGB color model

#11040A color RGB value is (17,4,10).

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

RGB channels and saturation

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

17
4
10

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

Portions of RGB colors in percentages

R + G + B =
17 + 4 + 10 = 31 (100%)
R 17 of 31 ~ 54.84%
G 4 of 31 ~ 12.9%
B 10 of 31 ~ 32.26%

%54.84
%12.9
%32.26

CMYK color model

#11040A color CMYK value is (0,76,41,93).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 41.18%
  • key color value is 93.33%
CMYK:
(0,76,41,93)
C0M76Y41K93 
(0%,76%,41%,93%)
(0.00/0.76/0.41/0.93)	

CMYK percentages

%0
%76.47
%41.18
%93.33

Codes

Color #11040A in popluar color models

11040A
RGB17410
HSL332°61.90%4.12%
HSB/HSV332°76.47%6.67%
CMYK0.00%76.47%41.18%
93.33%

Color #11040A in popluar number systems.

HEX11040A
Decimal17410
Binary100011001010
Octal21412

Shades and tints

Shades of #11040A

#11040A
(17,4,10)
#10040A
(16,4,10)
#0F040A
(15,4,10)
#0E040A
(14,4,10)
#0D040A
(13,4,10)
#0C040A
(12,4,10)
#0B040A
(11,4,10)
#0A040A
(10,4,10)
#09040A
(9,4,10)
#08040A
(8,4,10)
#07040A
(7,4,10)
#000000
(0,0,0)

Tints of #11040A

#11040A
(17,4,10)
#261A20
(38,26,32)
#3B3036
(59,48,54)
#50464C
(80,70,76)
#655C62
(101,92,98)
#7A7278
(122,114,120)
#8F888E
(143,136,142)
#A49EA4
(164,158,164)
#B9B4BA
(185,180,186)
#CECAD0
(206,202,208)
#E3E0E6
(227,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11040A; }

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

This text font color is #11040A.


Background Color

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

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

This div background color is #11040A.


Border color

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

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

This div border color is #11040A.


Opacity

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

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

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

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

This text has shadow with #11040A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11040A on black background.


Color preview on white background

This text has color #11040A on white background.



Black color preview on #11040A background

This text has black color on #11040A background.


White color preview on #11040A background

This text has white color on #11040A background.