COLOR #112A28

HEX: #112A28
RGB: (17,42,40)

Color info

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

RGB color model

#112A28 color RGB value is (17,42,40).

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

RGB channels and saturation

R 17 of 255 = 7%
G 42 of 255 = 16%
B 40 of 255 = 16%

17
42
40

R + G + B ~ 13%. #112A28 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 42 + 40 = 99 (100%)
R 17 of 99 ~ 17.17%
G 42 of 99 ~ 42.42%
B 40 of 99 ~ 40.4%

%17.17
%42.42
%40.4

CMYK color model

#112A28 color CMYK value is (60,0,5,84).

  • cyan value is 59.52%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 83.53%
CMYK:
(60,0,5,84)
C60M0Y5K84 
(60%,0%,5%,84%)
(0.60/0.00/0.05/0.84)	

CMYK percentages

%59.52
%0
%4.76
%83.53

Codes

Color #112A28 in popluar color models

112A28
RGB174240
HSL175°42.37%11.57%
HSB/HSV175°59.52%16.47%
CMYK59.52%0.00%4.76%
83.53%

Color #112A28 in popluar number systems.

HEX112A28
Decimal174240
Binary10001101010101000
Octal215250

Shades and tints

Shades of #112A28

#112A28
(17,42,40)
#102725
(16,39,37)
#0F2422
(15,36,34)
#0E211F
(14,33,31)
#0D1E1C
(13,30,28)
#0C1B19
(12,27,25)
#0B1816
(11,24,22)
#0A1513
(10,21,19)
#091210
(9,18,16)
#080F0D
(8,15,13)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #112A28

#112A28
(17,42,40)
#263D3B
(38,61,59)
#3B504E
(59,80,78)
#506361
(80,99,97)
#657674
(101,118,116)
#7A8987
(122,137,135)
#8F9C9A
(143,156,154)
#A4AFAD
(164,175,173)
#B9C2C0
(185,194,192)
#CED5D3
(206,213,211)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112A28; }

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

This text font color is #112A28.


Background Color

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

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

This div background color is #112A28.


Border color

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

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

This div border color is #112A28.


Opacity

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

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

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

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

This text has shadow with #112A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112A28 on black background.


Color preview on white background

This text has color #112A28 on white background.



Black color preview on #112A28 background

This text has black color on #112A28 background.


White color preview on #112A28 background

This text has white color on #112A28 background.