COLOR #113E3E

HEX: #113E3E
RGB: (17,62,62)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

17
62
62

R + G + B ~ 18%. #113E3E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 62 + 62 = 141 (100%)
R 17 of 141 ~ 12.06%
G 62 of 141 ~ 43.97%
B 62 of 141 ~ 43.97%

%12.06
%43.97
%43.97

CMYK color model

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

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

CMYK percentages

%72.58
%0
%0
%75.69

Codes

Color #113E3E in popluar color models

113E3E
RGB176262
HSL180°56.96%15.49%
HSB/HSV180°72.58%24.31%
CMYK72.58%0.00%0.00%
75.69%

Color #113E3E in popluar number systems.

HEX113E3E
Decimal176262
Binary10001111110111110
Octal217676

Shades and tints

Shades of #113E3E

#113E3E
(17,62,62)
#103939
(16,57,57)
#0F3434
(15,52,52)
#0E2F2F
(14,47,47)
#0D2A2A
(13,42,42)
#0C2525
(12,37,37)
#0B2020
(11,32,32)
#0A1B1B
(10,27,27)
#091616
(9,22,22)
#081111
(8,17,17)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #113E3E

#113E3E
(17,62,62)
#264F4F
(38,79,79)
#3B6060
(59,96,96)
#507171
(80,113,113)
#658282
(101,130,130)
#7A9393
(122,147,147)
#8FA4A4
(143,164,164)
#A4B5B5
(164,181,181)
#B9C6C6
(185,198,198)
#CED7D7
(206,215,215)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113E3E; }

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

This text font color is #113E3E.


Background Color

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

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

This div background color is #113E3E.


Border color

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

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

This div border color is #113E3E.


Opacity

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

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

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

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

This text has shadow with #113E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113E3E on black background.


Color preview on white background

This text has color #113E3E on white background.



Black color preview on #113E3E background

This text has black color on #113E3E background.


White color preview on #113E3E background

This text has white color on #113E3E background.