COLOR #112233

HEX: #112233 RGB: (17,34,51)

Color info

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

RGB color model

#112233 color RGB value is (17,34,51).

RGB: (17,34,51) (7%, 13%, 20%)

RGB channels and saturation

R 17 of 255 = 7%
G 34 of 255 = 13%
B 51 of 255 = 20%

17
34
51

R + G + B ~ 13%. #112233 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 34 + 51 = 102 (100%)
R 17 of 102 ~ 16.67%
G 34 of 102 ~ 33.33%
B 51 of 102 ~ 50'%

%16.67
%33.33
%50

CMYK color model

#112233 color CMYK value is (67,33,0,80).

  • cyan value is 66.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (67,33,0,80)
C67M33Y0K80 (67%, 33%, 0%, 80%)
(0.67 / 0.33 / 0.00 / 0.80)

CMYK percentages

%66.67
%33.33
%0
%80

Codes

Color #112233 in popluar color models

11 22 33
RGB 17 34 51
HSL 210° 50.00% 13.33%
HSB/HSV 210° 66.67% 20.00%
CMYK 66.67% 33.33% 0.00%
80.00%

Color #112233 in popluar number systems.

HEX 11 22 33
Decimal 17 34 51
Binary 10001 100010 110011
Octal 21 42 63

Shades and tints

Shades of #112233

#112233
(17,34,51)
#101F2F
(16,31,47)
#0F1C2B
(15,28,43)
#0E1927
(14,25,39)
#0D1623
(13,22,35)
#0C131F
(12,19,31)
#0B101B
(11,16,27)
#0A0D17
(10,13,23)
#090A13
(9,10,19)
#08070F
(8,7,15)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #112233

#112233
(17,34,51)
#263645
(38,54,69)
#3B4A57
(59,74,87)
#505E69
(80,94,105)
#65727B
(101,114,123)
#7A868D
(122,134,141)
#8F9A9F
(143,154,159)
#A4AEB1
(164,174,177)
#B9C2C3
(185,194,195)
#CED6D5
(206,214,213)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112233; }

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

This text font color is #112233.

Background Color

.myBgColor { background-color: #112233; }

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

This div background color is #112233.

Border color

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

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

This div border color is #112233.

Opacity

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

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

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

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

This text has shadow with #112233 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112233.

Preview

Color preview on black background

This text has color #112233 on black background.


Color preview on white background

This text has color #112233 on white background.


Black color preview on #112233 background

This text has black color on #112233 background.


White color preview on #112233 background

This text has white color on #112233 background.


Related colors

Complementary color

Complementary color for #hex is #EEDDCC.


I love getcolorcode.com

Triadic colors

1 #331122 and #223311 with #112233 are triadic colors.

2 #332211 and #221133 with #112233 are triadic colors.