COLOR #113A20

HEX: #113A20
RGB: (17,58,32)

Color info

#113A20 contains red, green and blue colors in about the same proportion. Web safe color of #113A20 is #003333 (or #033).

RGB color model

#113A20 color RGB value is (17,58,32).

  • red value is 17;
  • green value is 58;
  • blue value is 32.
RGB:
(17,58,32)
(7%,23%,13%)

RGB channels and saturation

R 17 of 255 = 7%
G 58 of 255 = 23%
B 32 of 255 = 13%

17
58
32

R + G + B ~ 14%. #113A20 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 58 + 32 = 107 (100%)
R 17 of 107 ~ 15.89%
G 58 of 107 ~ 54.21%
B 32 of 107 ~ 29.91%

%15.89
%54.21
%29.91

CMYK color model

#113A20 color CMYK value is (71,0,45,77).

  • cyan value is 70.69%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 77.25%
CMYK:
(71,0,45,77)
C71M0Y45K77 
(71%,0%,45%,77%)
(0.71/0.00/0.45/0.77)	

CMYK percentages

%70.69
%0
%44.83
%77.25

Codes

Color #113A20 in popluar color models

113A20
RGB175832
HSL142°54.67%14.71%
HSB/HSV142°70.69%22.75%
CMYK70.69%0.00%44.83%
77.25%

Color #113A20 in popluar number systems.

HEX113A20
Decimal175832
Binary10001111010100000
Octal217240

Shades and tints

Shades of #113A20

#113A20
(17,58,32)
#10351E
(16,53,30)
#0F301C
(15,48,28)
#0E2B1A
(14,43,26)
#0D2618
(13,38,24)
#0C2116
(12,33,22)
#0B1C14
(11,28,20)
#0A1712
(10,23,18)
#091210
(9,18,16)
#080D0E
(8,13,14)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #113A20

#113A20
(17,58,32)
#264B34
(38,75,52)
#3B5C48
(59,92,72)
#506D5C
(80,109,92)
#657E70
(101,126,112)
#7A8F84
(122,143,132)
#8FA098
(143,160,152)
#A4B1AC
(164,177,172)
#B9C2C0
(185,194,192)
#CED3D4
(206,211,212)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113A20 color. Also use rgb(17,58,32) instead hex code.

Text Font Color

.myTextColor { color: #113A20; }

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

This text font color is #113A20.


Background Color

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

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

This div background color is #113A20.


Border color

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

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

This div border color is #113A20.


Opacity

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

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

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

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

This text has shadow with #113A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113A20 on black background.


Color preview on white background

This text has color #113A20 on white background.



Black color preview on #113A20 background

This text has black color on #113A20 background.


White color preview on #113A20 background

This text has white color on #113A20 background.