COLOR #112B30

HEX: #112B30
RGB: (17,43,48)

Color info

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

RGB color model

#112B30 color RGB value is (17,43,48).

  • red value is 17;
  • green value is 43;
  • blue value is 48.
RGB:
(17,43,48)
(7%,17%,19%)

RGB channels and saturation

R 17 of 255 = 7%
G 43 of 255 = 17%
B 48 of 255 = 19%

17
43
48

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

Portions of RGB colors in percentages

R + G + B =
17 + 43 + 48 = 108 (100%)
R 17 of 108 ~ 15.74%
G 43 of 108 ~ 39.81%
B 48 of 108 ~ 44.44%

%15.74
%39.81
%44.44

CMYK color model

#112B30 color CMYK value is (65,10,0,81).

  • cyan value is 64.58%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(65,10,0,81)
C65M10Y0K81 
(65%,10%,0%,81%)
(0.65/0.10/0.00/0.81)	

CMYK percentages

%64.58
%10.42
%0
%81.18

Codes

Color #112B30 in popluar color models

112B30
RGB174348
HSL190°47.69%12.75%
HSB/HSV190°64.58%18.82%
CMYK64.58%10.42%0.00%
81.18%

Color #112B30 in popluar number systems.

HEX112B30
Decimal174348
Binary10001101011110000
Octal215360

Shades and tints

Shades of #112B30

#112B30
(17,43,48)
#10282C
(16,40,44)
#0F2528
(15,37,40)
#0E2224
(14,34,36)
#0D1F20
(13,31,32)
#0C1C1C
(12,28,28)
#0B1918
(11,25,24)
#0A1614
(10,22,20)
#091310
(9,19,16)
#08100C
(8,16,12)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #112B30

#112B30
(17,43,48)
#263E42
(38,62,66)
#3B5154
(59,81,84)
#506466
(80,100,102)
#657778
(101,119,120)
#7A8A8A
(122,138,138)
#8F9D9C
(143,157,156)
#A4B0AE
(164,176,174)
#B9C3C0
(185,195,192)
#CED6D2
(206,214,210)
#E3E9E4
(227,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112B30 color. Also use rgb(17,43,48) instead hex code.

Text Font Color

.myTextColor { color: #112B30; }

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

This text font color is #112B30.


Background Color

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

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

This div background color is #112B30.


Border color

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

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

This div border color is #112B30.


Opacity

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

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

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

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

This text has shadow with #112B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112B30 on black background.


Color preview on white background

This text has color #112B30 on white background.



Black color preview on #112B30 background

This text has black color on #112B30 background.


White color preview on #112B30 background

This text has white color on #112B30 background.