COLOR #111421

HEX: #111421
RGB: (17,20,33)

Color info

#111421 contains red, green and blue colors in about the same proportion. Web safe color of #111421 is #000033 (or #003).

RGB color model

#111421 color RGB value is (17,20,33).

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

RGB channels and saturation

R 17 of 255 = 7%
G 20 of 255 = 8%
B 33 of 255 = 13%

17
20
33

R + G + B ~ 9%. #111421 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 20 + 33 = 70 (100%)
R 17 of 70 ~ 24.29%
G 20 of 70 ~ 28.57%
B 33 of 70 ~ 47.14%

%24.29
%28.57
%47.14

CMYK color model

#111421 color CMYK value is (48,39,0,87).

  • cyan value is 48.48%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(48,39,0,87)
C48M39Y0K87 
(48%,39%,0%,87%)
(0.48/0.39/0.00/0.87)	

CMYK percentages

%48.48
%39.39
%0
%87.06

Codes

Color #111421 in popluar color models

111421
RGB172033
HSL229°32.00%9.80%
HSB/HSV229°48.48%12.94%
CMYK48.48%39.39%0.00%
87.06%

Color #111421 in popluar number systems.

HEX111421
Decimal172033
Binary1000110100100001
Octal212441

Shades and tints

Shades of #111421

#111421
(17,20,33)
#10131E
(16,19,30)
#0F121B
(15,18,27)
#0E1118
(14,17,24)
#0D1015
(13,16,21)
#0C0F12
(12,15,18)
#0B0E0F
(11,14,15)
#0A0D0C
(10,13,12)
#090C09
(9,12,9)
#080B06
(8,11,6)
#070A03
(7,10,3)
#000000
(0,0,0)

Tints of #111421

#111421
(17,20,33)
#262935
(38,41,53)
#3B3E49
(59,62,73)
#50535D
(80,83,93)
#656871
(101,104,113)
#7A7D85
(122,125,133)
#8F9299
(143,146,153)
#A4A7AD
(164,167,173)
#B9BCC1
(185,188,193)
#CED1D5
(206,209,213)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111421; }

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

This text font color is #111421.


Background Color

.myBgColor { background-color: #111421; }

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

This div background color is #111421.


Border color

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

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

This div border color is #111421.


Opacity

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

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

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

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

This text has shadow with #111421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111421 on black background.


Color preview on white background

This text has color #111421 on white background.



Black color preview on #111421 background

This text has black color on #111421 background.


White color preview on #111421 background

This text has white color on #111421 background.