COLOR #112007

HEX: #112007
RGB: (17,32,7)

Color info

#112007 contains red, green and blue colors in about the same proportion. Web safe color of #112007 is #003300 (or #030).

RGB color model

#112007 color RGB value is (17,32,7).

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

RGB channels and saturation

R 17 of 255 = 7%
G 32 of 255 = 13%
B 7 of 255 = 3%

17
32
7

R + G + B ~ 8%. #112007 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 32 + 7 = 56 (100%)
R 17 of 56 ~ 30.36%
G 32 of 56 ~ 57.14%
B 7 of 56 ~ 12.5%

%30.36
%57.14
%12.5

CMYK color model

#112007 color CMYK value is (47,0,78,87).

  • cyan value is 46.88%
  • magenta value is 0.00%
  • yellow value is 78.13%
  • key color value is 87.45%
CMYK:
(47,0,78,87)
C47M0Y78K87 
(47%,0%,78%,87%)
(0.47/0.00/0.78/0.87)	

CMYK percentages

%46.88
%0
%78.13
%87.45

Codes

Color #112007 in popluar color models

112007
RGB17327
HSL96°64.10%7.65%
HSB/HSV96°78.13%12.55%
CMYK46.88%0.00%78.13%
87.45%

Color #112007 in popluar number systems.

HEX112007
Decimal17327
Binary10001100000111
Octal21407

Shades and tints

Shades of #112007

#112007
(17,32,7)
#101E07
(16,30,7)
#0F1C07
(15,28,7)
#0E1A07
(14,26,7)
#0D1807
(13,24,7)
#0C1607
(12,22,7)
#0B1407
(11,20,7)
#0A1207
(10,18,7)
#091007
(9,16,7)
#080E07
(8,14,7)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #112007

#112007
(17,32,7)
#26341D
(38,52,29)
#3B4833
(59,72,51)
#505C49
(80,92,73)
#65705F
(101,112,95)
#7A8475
(122,132,117)
#8F988B
(143,152,139)
#A4ACA1
(164,172,161)
#B9C0B7
(185,192,183)
#CED4CD
(206,212,205)
#E3E8E3
(227,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112007; }

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

This text font color is #112007.


Background Color

.myBgColor { background-color: #112007; }

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

This div background color is #112007.


Border color

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

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

This div border color is #112007.


Opacity

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

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

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

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

This text has shadow with #112007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112007 on black background.


Color preview on white background

This text has color #112007 on white background.



Black color preview on #112007 background

This text has black color on #112007 background.


White color preview on #112007 background

This text has white color on #112007 background.