COLOR #112344

HEX: #112344
RGB: (17,35,68)

Color info

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

RGB color model

#112344 color RGB value is (17,35,68).

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

RGB channels and saturation

R 17 of 255 = 7%
G 35 of 255 = 14%
B 68 of 255 = 27%

17
35
68

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

Portions of RGB colors in percentages

R + G + B =
17 + 35 + 68 = 120 (100%)
R 17 of 120 ~ 14.17%
G 35 of 120 ~ 29.17%
B 68 of 120 ~ 56.67%

%14.17
%29.17
%56.67

CMYK color model

#112344 color CMYK value is (75,49,0,73).

  • cyan value is 75.00%
  • magenta value is 48.53%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(75,49,0,73)
C75M49Y0K73 
(75%,49%,0%,73%)
(0.75/0.49/0.00/0.73)	

CMYK percentages

%75
%48.53
%0
%73.33

Codes

Color #112344 in popluar color models

112344
RGB173568
HSL219°60.00%16.67%
HSB/HSV219°75.00%26.67%
CMYK75.00%48.53%0.00%
73.33%

Color #112344 in popluar number systems.

HEX112344
Decimal173568
Binary100011000111000100
Octal2143104

Shades and tints

Shades of #112344

#112344
(17,35,68)
#10203E
(16,32,62)
#0F1D38
(15,29,56)
#0E1A32
(14,26,50)
#0D172C
(13,23,44)
#0C1426
(12,20,38)
#0B1120
(11,17,32)
#0A0E1A
(10,14,26)
#090B14
(9,11,20)
#08080E
(8,8,14)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #112344

#112344
(17,35,68)
#263755
(38,55,85)
#3B4B66
(59,75,102)
#505F77
(80,95,119)
#657388
(101,115,136)
#7A8799
(122,135,153)
#8F9BAA
(143,155,170)
#A4AFBB
(164,175,187)
#B9C3CC
(185,195,204)
#CED7DD
(206,215,221)
#E3EBEE
(227,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112344; }

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

This text font color is #112344.


Background Color

.myBgColor { background-color: #112344; }

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

This div background color is #112344.


Border color

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

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

This div border color is #112344.


Opacity

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

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

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

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

This text has shadow with #112344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112344 on black background.


Color preview on white background

This text has color #112344 on white background.



Black color preview on #112344 background

This text has black color on #112344 background.


White color preview on #112344 background

This text has white color on #112344 background.