COLOR #112A23

HEX: #112A23 RGB: (17,42,35)

Color info

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

RGB color model

#112A23 color RGB value is (17,42,35).

RGB: (17,42,35) (7%, 16%, 14%)

RGB channels and saturation

R 17 of 255 = 7%
G 42 of 255 = 16%
B 35 of 255 = 14%

17
42
35

R + G + B ~ 12%. #112A23 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 42 + 35 = 94 (100%)
R 17 of 94 ~ 18.09%
G 42 of 94 ~ 44.68%
B 35 of 94 ~ 37.23'%

%18.09
%44.68
%37.23

CMYK color model

#112A23 color CMYK value is (60,0,17,84).

  • cyan value is 59.52%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 83.53%

CMYK: (60,0,17,84)
C60M0Y17K84 (60%, 0%, 17%, 84%)
(0.60 / 0.00 / 0.17 / 0.84)

CMYK percentages

%59.52
%0
%16.67
%83.53

Codes

Color #112A23 in popluar color models

11 2A 23
RGB 17 42 35
HSL 163° 42.37% 11.57%
HSB/HSV 163° 59.52% 16.47%
CMYK 59.52% 0.00% 16.67%
83.53%

Color #112A23 in popluar number systems.

HEX 11 2A 23
Decimal 17 42 35
Binary 10001 101010 100011
Octal 21 52 43

Shades and tints

Shades of #112A23

#112A23
(17,42,35)
#102720
(16,39,32)
#0F241D
(15,36,29)
#0E211A
(14,33,26)
#0D1E17
(13,30,23)
#0C1B14
(12,27,20)
#0B1811
(11,24,17)
#0A150E
(10,21,14)
#09120B
(9,18,11)
#080F08
(8,15,8)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #112A23

#112A23
(17,42,35)
#263D37
(38,61,55)
#3B504B
(59,80,75)
#50635F
(80,99,95)
#657673
(101,118,115)
#7A8987
(122,137,135)
#8F9C9B
(143,156,155)
#A4AFAF
(164,175,175)
#B9C2C3
(185,194,195)
#CED5D7
(206,213,215)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112A23; }

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

This text font color is #112A23.

Background Color

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

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

This div background color is #112A23.

Border color

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

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

This div border color is #112A23.

Opacity

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

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

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

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

This text has shadow with #112A23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112A23.

Preview

Color preview on black background

This text has color #112A23 on black background.


Color preview on white background

This text has color #112A23 on white background.


Black color preview on #112A23 background

This text has black color on #112A23 background.


White color preview on #112A23 background

This text has white color on #112A23 background.


Related colors

Complementary color

Complementary color for #hex is #EED5DC.


I love getcolorcode.com

Triadic colors

1 #23112A and #2A2311 with #112A23 are triadic colors.

2 #232A11 and #2A1123 with #112A23 are triadic colors.