COLOR #113C2F

HEX: #113C2F
RGB: (17,60,47)

Color info

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

RGB color model

#113C2F color RGB value is (17,60,47).

  • red value is 17;
  • green value is 60;
  • blue value is 47.
RGB:
(17,60,47)
(7%,24%,18%)

RGB channels and saturation

R 17 of 255 = 7%
G 60 of 255 = 24%
B 47 of 255 = 18%

17
60
47

R + G + B ~ 16%. #113C2F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 60 + 47 = 124 (100%)
R 17 of 124 ~ 13.71%
G 60 of 124 ~ 48.39%
B 47 of 124 ~ 37.9%

%13.71
%48.39
%37.9

CMYK color model

#113C2F color CMYK value is (72,0,22,76).

  • cyan value is 71.67%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 76.47%
CMYK:
(72,0,22,76)
C72M0Y22K76 
(72%,0%,22%,76%)
(0.72/0.00/0.22/0.76)	

CMYK percentages

%71.67
%0
%21.67
%76.47

Codes

Color #113C2F in popluar color models

113C2F
RGB176047
HSL162°55.84%15.10%
HSB/HSV162°71.67%23.53%
CMYK71.67%0.00%21.67%
76.47%

Color #113C2F in popluar number systems.

HEX113C2F
Decimal176047
Binary10001111100101111
Octal217457

Shades and tints

Shades of #113C2F

#113C2F
(17,60,47)
#10372B
(16,55,43)
#0F3227
(15,50,39)
#0E2D23
(14,45,35)
#0D281F
(13,40,31)
#0C231B
(12,35,27)
#0B1E17
(11,30,23)
#0A1913
(10,25,19)
#09140F
(9,20,15)
#080F0B
(8,15,11)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #113C2F

#113C2F
(17,60,47)
#264D41
(38,77,65)
#3B5E53
(59,94,83)
#506F65
(80,111,101)
#658077
(101,128,119)
#7A9189
(122,145,137)
#8FA29B
(143,162,155)
#A4B3AD
(164,179,173)
#B9C4BF
(185,196,191)
#CED5D1
(206,213,209)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113C2F color. Also use rgb(17,60,47) instead hex code.

Text Font Color

.myTextColor { color: #113C2F; }

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

This text font color is #113C2F.


Background Color

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

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

This div background color is #113C2F.


Border color

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

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

This div border color is #113C2F.


Opacity

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

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

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

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

This text has shadow with #113C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113C2F on black background.


Color preview on white background

This text has color #113C2F on white background.



Black color preview on #113C2F background

This text has black color on #113C2F background.


White color preview on #113C2F background

This text has white color on #113C2F background.