COLOR #112600

HEX: #112600
RGB: (17,38,0)

Color info

#112600 contains only red and green colors. Web safe color of #112600 is #003300 (or #030).

RGB color model

#112600 color RGB value is (17,38,0).

  • red value is 17;
  • green value is 38;
  • blue value is 0.
RGB:
(17,38,0)
(7%,15%,0%)

RGB channels and saturation

R 17 of 255 = 7%
G 38 of 255 = 15%
B 0 of 255 = 0%

17
38
0

R + G + B ~ 7%. #112600 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 38 + 0 = 55 (100%)
R 17 of 55 ~ 30.91%
G 38 of 55 ~ 69.09%
B 0 of 55 ~ 0%

%30.91
%69.09

CMYK color model

#112600 color CMYK value is (55,0,100,85).

  • cyan value is 55.26%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 85.10%
CMYK:
(55,0,100,85)
C55M0Y100K85 
(55%,0%,100%,85%)
(0.55/0.00/1.00/0.85)	

CMYK percentages

%55.26
%0
%100
%85.1

Codes

Color #112600 in popluar color models

112600
RGB17380
HSL93°100.00%7.45%
HSB/HSV93°100.00%14.90%
CMYK55.26%0.00%100.00%
85.10%

Color #112600 in popluar number systems.

HEX112600
Decimal17380
Binary100011001100
Octal21460

Shades and tints

Shades of #112600

#112600
(17,38,0)
#102300
(16,35,0)
#0F2000
(15,32,0)
#0E1D00
(14,29,0)
#0D1A00
(13,26,0)
#0C1700
(12,23,0)
#0B1400
(11,20,0)
#0A1100
(10,17,0)
#090E00
(9,14,0)
#080B00
(8,11,0)
#070800
(7,8,0)
#000000
(0,0,0)

Tints of #112600

#112600
(17,38,0)
#263917
(38,57,23)
#3B4C2E
(59,76,46)
#505F45
(80,95,69)
#65725C
(101,114,92)
#7A8573
(122,133,115)
#8F988A
(143,152,138)
#A4ABA1
(164,171,161)
#B9BEB8
(185,190,184)
#CED1CF
(206,209,207)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112600 color. Also use rgb(17,38,0) instead hex code.

Text Font Color

.myTextColor { color: #112600; }

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

This text font color is #112600.


Background Color

.myBgColor { background-color: #112600; }

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

This div background color is #112600.


Border color

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

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

This div border color is #112600.


Opacity

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

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

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

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

This text has shadow with #112600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112600 on black background.


Color preview on white background

This text has color #112600 on white background.



Black color preview on #112600 background

This text has black color on #112600 background.


White color preview on #112600 background

This text has white color on #112600 background.