COLOR #113616

HEX: #113616
RGB: (17,54,22)

Color info

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

RGB color model

#113616 color RGB value is (17,54,22).

  • red value is 17;
  • green value is 54;
  • blue value is 22.
RGB:
(17,54,22)
(7%,21%,9%)

RGB channels and saturation

R 17 of 255 = 7%
G 54 of 255 = 21%
B 22 of 255 = 9%

17
54
22

R + G + B ~ 12%. #113616 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 54 + 22 = 93 (100%)
R 17 of 93 ~ 18.28%
G 54 of 93 ~ 58.06%
B 22 of 93 ~ 23.66%

%18.28
%58.06
%23.66

CMYK color model

#113616 color CMYK value is (69,0,59,79).

  • cyan value is 68.52%
  • magenta value is 0.00%
  • yellow value is 59.26%
  • key color value is 78.82%
CMYK:
(69,0,59,79)
C69M0Y59K79 
(69%,0%,59%,79%)
(0.69/0.00/0.59/0.79)	

CMYK percentages

%68.52
%0
%59.26
%78.82

Codes

Color #113616 in popluar color models

113616
RGB175422
HSL128°52.11%13.92%
HSB/HSV128°68.52%21.18%
CMYK68.52%0.00%59.26%
78.82%

Color #113616 in popluar number systems.

HEX113616
Decimal175422
Binary1000111011010110
Octal216626

Shades and tints

Shades of #113616

#113616
(17,54,22)
#103214
(16,50,20)
#0F2E12
(15,46,18)
#0E2A10
(14,42,16)
#0D260E
(13,38,14)
#0C220C
(12,34,12)
#0B1E0A
(11,30,10)
#0A1A08
(10,26,8)
#091606
(9,22,6)
#081204
(8,18,4)
#070E02
(7,14,2)
#000000
(0,0,0)

Tints of #113616

#113616
(17,54,22)
#26482B
(38,72,43)
#3B5A40
(59,90,64)
#506C55
(80,108,85)
#657E6A
(101,126,106)
#7A907F
(122,144,127)
#8FA294
(143,162,148)
#A4B4A9
(164,180,169)
#B9C6BE
(185,198,190)
#CED8D3
(206,216,211)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113616 color. Also use rgb(17,54,22) instead hex code.

Text Font Color

.myTextColor { color: #113616; }

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

This text font color is #113616.


Background Color

.myBgColor { background-color: #113616; }

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

This div background color is #113616.


Border color

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

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

This div border color is #113616.


Opacity

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

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

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

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

This text has shadow with #113616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113616 on black background.


Color preview on white background

This text has color #113616 on white background.



Black color preview on #113616 background

This text has black color on #113616 background.


White color preview on #113616 background

This text has white color on #113616 background.