COLOR #112223

HEX: #112223 RGB: (17,34,35)

Color info

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

RGB color model

#112223 color RGB value is (17,34,35).

RGB: (17,34,35) (7%, 13%, 14%)

RGB channels and saturation

R 17 of 255 = 7%
G 34 of 255 = 13%
B 35 of 255 = 14%

17
34
35

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

Portions of RGB colors in percentages

R + G + B = 17 + 34 + 35 = 86 (100%)
R 17 of 86 ~ 19.77%
G 34 of 86 ~ 39.53%
B 35 of 86 ~ 40.7'%

%19.77
%39.53
%40.7

CMYK color model

#112223 color CMYK value is (51,3,0,86).

  • cyan value is 51.43%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 86.27%

CMYK: (51,3,0,86)
C51M3Y0K86 (51%, 3%, 0%, 86%)
(0.51 / 0.03 / 0.00 / 0.86)

CMYK percentages

%51.43
%2.86
%0
%86.27

Codes

Color #112223 in popluar color models

11 22 23
RGB 17 34 35
HSL 183° 34.62% 10.20%
HSB/HSV 183° 51.43% 13.73%
CMYK 51.43% 2.86% 0.00%
86.27%

Color #112223 in popluar number systems.

HEX 11 22 23
Decimal 17 34 35
Binary 10001 100010 100011
Octal 21 42 43

Shades and tints

Shades of #112223

#112223
(17,34,35)
#101F20
(16,31,32)
#0F1C1D
(15,28,29)
#0E191A
(14,25,26)
#0D1617
(13,22,23)
#0C1314
(12,19,20)
#0B1011
(11,16,17)
#0A0D0E
(10,13,14)
#090A0B
(9,10,11)
#080708
(8,7,8)
#070405
(7,4,5)
#000000
(0,0,0)

Tints of #112223

#112223
(17,34,35)
#263637
(38,54,55)
#3B4A4B
(59,74,75)
#505E5F
(80,94,95)
#657273
(101,114,115)
#7A8687
(122,134,135)
#8F9A9B
(143,154,155)
#A4AEAF
(164,174,175)
#B9C2C3
(185,194,195)
#CED6D7
(206,214,215)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112223; }

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

This text font color is #112223.

Background Color

.myBgColor { background-color: #112223; }

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

This div background color is #112223.

Border color

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

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

This div border color is #112223.

Opacity

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

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

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

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

This text has shadow with #112223 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112223.

Preview

Color preview on black background

This text has color #112223 on black background.


Color preview on white background

This text has color #112223 on white background.


Black color preview on #112223 background

This text has black color on #112223 background.


White color preview on #112223 background

This text has white color on #112223 background.


Related colors

Complementary color

Complementary color for #hex is #EEDDDC.


I love getcolorcode.com

Triadic colors

1 #231122 and #222311 with #112223 are triadic colors.

2 #232211 and #221123 with #112223 are triadic colors.