COLOR #112C33

HEX: #112C33
RGB: (17,44,51)

Color info

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

RGB color model

#112C33 color RGB value is (17,44,51).

  • red value is 17;
  • green value is 44;
  • blue value is 51.
RGB:
(17,44,51)
(7%,17%,20%)

RGB channels and saturation

R 17 of 255 = 7%
G 44 of 255 = 17%
B 51 of 255 = 20%

17
44
51

R + G + B ~ 15%. #112C33 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 44 + 51 = 112 (100%)
R 17 of 112 ~ 15.18%
G 44 of 112 ~ 39.29%
B 51 of 112 ~ 45.54%

%15.18
%39.29
%45.54

CMYK color model

#112C33 color CMYK value is (67,14,0,80).

  • cyan value is 66.67%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(67,14,0,80)
C67M14Y0K80 
(67%,14%,0%,80%)
(0.67/0.14/0.00/0.80)	

CMYK percentages

%66.67
%13.73
%0
%80

Codes

Color #112C33 in popluar color models

112C33
RGB174451
HSL192°50.00%13.33%
HSB/HSV192°66.67%20.00%
CMYK66.67%13.73%0.00%
80.00%

Color #112C33 in popluar number systems.

HEX112C33
Decimal174451
Binary10001101100110011
Octal215463

Shades and tints

Shades of #112C33

#112C33
(17,44,51)
#10282F
(16,40,47)
#0F242B
(15,36,43)
#0E2027
(14,32,39)
#0D1C23
(13,28,35)
#0C181F
(12,24,31)
#0B141B
(11,20,27)
#0A1017
(10,16,23)
#090C13
(9,12,19)
#08080F
(8,8,15)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #112C33

#112C33
(17,44,51)
#263F45
(38,63,69)
#3B5257
(59,82,87)
#506569
(80,101,105)
#65787B
(101,120,123)
#7A8B8D
(122,139,141)
#8F9E9F
(143,158,159)
#A4B1B1
(164,177,177)
#B9C4C3
(185,196,195)
#CED7D5
(206,215,213)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112C33 color. Also use rgb(17,44,51) instead hex code.

Text Font Color

.myTextColor { color: #112C33; }

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

This text font color is #112C33.


Background Color

.myBgColor { background-color: #112C33; }

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

This div background color is #112C33.


Border color

.myBorderColor { border: 1px solid #112C33; }

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

This div border color is #112C33.


Opacity

.myOpacity80 { color: #112C33; opacity: 0.8; }

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

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

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

This text has shadow with #112C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112C33 on black background.


Color preview on white background

This text has color #112C33 on white background.



Black color preview on #112C33 background

This text has black color on #112C33 background.


White color preview on #112C33 background

This text has white color on #112C33 background.