COLOR #112A35

HEX: #112A35
RGB: (17,42,53)

Color info

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

RGB color model

#112A35 color RGB value is (17,42,53).

  • red value is 17;
  • green value is 42;
  • blue value is 53.
RGB:
(17,42,53)
(7%,16%,21%)

RGB channels and saturation

R 17 of 255 = 7%
G 42 of 255 = 16%
B 53 of 255 = 21%

17
42
53

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

Portions of RGB colors in percentages

R + G + B =
17 + 42 + 53 = 112 (100%)
R 17 of 112 ~ 15.18%
G 42 of 112 ~ 37.5%
B 53 of 112 ~ 47.32%

%15.18
%37.5
%47.32

CMYK color model

#112A35 color CMYK value is (68,21,0,79).

  • cyan value is 67.92%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(68,21,0,79)
C68M21Y0K79 
(68%,21%,0%,79%)
(0.68/0.21/0.00/0.79)	

CMYK percentages

%67.92
%20.75
%0
%79.22

Codes

Color #112A35 in popluar color models

112A35
RGB174253
HSL198°51.43%13.73%
HSB/HSV198°67.92%20.78%
CMYK67.92%20.75%0.00%
79.22%

Color #112A35 in popluar number systems.

HEX112A35
Decimal174253
Binary10001101010110101
Octal215265

Shades and tints

Shades of #112A35

#112A35
(17,42,53)
#102731
(16,39,49)
#0F242D
(15,36,45)
#0E2129
(14,33,41)
#0D1E25
(13,30,37)
#0C1B21
(12,27,33)
#0B181D
(11,24,29)
#0A1519
(10,21,25)
#091215
(9,18,21)
#080F11
(8,15,17)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #112A35

#112A35
(17,42,53)
#263D47
(38,61,71)
#3B5059
(59,80,89)
#50636B
(80,99,107)
#65767D
(101,118,125)
#7A898F
(122,137,143)
#8F9CA1
(143,156,161)
#A4AFB3
(164,175,179)
#B9C2C5
(185,194,197)
#CED5D7
(206,213,215)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112A35 color. Also use rgb(17,42,53) instead hex code.

Text Font Color

.myTextColor { color: #112A35; }

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

This text font color is #112A35.


Background Color

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

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

This div background color is #112A35.


Border color

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

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

This div border color is #112A35.


Opacity

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

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

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

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

This text has shadow with #112A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112A35 on black background.


Color preview on white background

This text has color #112A35 on white background.



Black color preview on #112A35 background

This text has black color on #112A35 background.


White color preview on #112A35 background

This text has white color on #112A35 background.