COLOR #113E2F

HEX: #113E2F
RGB: (17,62,47)

Color info

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

RGB color model

#113E2F color RGB value is (17,62,47).

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

RGB channels and saturation

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

17
62
47

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

Portions of RGB colors in percentages

R + G + B =
17 + 62 + 47 = 126 (100%)
R 17 of 126 ~ 13.49%
G 62 of 126 ~ 49.21%
B 47 of 126 ~ 37.3%

%13.49
%49.21
%37.3

CMYK color model

#113E2F color CMYK value is (73,0,24,76).

  • cyan value is 72.58%
  • magenta value is 0.00%
  • yellow value is 24.19%
  • key color value is 75.69%
CMYK:
(73,0,24,76)
C73M0Y24K76 
(73%,0%,24%,76%)
(0.73/0.00/0.24/0.76)	

CMYK percentages

%72.58
%0
%24.19
%75.69

Codes

Color #113E2F in popluar color models

113E2F
RGB176247
HSL160°56.96%15.49%
HSB/HSV160°72.58%24.31%
CMYK72.58%0.00%24.19%
75.69%

Color #113E2F in popluar number systems.

HEX113E2F
Decimal176247
Binary10001111110101111
Octal217657

Shades and tints

Shades of #113E2F

#113E2F
(17,62,47)
#10392B
(16,57,43)
#0F3427
(15,52,39)
#0E2F23
(14,47,35)
#0D2A1F
(13,42,31)
#0C251B
(12,37,27)
#0B2017
(11,32,23)
#0A1B13
(10,27,19)
#09160F
(9,22,15)
#08110B
(8,17,11)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #113E2F

#113E2F
(17,62,47)
#264F41
(38,79,65)
#3B6053
(59,96,83)
#507165
(80,113,101)
#658277
(101,130,119)
#7A9389
(122,147,137)
#8FA49B
(143,164,155)
#A4B5AD
(164,181,173)
#B9C6BF
(185,198,191)
#CED7D1
(206,215,209)
#E3E8E3
(227,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113E2F; }

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

This text font color is #113E2F.


Background Color

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

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

This div background color is #113E2F.


Border color

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

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

This div border color is #113E2F.


Opacity

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

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

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

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

This text has shadow with #113E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113E2F on black background.


Color preview on white background

This text has color #113E2F on white background.



Black color preview on #113E2F background

This text has black color on #113E2F background.


White color preview on #113E2F background

This text has white color on #113E2F background.