COLOR #113E2C

HEX: #113E2C RGB: (17,62,44)

Color info

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

RGB color model

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

RGB: (17,62,44) (7%, 24%, 17%)

RGB channels and saturation

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

17
62
44

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

Portions of RGB colors in percentages

R + G + B = 17 + 62 + 44 = 123 (100%)
R 17 of 123 ~ 13.82%
G 62 of 123 ~ 50.41%
B 44 of 123 ~ 35.77'%

%13.82
%50.41
%35.77

CMYK color model

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

  • cyan value is 72.58%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 75.69%

CMYK: (73,0,29,76)
C73M0Y29K76 (73%, 0%, 29%, 76%)
(0.73 / 0.00 / 0.29 / 0.76)

CMYK percentages

%72.58
%0
%29.03
%75.69

Codes

Color #113E2C in popluar color models

11 3E 2C
RGB 17 62 44
HSL 156° 56.96% 15.49%
HSB/HSV 156° 72.58% 24.31%
CMYK 72.58% 0.00% 29.03%
75.69%

Color #113E2C in popluar number systems.

HEX 11 3E 2C
Decimal 17 62 44
Binary 10001 111110 101100
Octal 21 76 54

Shades and tints

Shades of #113E2C

#113E2C
(17,62,44)
#103928
(16,57,40)
#0F3424
(15,52,36)
#0E2F20
(14,47,32)
#0D2A1C
(13,42,28)
#0C2518
(12,37,24)
#0B2014
(11,32,20)
#0A1B10
(10,27,16)
#09160C
(9,22,12)
#081108
(8,17,8)
#070C04
(7,12,4)
#000000
(0,0,0)

Tints of #113E2C

#113E2C
(17,62,44)
#264F3F
(38,79,63)
#3B6052
(59,96,82)
#507165
(80,113,101)
#658278
(101,130,120)
#7A938B
(122,147,139)
#8FA49E
(143,164,158)
#A4B5B1
(164,181,177)
#B9C6C4
(185,198,196)
#CED7D7
(206,215,215)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113E2C; }

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

This text font color is #113E2C.

Background Color

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

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

This div background color is #113E2C.

Border color

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

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

This div border color is #113E2C.

Opacity

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

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

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

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

This text has shadow with #113E2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #113E2C.

Preview

Color preview on black background

This text has color #113E2C on black background.


Color preview on white background

This text has color #113E2C on white background.


Black color preview on #113E2C background

This text has black color on #113E2C background.


White color preview on #113E2C background

This text has white color on #113E2C background.


Related colors

Complementary color

Complementary color for #hex is #EEC1D3.


I love getcolorcode.com

Triadic colors

1 #2C113E and #3E2C11 with #113E2C are triadic colors.

2 #2C3E11 and #3E112C with #113E2C are triadic colors.