COLOR #112809

HEX: #112809
RGB: (17,40,9)

Color info

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

RGB color model

#112809 color RGB value is (17,40,9).

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

RGB channels and saturation

R 17 of 255 = 7%
G 40 of 255 = 16%
B 9 of 255 = 4%

17
40
9

R + G + B ~ 9%. #112809 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 40 + 9 = 66 (100%)
R 17 of 66 ~ 25.76%
G 40 of 66 ~ 60.61%
B 9 of 66 ~ 13.64%

%25.76
%60.61
%13.64

CMYK color model

#112809 color CMYK value is (58,0,78,84).

  • cyan value is 57.50%
  • magenta value is 0.00%
  • yellow value is 77.50%
  • key color value is 84.31%
CMYK:
(58,0,78,84)
C58M0Y78K84 
(58%,0%,78%,84%)
(0.58/0.00/0.78/0.84)	

CMYK percentages

%57.5
%0
%77.5
%84.31

Codes

Color #112809 in popluar color models

112809
RGB17409
HSL105°63.27%9.61%
HSB/HSV105°77.50%15.69%
CMYK57.50%0.00%77.50%
84.31%

Color #112809 in popluar number systems.

HEX112809
Decimal17409
Binary100011010001001
Octal215011

Shades and tints

Shades of #112809

#112809
(17,40,9)
#102509
(16,37,9)
#0F2209
(15,34,9)
#0E1F09
(14,31,9)
#0D1C09
(13,28,9)
#0C1909
(12,25,9)
#0B1609
(11,22,9)
#0A1309
(10,19,9)
#091009
(9,16,9)
#080D09
(8,13,9)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #112809

#112809
(17,40,9)
#263B1F
(38,59,31)
#3B4E35
(59,78,53)
#50614B
(80,97,75)
#657461
(101,116,97)
#7A8777
(122,135,119)
#8F9A8D
(143,154,141)
#A4ADA3
(164,173,163)
#B9C0B9
(185,192,185)
#CED3CF
(206,211,207)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112809 color. Also use rgb(17,40,9) instead hex code.

Text Font Color

.myTextColor { color: #112809; }

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

This text font color is #112809.


Background Color

.myBgColor { background-color: #112809; }

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

This div background color is #112809.


Border color

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

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

This div border color is #112809.


Opacity

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

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

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

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

This text has shadow with #112809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112809 on black background.


Color preview on white background

This text has color #112809 on white background.



Black color preview on #112809 background

This text has black color on #112809 background.


White color preview on #112809 background

This text has white color on #112809 background.