COLOR #113209

HEX: #113209
RGB: (17,50,9)

Color info

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

RGB color model

#113209 color RGB value is (17,50,9).

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

RGB channels and saturation

R 17 of 255 = 7%
G 50 of 255 = 20%
B 9 of 255 = 4%

17
50
9

R + G + B ~ 10%. #113209 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 50 + 9 = 76 (100%)
R 17 of 76 ~ 22.37%
G 50 of 76 ~ 65.79%
B 9 of 76 ~ 11.84%

%22.37
%65.79
%11.84

CMYK color model

#113209 color CMYK value is (66,0,82,80).

  • cyan value is 66.00%
  • magenta value is 0.00%
  • yellow value is 82.00%
  • key color value is 80.39%
CMYK:
(66,0,82,80)
C66M0Y82K80 
(66%,0%,82%,80%)
(0.66/0.00/0.82/0.80)	

CMYK percentages

%66
%0
%82
%80.39

Codes

Color #113209 in popluar color models

113209
RGB17509
HSL108°69.49%11.57%
HSB/HSV108°82.00%19.61%
CMYK66.00%0.00%82.00%
80.39%

Color #113209 in popluar number systems.

HEX113209
Decimal17509
Binary100011100101001
Octal216211

Shades and tints

Shades of #113209

#113209
(17,50,9)
#102E09
(16,46,9)
#0F2A09
(15,42,9)
#0E2609
(14,38,9)
#0D2209
(13,34,9)
#0C1E09
(12,30,9)
#0B1A09
(11,26,9)
#0A1609
(10,22,9)
#091209
(9,18,9)
#080E09
(8,14,9)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #113209

#113209
(17,50,9)
#26441F
(38,68,31)
#3B5635
(59,86,53)
#50684B
(80,104,75)
#657A61
(101,122,97)
#7A8C77
(122,140,119)
#8F9E8D
(143,158,141)
#A4B0A3
(164,176,163)
#B9C2B9
(185,194,185)
#CED4CF
(206,212,207)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113209; }

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

This text font color is #113209.


Background Color

.myBgColor { background-color: #113209; }

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

This div background color is #113209.


Border color

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

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

This div border color is #113209.


Opacity

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

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

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

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

This text has shadow with #113209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113209 on black background.


Color preview on white background

This text has color #113209 on white background.



Black color preview on #113209 background

This text has black color on #113209 background.


White color preview on #113209 background

This text has white color on #113209 background.