COLOR #112021

HEX: #112021
RGB: (17,32,33)

Color info

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

RGB color model

#112021 color RGB value is (17,32,33).

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

RGB channels and saturation

R 17 of 255 = 7%
G 32 of 255 = 13%
B 33 of 255 = 13%

17
32
33

R + G + B ~ 11%. #112021 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 32 + 33 = 82 (100%)
R 17 of 82 ~ 20.73%
G 32 of 82 ~ 39.02%
B 33 of 82 ~ 40.24%

%20.73
%39.02
%40.24

CMYK color model

#112021 color CMYK value is (48,3,0,87).

  • cyan value is 48.48%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(48,3,0,87)
C48M3Y0K87 
(48%,3%,0%,87%)
(0.48/0.03/0.00/0.87)	

CMYK percentages

%48.48
%3.03
%0
%87.06

Codes

Color #112021 in popluar color models

112021
RGB173233
HSL184°32.00%9.80%
HSB/HSV184°48.48%12.94%
CMYK48.48%3.03%0.00%
87.06%

Color #112021 in popluar number systems.

HEX112021
Decimal173233
Binary10001100000100001
Octal214041

Shades and tints

Shades of #112021

#112021
(17,32,33)
#101E1E
(16,30,30)
#0F1C1B
(15,28,27)
#0E1A18
(14,26,24)
#0D1815
(13,24,21)
#0C1612
(12,22,18)
#0B140F
(11,20,15)
#0A120C
(10,18,12)
#091009
(9,16,9)
#080E06
(8,14,6)
#070C03
(7,12,3)
#000000
(0,0,0)

Tints of #112021

#112021
(17,32,33)
#263435
(38,52,53)
#3B4849
(59,72,73)
#505C5D
(80,92,93)
#657071
(101,112,113)
#7A8485
(122,132,133)
#8F9899
(143,152,153)
#A4ACAD
(164,172,173)
#B9C0C1
(185,192,193)
#CED4D5
(206,212,213)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112021; }

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

This text font color is #112021.


Background Color

.myBgColor { background-color: #112021; }

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

This div background color is #112021.


Border color

.myBorderColor { border: 1px solid #112021; }

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

This div border color is #112021.


Opacity

.myOpacity80 { color: #112021; opacity: 0.8; }

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

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

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

This text has shadow with #112021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112021 on black background.


Color preview on white background

This text has color #112021 on white background.



Black color preview on #112021 background

This text has black color on #112021 background.


White color preview on #112021 background

This text has white color on #112021 background.