COLOR #113009

HEX: #113009
RGB: (17,48,9)

Color info

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

RGB color model

#113009 color RGB value is (17,48,9).

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

RGB channels and saturation

R 17 of 255 = 7%
G 48 of 255 = 19%
B 9 of 255 = 4%

17
48
9

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

Portions of RGB colors in percentages

R + G + B =
17 + 48 + 9 = 74 (100%)
R 17 of 74 ~ 22.97%
G 48 of 74 ~ 64.86%
B 9 of 74 ~ 12.16%

%22.97
%64.86
%12.16

CMYK color model

#113009 color CMYK value is (65,0,81,81).

  • cyan value is 64.58%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 81.18%
CMYK:
(65,0,81,81)
C65M0Y81K81 
(65%,0%,81%,81%)
(0.65/0.00/0.81/0.81)	

CMYK percentages

%64.58
%0
%81.25
%81.18

Codes

Color #113009 in popluar color models

113009
RGB17489
HSL108°68.42%11.18%
HSB/HSV108°81.25%18.82%
CMYK64.58%0.00%81.25%
81.18%

Color #113009 in popluar number systems.

HEX113009
Decimal17489
Binary100011100001001
Octal216011

Shades and tints

Shades of #113009

#113009
(17,48,9)
#102C09
(16,44,9)
#0F2809
(15,40,9)
#0E2409
(14,36,9)
#0D2009
(13,32,9)
#0C1C09
(12,28,9)
#0B1809
(11,24,9)
#0A1409
(10,20,9)
#091009
(9,16,9)
#080C09
(8,12,9)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #113009

#113009
(17,48,9)
#26421F
(38,66,31)
#3B5435
(59,84,53)
#50664B
(80,102,75)
#657861
(101,120,97)
#7A8A77
(122,138,119)
#8F9C8D
(143,156,141)
#A4AEA3
(164,174,163)
#B9C0B9
(185,192,185)
#CED2CF
(206,210,207)
#E3E4E5
(227,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113009; }

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

This text font color is #113009.


Background Color

.myBgColor { background-color: #113009; }

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

This div background color is #113009.


Border color

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

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

This div border color is #113009.


Opacity

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

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

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

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

This text has shadow with #113009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113009 on black background.


Color preview on white background

This text has color #113009 on white background.



Black color preview on #113009 background

This text has black color on #113009 background.


White color preview on #113009 background

This text has white color on #113009 background.