COLOR #113E2A

HEX: #113E2A
RGB: (17,62,42)

Color info

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

RGB color model

#113E2A color RGB value is (17,62,42).

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

RGB channels and saturation

R 17 of 255 = 7%
G 62 of 255 = 24%
B 42 of 255 = 16%

17
62
42

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

Portions of RGB colors in percentages

R + G + B =
17 + 62 + 42 = 121 (100%)
R 17 of 121 ~ 14.05%
G 62 of 121 ~ 51.24%
B 42 of 121 ~ 34.71%

%14.05
%51.24
%34.71

CMYK color model

#113E2A color CMYK value is (73,0,32,76).

  • cyan value is 72.58%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 75.69%
CMYK:
(73,0,32,76)
C73M0Y32K76 
(73%,0%,32%,76%)
(0.73/0.00/0.32/0.76)	

CMYK percentages

%72.58
%0
%32.26
%75.69

Codes

Color #113E2A in popluar color models

113E2A
RGB176242
HSL153°56.96%15.49%
HSB/HSV153°72.58%24.31%
CMYK72.58%0.00%32.26%
75.69%

Color #113E2A in popluar number systems.

HEX113E2A
Decimal176242
Binary10001111110101010
Octal217652

Shades and tints

Shades of #113E2A

#113E2A
(17,62,42)
#103927
(16,57,39)
#0F3424
(15,52,36)
#0E2F21
(14,47,33)
#0D2A1E
(13,42,30)
#0C251B
(12,37,27)
#0B2018
(11,32,24)
#0A1B15
(10,27,21)
#091612
(9,22,18)
#08110F
(8,17,15)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #113E2A

#113E2A
(17,62,42)
#264F3D
(38,79,61)
#3B6050
(59,96,80)
#507163
(80,113,99)
#658276
(101,130,118)
#7A9389
(122,147,137)
#8FA49C
(143,164,156)
#A4B5AF
(164,181,175)
#B9C6C2
(185,198,194)
#CED7D5
(206,215,213)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113E2A; }

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

This text font color is #113E2A.


Background Color

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

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

This div background color is #113E2A.


Border color

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

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

This div border color is #113E2A.


Opacity

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

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

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

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

This text has shadow with #113E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113E2A on black background.


Color preview on white background

This text has color #113E2A on white background.



Black color preview on #113E2A background

This text has black color on #113E2A background.


White color preview on #113E2A background

This text has white color on #113E2A background.