COLOR #112339

HEX: #112339
RGB: (17,35,57)

Color info

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

RGB color model

#112339 color RGB value is (17,35,57).

  • red value is 17;
  • green value is 35;
  • blue value is 57.
RGB:
(17,35,57)
(7%,14%,22%)

RGB channels and saturation

R 17 of 255 = 7%
G 35 of 255 = 14%
B 57 of 255 = 22%

17
35
57

R + G + B ~ 14%. #112339 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 35 + 57 = 109 (100%)
R 17 of 109 ~ 15.6%
G 35 of 109 ~ 32.11%
B 57 of 109 ~ 52.29%

%15.6
%32.11
%52.29

CMYK color model

#112339 color CMYK value is (70,39,0,78).

  • cyan value is 70.18%
  • magenta value is 38.60%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(70,39,0,78)
C70M39Y0K78 
(70%,39%,0%,78%)
(0.70/0.39/0.00/0.78)	

CMYK percentages

%70.18
%38.6
%0
%77.65

Codes

Color #112339 in popluar color models

112339
RGB173557
HSL213°54.05%14.51%
HSB/HSV213°70.18%22.35%
CMYK70.18%38.60%0.00%
77.65%

Color #112339 in popluar number systems.

HEX112339
Decimal173557
Binary10001100011111001
Octal214371

Shades and tints

Shades of #112339

#112339
(17,35,57)
#102034
(16,32,52)
#0F1D2F
(15,29,47)
#0E1A2A
(14,26,42)
#0D1725
(13,23,37)
#0C1420
(12,20,32)
#0B111B
(11,17,27)
#0A0E16
(10,14,22)
#090B11
(9,11,17)
#08080C
(8,8,12)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #112339

#112339
(17,35,57)
#26374B
(38,55,75)
#3B4B5D
(59,75,93)
#505F6F
(80,95,111)
#657381
(101,115,129)
#7A8793
(122,135,147)
#8F9BA5
(143,155,165)
#A4AFB7
(164,175,183)
#B9C3C9
(185,195,201)
#CED7DB
(206,215,219)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112339 color. Also use rgb(17,35,57) instead hex code.

Text Font Color

.myTextColor { color: #112339; }

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

This text font color is #112339.


Background Color

.myBgColor { background-color: #112339; }

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

This div background color is #112339.


Border color

.myBorderColor { border: 1px solid #112339; }

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

This div border color is #112339.


Opacity

.myOpacity80 { color: #112339; opacity: 0.8; }

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

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

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

This text has shadow with #112339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112339 on black background.


Color preview on white background

This text has color #112339 on white background.



Black color preview on #112339 background

This text has black color on #112339 background.


White color preview on #112339 background

This text has white color on #112339 background.