COLOR #111004

HEX: #111004
RGB: (17,16,4)

Color info

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

RGB color model

#111004 color RGB value is (17,16,4).

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

RGB channels and saturation

R 17 of 255 = 7%
G 16 of 255 = 6%
B 4 of 255 = 2%

17
16
4

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

Portions of RGB colors in percentages

R + G + B =
17 + 16 + 4 = 37 (100%)
R 17 of 37 ~ 45.95%
G 16 of 37 ~ 43.24%
B 4 of 37 ~ 10.81%

%45.95
%43.24
%10.81

CMYK color model

#111004 color CMYK value is (0,6,76,93).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 76.47%
  • key color value is 93.33%
CMYK:
(0,6,76,93)
C0M6Y76K93 
(0%,6%,76%,93%)
(0.00/0.06/0.76/0.93)	

CMYK percentages

%0
%5.88
%76.47
%93.33

Codes

Color #111004 in popluar color models

111004
RGB17164
HSL55°61.90%4.12%
HSB/HSV55°76.47%6.67%
CMYK0.00%5.88%76.47%
93.33%

Color #111004 in popluar number systems.

HEX111004
Decimal17164
Binary1000110000100
Octal21204

Shades and tints

Shades of #111004

#111004
(17,16,4)
#100F04
(16,15,4)
#0F0E04
(15,14,4)
#0E0D04
(14,13,4)
#0D0C04
(13,12,4)
#0C0B04
(12,11,4)
#0B0A04
(11,10,4)
#0A0904
(10,9,4)
#090804
(9,8,4)
#080704
(8,7,4)
#070604
(7,6,4)
#000000
(0,0,0)

Tints of #111004

#111004
(17,16,4)
#26251A
(38,37,26)
#3B3A30
(59,58,48)
#504F46
(80,79,70)
#65645C
(101,100,92)
#7A7972
(122,121,114)
#8F8E88
(143,142,136)
#A4A39E
(164,163,158)
#B9B8B4
(185,184,180)
#CECDCA
(206,205,202)
#E3E2E0
(227,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111004; }

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

This text font color is #111004.


Background Color

.myBgColor { background-color: #111004; }

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

This div background color is #111004.


Border color

.myBorderColor { border: 1px solid #111004; }

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

This div border color is #111004.


Opacity

.myOpacity80 { color: #111004; opacity: 0.8; }

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

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

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

This text has shadow with #111004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111004 on black background.


Color preview on white background

This text has color #111004 on white background.



Black color preview on #111004 background

This text has black color on #111004 background.


White color preview on #111004 background

This text has white color on #111004 background.