COLOR #113208

HEX: #113208
RGB: (17,50,8)

Color info

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

RGB color model

#113208 color RGB value is (17,50,8).

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

RGB channels and saturation

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

17
50
8

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

Portions of RGB colors in percentages

R + G + B =
17 + 50 + 8 = 75 (100%)
R 17 of 75 ~ 22.67%
G 50 of 75 ~ 66.67%
B 8 of 75 ~ 10.67%

%22.67
%66.67
%10.67

CMYK color model

#113208 color CMYK value is (66,0,84,80).

  • cyan value is 66.00%
  • magenta value is 0.00%
  • yellow value is 84.00%
  • key color value is 80.39%
CMYK:
(66,0,84,80)
C66M0Y84K80 
(66%,0%,84%,80%)
(0.66/0.00/0.84/0.80)	

CMYK percentages

%66
%0
%84
%80.39

Codes

Color #113208 in popluar color models

113208
RGB17508
HSL107°72.41%11.37%
HSB/HSV107°84.00%19.61%
CMYK66.00%0.00%84.00%
80.39%

Color #113208 in popluar number systems.

HEX113208
Decimal17508
Binary100011100101000
Octal216210

Shades and tints

Shades of #113208

#113208
(17,50,8)
#102E08
(16,46,8)
#0F2A08
(15,42,8)
#0E2608
(14,38,8)
#0D2208
(13,34,8)
#0C1E08
(12,30,8)
#0B1A08
(11,26,8)
#0A1608
(10,22,8)
#091208
(9,18,8)
#080E08
(8,14,8)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #113208

#113208
(17,50,8)
#26441E
(38,68,30)
#3B5634
(59,86,52)
#50684A
(80,104,74)
#657A60
(101,122,96)
#7A8C76
(122,140,118)
#8F9E8C
(143,158,140)
#A4B0A2
(164,176,162)
#B9C2B8
(185,194,184)
#CED4CE
(206,212,206)
#E3E6E4
(227,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113208; }

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

This text font color is #113208.


Background Color

.myBgColor { background-color: #113208; }

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

This div background color is #113208.


Border color

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

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

This div border color is #113208.


Opacity

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

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

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

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

This text has shadow with #113208 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113208 on black background.


Color preview on white background

This text has color #113208 on white background.



Black color preview on #113208 background

This text has black color on #113208 background.


White color preview on #113208 background

This text has white color on #113208 background.