COLOR #113604

HEX: #113604
RGB: (17,54,4)

Color info

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

RGB color model

#113604 color RGB value is (17,54,4).

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

RGB channels and saturation

R 17 of 255 = 7%
G 54 of 255 = 21%
B 4 of 255 = 2%

17
54
4

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

Portions of RGB colors in percentages

R + G + B =
17 + 54 + 4 = 75 (100%)
R 17 of 75 ~ 22.67%
G 54 of 75 ~ 72%
B 4 of 75 ~ 5.33%

%22.67
%72

CMYK color model

#113604 color CMYK value is (69,0,93,79).

  • cyan value is 68.52%
  • magenta value is 0.00%
  • yellow value is 92.59%
  • key color value is 78.82%
CMYK:
(69,0,93,79)
C69M0Y93K79 
(69%,0%,93%,79%)
(0.69/0.00/0.93/0.79)	

CMYK percentages

%68.52
%0
%92.59
%78.82

Codes

Color #113604 in popluar color models

113604
RGB17544
HSL104°86.21%11.37%
HSB/HSV104°92.59%21.18%
CMYK68.52%0.00%92.59%
78.82%

Color #113604 in popluar number systems.

HEX113604
Decimal17544
Binary10001110110100
Octal21664

Shades and tints

Shades of #113604

#113604
(17,54,4)
#103204
(16,50,4)
#0F2E04
(15,46,4)
#0E2A04
(14,42,4)
#0D2604
(13,38,4)
#0C2204
(12,34,4)
#0B1E04
(11,30,4)
#0A1A04
(10,26,4)
#091604
(9,22,4)
#081204
(8,18,4)
#070E04
(7,14,4)
#000000
(0,0,0)

Tints of #113604

#113604
(17,54,4)
#26481A
(38,72,26)
#3B5A30
(59,90,48)
#506C46
(80,108,70)
#657E5C
(101,126,92)
#7A9072
(122,144,114)
#8FA288
(143,162,136)
#A4B49E
(164,180,158)
#B9C6B4
(185,198,180)
#CED8CA
(206,216,202)
#E3EAE0
(227,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113604; }

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

This text font color is #113604.


Background Color

.myBgColor { background-color: #113604; }

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

This div background color is #113604.


Border color

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

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

This div border color is #113604.


Opacity

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

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

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

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

This text has shadow with #113604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113604 on black background.


Color preview on white background

This text has color #113604 on white background.



Black color preview on #113604 background

This text has black color on #113604 background.


White color preview on #113604 background

This text has white color on #113604 background.