COLOR #11213D

HEX: #11213D
RGB: (17,33,61)

Color info

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

RGB color model

#11213D color RGB value is (17,33,61).

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

RGB channels and saturation

R 17 of 255 = 7%
G 33 of 255 = 13%
B 61 of 255 = 24%

17
33
61

R + G + B ~ 15%. #11213D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 33 + 61 = 111 (100%)
R 17 of 111 ~ 15.32%
G 33 of 111 ~ 29.73%
B 61 of 111 ~ 54.95%

%15.32
%29.73
%54.95

CMYK color model

#11213D color CMYK value is (72,46,0,76).

  • cyan value is 72.13%
  • magenta value is 45.90%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(72,46,0,76)
C72M46Y0K76 
(72%,46%,0%,76%)
(0.72/0.46/0.00/0.76)	

CMYK percentages

%72.13
%45.9
%0
%76.08

Codes

Color #11213D in popluar color models

11213D
RGB173361
HSL218°56.41%15.29%
HSB/HSV218°72.13%23.92%
CMYK72.13%45.90%0.00%
76.08%

Color #11213D in popluar number systems.

HEX11213D
Decimal173361
Binary10001100001111101
Octal214175

Shades and tints

Shades of #11213D

#11213D
(17,33,61)
#101E38
(16,30,56)
#0F1B33
(15,27,51)
#0E182E
(14,24,46)
#0D1529
(13,21,41)
#0C1224
(12,18,36)
#0B0F1F
(11,15,31)
#0A0C1A
(10,12,26)
#090915
(9,9,21)
#080610
(8,6,16)
#07030B
(7,3,11)
#000000
(0,0,0)

Tints of #11213D

#11213D
(17,33,61)
#26354E
(38,53,78)
#3B495F
(59,73,95)
#505D70
(80,93,112)
#657181
(101,113,129)
#7A8592
(122,133,146)
#8F99A3
(143,153,163)
#A4ADB4
(164,173,180)
#B9C1C5
(185,193,197)
#CED5D6
(206,213,214)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11213D; }

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

This text font color is #11213D.


Background Color

.myBgColor { background-color: #11213D; }

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

This div background color is #11213D.


Border color

.myBorderColor { border: 1px solid #11213D; }

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

This div border color is #11213D.


Opacity

.myOpacity80 { color: #11213D; opacity: 0.8; }

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

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

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

This text has shadow with #11213D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11213D on black background.


Color preview on white background

This text has color #11213D on white background.



Black color preview on #11213D background

This text has black color on #11213D background.


White color preview on #11213D background

This text has white color on #11213D background.