COLOR #112D3D

HEX: #112D3D
RGB: (17,45,61)

Color info

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

RGB color model

#112D3D color RGB value is (17,45,61).

  • red value is 17;
  • green value is 45;
  • blue value is 61.
RGB:
(17,45,61)
(7%,18%,24%)

RGB channels and saturation

R 17 of 255 = 7%
G 45 of 255 = 18%
B 61 of 255 = 24%

17
45
61

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

Portions of RGB colors in percentages

R + G + B =
17 + 45 + 61 = 123 (100%)
R 17 of 123 ~ 13.82%
G 45 of 123 ~ 36.59%
B 61 of 123 ~ 49.59%

%13.82
%36.59
%49.59

CMYK color model

#112D3D color CMYK value is (72,26,0,76).

  • cyan value is 72.13%
  • magenta value is 26.23%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(72,26,0,76)
C72M26Y0K76 
(72%,26%,0%,76%)
(0.72/0.26/0.00/0.76)	

CMYK percentages

%72.13
%26.23
%0
%76.08

Codes

Color #112D3D in popluar color models

112D3D
RGB174561
HSL202°56.41%15.29%
HSB/HSV202°72.13%23.92%
CMYK72.13%26.23%0.00%
76.08%

Color #112D3D in popluar number systems.

HEX112D3D
Decimal174561
Binary10001101101111101
Octal215575

Shades and tints

Shades of #112D3D

#112D3D
(17,45,61)
#102938
(16,41,56)
#0F2533
(15,37,51)
#0E212E
(14,33,46)
#0D1D29
(13,29,41)
#0C1924
(12,25,36)
#0B151F
(11,21,31)
#0A111A
(10,17,26)
#090D15
(9,13,21)
#080910
(8,9,16)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #112D3D

#112D3D
(17,45,61)
#26404E
(38,64,78)
#3B535F
(59,83,95)
#506670
(80,102,112)
#657981
(101,121,129)
#7A8C92
(122,140,146)
#8F9FA3
(143,159,163)
#A4B2B4
(164,178,180)
#B9C5C5
(185,197,197)
#CED8D6
(206,216,214)
#E3EBE7
(227,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112D3D color. Also use rgb(17,45,61) instead hex code.

Text Font Color

.myTextColor { color: #112D3D; }

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

This text font color is #112D3D.


Background Color

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

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

This div background color is #112D3D.


Border color

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

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

This div border color is #112D3D.


Opacity

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

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

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

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

This text has shadow with #112D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112D3D on black background.


Color preview on white background

This text has color #112D3D on white background.



Black color preview on #112D3D background

This text has black color on #112D3D background.


White color preview on #112D3D background

This text has white color on #112D3D background.