COLOR #113D10

HEX: #113D10
RGB: (17,61,16)

Color info

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

RGB color model

#113D10 color RGB value is (17,61,16).

  • red value is 17;
  • green value is 61;
  • blue value is 16.
RGB:
(17,61,16)
(7%,24%,6%)

RGB channels and saturation

R 17 of 255 = 7%
G 61 of 255 = 24%
B 16 of 255 = 6%

17
61
16

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

Portions of RGB colors in percentages

R + G + B =
17 + 61 + 16 = 94 (100%)
R 17 of 94 ~ 18.09%
G 61 of 94 ~ 64.89%
B 16 of 94 ~ 17.02%

%18.09
%64.89
%17.02

CMYK color model

#113D10 color CMYK value is (72,0,74,76).

  • cyan value is 72.13%
  • magenta value is 0.00%
  • yellow value is 73.77%
  • key color value is 76.08%
CMYK:
(72,0,74,76)
C72M0Y74K76 
(72%,0%,74%,76%)
(0.72/0.00/0.74/0.76)	

CMYK percentages

%72.13
%0
%73.77
%76.08

Codes

Color #113D10 in popluar color models

113D10
RGB176116
HSL119°58.44%15.10%
HSB/HSV119°73.77%23.92%
CMYK72.13%0.00%73.77%
76.08%

Color #113D10 in popluar number systems.

HEX113D10
Decimal176116
Binary1000111110110000
Octal217520

Shades and tints

Shades of #113D10

#113D10
(17,61,16)
#10380F
(16,56,15)
#0F330E
(15,51,14)
#0E2E0D
(14,46,13)
#0D290C
(13,41,12)
#0C240B
(12,36,11)
#0B1F0A
(11,31,10)
#0A1A09
(10,26,9)
#091508
(9,21,8)
#081007
(8,16,7)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #113D10

#113D10
(17,61,16)
#264E25
(38,78,37)
#3B5F3A
(59,95,58)
#50704F
(80,112,79)
#658164
(101,129,100)
#7A9279
(122,146,121)
#8FA38E
(143,163,142)
#A4B4A3
(164,180,163)
#B9C5B8
(185,197,184)
#CED6CD
(206,214,205)
#E3E7E2
(227,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113D10 color. Also use rgb(17,61,16) instead hex code.

Text Font Color

.myTextColor { color: #113D10; }

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

This text font color is #113D10.


Background Color

.myBgColor { background-color: #113D10; }

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

This div background color is #113D10.


Border color

.myBorderColor { border: 1px solid #113D10; }

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

This div border color is #113D10.


Opacity

.myOpacity80 { color: #113D10; opacity: 0.8; }

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

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

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

This text has shadow with #113D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113D10 on black background.


Color preview on white background

This text has color #113D10 on white background.



Black color preview on #113D10 background

This text has black color on #113D10 background.


White color preview on #113D10 background

This text has white color on #113D10 background.