COLOR #113C42

HEX: #113C42 RGB: (17,60,66)

Color info

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

RGB color model

#113C42 color RGB value is (17,60,66).

RGB: (17,60,66) (7%, 24%, 26%)

RGB channels and saturation

R 17 of 255 = 7%
G 60 of 255 = 24%
B 66 of 255 = 26%

17
60
66

R + G + B ~ 19%. #113C42 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 60 + 66 = 143 (100%)
R 17 of 143 ~ 11.89%
G 60 of 143 ~ 41.96%
B 66 of 143 ~ 46.15'%

%11.89
%41.96
%46.15

CMYK color model

#113C42 color CMYK value is (74,9,0,74).

  • cyan value is 74.24%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (74,9,0,74)
C74M9Y0K74 (74%, 9%, 0%, 74%)
(0.74 / 0.09 / 0.00 / 0.74)

CMYK percentages

%74.24
%9.09
%0
%74.12

Codes

Color #113C42 in popluar color models

11 3C 42
RGB 17 60 66
HSL 187° 59.04% 16.27%
HSB/HSV 187° 74.24% 25.88%
CMYK 74.24% 9.09% 0.00%
74.12%

Color #113C42 in popluar number systems.

HEX 11 3C 42
Decimal 17 60 66
Binary 10001 111100 1000010
Octal 21 74 102

Shades and tints

Shades of #113C42

#113C42
(17,60,66)
#10373C
(16,55,60)
#0F3236
(15,50,54)
#0E2D30
(14,45,48)
#0D282A
(13,40,42)
#0C2324
(12,35,36)
#0B1E1E
(11,30,30)
#0A1918
(10,25,24)
#091412
(9,20,18)
#080F0C
(8,15,12)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #113C42

#113C42
(17,60,66)
#264D53
(38,77,83)
#3B5E64
(59,94,100)
#506F75
(80,111,117)
#658086
(101,128,134)
#7A9197
(122,145,151)
#8FA2A8
(143,162,168)
#A4B3B9
(164,179,185)
#B9C4CA
(185,196,202)
#CED5DB
(206,213,219)
#E3E6EC
(227,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113C42; }

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

This text font color is #113C42.

Background Color

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

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

This div background color is #113C42.

Border color

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

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

This div border color is #113C42.

Opacity

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

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

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

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

This text has shadow with #113C42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #113C42.

Preview

Color preview on black background

This text has color #113C42 on black background.


Color preview on white background

This text has color #113C42 on white background.


Black color preview on #113C42 background

This text has black color on #113C42 background.


White color preview on #113C42 background

This text has white color on #113C42 background.


Related colors

Complementary color

Complementary color for #hex is #EEC3BD.


I love getcolorcode.com

Triadic colors

1 #42113C and #3C4211 with #113C42 are triadic colors.

2 #423C11 and #3C1142 with #113C42 are triadic colors.