COLOR #111407

HEX: #111407
RGB: (17,20,7)

Color info

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

RGB color model

#111407 color RGB value is (17,20,7).

  • red value is 17;
  • green value is 20;
  • blue value is 7.
RGB:
(17,20,7)
(7%,8%,3%)

RGB channels and saturation

R 17 of 255 = 7%
G 20 of 255 = 8%
B 7 of 255 = 3%

17
20
7

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

Portions of RGB colors in percentages

R + G + B =
17 + 20 + 7 = 44 (100%)
R 17 of 44 ~ 38.64%
G 20 of 44 ~ 45.45%
B 7 of 44 ~ 15.91%

%38.64
%45.45
%15.91

CMYK color model

#111407 color CMYK value is (15,0,65,92).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 65.00%
  • key color value is 92.16%
CMYK:
(15,0,65,92)
C15M0Y65K92 
(15%,0%,65%,92%)
(0.15/0.00/0.65/0.92)	

CMYK percentages

%15
%0
%65
%92.16

Codes

Color #111407 in popluar color models

111407
RGB17207
HSL74°48.15%5.29%
HSB/HSV74°65.00%7.84%
CMYK15.00%0.00%65.00%
92.16%

Color #111407 in popluar number systems.

HEX111407
Decimal17207
Binary1000110100111
Octal21247

Shades and tints

Shades of #111407

#111407
(17,20,7)
#101307
(16,19,7)
#0F1207
(15,18,7)
#0E1107
(14,17,7)
#0D1007
(13,16,7)
#0C0F07
(12,15,7)
#0B0E07
(11,14,7)
#0A0D07
(10,13,7)
#090C07
(9,12,7)
#080B07
(8,11,7)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #111407

#111407
(17,20,7)
#26291D
(38,41,29)
#3B3E33
(59,62,51)
#505349
(80,83,73)
#65685F
(101,104,95)
#7A7D75
(122,125,117)
#8F928B
(143,146,139)
#A4A7A1
(164,167,161)
#B9BCB7
(185,188,183)
#CED1CD
(206,209,205)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111407 color. Also use rgb(17,20,7) instead hex code.

Text Font Color

.myTextColor { color: #111407; }

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

This text font color is #111407.


Background Color

.myBgColor { background-color: #111407; }

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

This div background color is #111407.


Border color

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

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

This div border color is #111407.


Opacity

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

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

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

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

This text has shadow with #111407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111407 on black background.


Color preview on white background

This text has color #111407 on white background.



Black color preview on #111407 background

This text has black color on #111407 background.


White color preview on #111407 background

This text has white color on #111407 background.