COLOR #112A21

HEX: #112A21
RGB: (17,42,33)

Color info

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

RGB color model

#112A21 color RGB value is (17,42,33).

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

RGB channels and saturation

R 17 of 255 = 7%
G 42 of 255 = 16%
B 33 of 255 = 13%

17
42
33

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

Portions of RGB colors in percentages

R + G + B =
17 + 42 + 33 = 92 (100%)
R 17 of 92 ~ 18.48%
G 42 of 92 ~ 45.65%
B 33 of 92 ~ 35.87%

%18.48
%45.65
%35.87

CMYK color model

#112A21 color CMYK value is (60,0,21,84).

  • cyan value is 59.52%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 83.53%
CMYK:
(60,0,21,84)
C60M0Y21K84 
(60%,0%,21%,84%)
(0.60/0.00/0.21/0.84)	

CMYK percentages

%59.52
%0
%21.43
%83.53

Codes

Color #112A21 in popluar color models

112A21
RGB174233
HSL158°42.37%11.57%
HSB/HSV158°59.52%16.47%
CMYK59.52%0.00%21.43%
83.53%

Color #112A21 in popluar number systems.

HEX112A21
Decimal174233
Binary10001101010100001
Octal215241

Shades and tints

Shades of #112A21

#112A21
(17,42,33)
#10271E
(16,39,30)
#0F241B
(15,36,27)
#0E2118
(14,33,24)
#0D1E15
(13,30,21)
#0C1B12
(12,27,18)
#0B180F
(11,24,15)
#0A150C
(10,21,12)
#091209
(9,18,9)
#080F06
(8,15,6)
#070C03
(7,12,3)
#000000
(0,0,0)

Tints of #112A21

#112A21
(17,42,33)
#263D35
(38,61,53)
#3B5049
(59,80,73)
#50635D
(80,99,93)
#657671
(101,118,113)
#7A8985
(122,137,133)
#8F9C99
(143,156,153)
#A4AFAD
(164,175,173)
#B9C2C1
(185,194,193)
#CED5D5
(206,213,213)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112A21; }

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

This text font color is #112A21.


Background Color

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

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

This div background color is #112A21.


Border color

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

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

This div border color is #112A21.


Opacity

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

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

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

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

This text has shadow with #112A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112A21 on black background.


Color preview on white background

This text has color #112A21 on white background.



Black color preview on #112A21 background

This text has black color on #112A21 background.


White color preview on #112A21 background

This text has white color on #112A21 background.