COLOR #11444D

HEX: #11444D
RGB: (17,68,77)

Color info

#11444D contains mainly green and blue colors. Web safe color of #11444D is #003333 (or #033).

RGB color model

#11444D color RGB value is (17,68,77).

  • red value is 17;
  • green value is 68;
  • blue value is 77.
RGB:
(17,68,77)
(7%,27%,30%)

RGB channels and saturation

R 17 of 255 = 7%
G 68 of 255 = 27%
B 77 of 255 = 30%

17
68
77

R + G + B ~ 21%. #11444D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 68 + 77 = 162 (100%)
R 17 of 162 ~ 10.49%
G 68 of 162 ~ 41.98%
B 77 of 162 ~ 47.53%

%10.49
%41.98
%47.53

CMYK color model

#11444D color CMYK value is (78,12,0,70).

  • cyan value is 77.92%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(78,12,0,70)
C78M12Y0K70 
(78%,12%,0%,70%)
(0.78/0.12/0.00/0.70)	

CMYK percentages

%77.92
%11.69
%0
%69.8

Codes

Color #11444D in popluar color models

11444D
RGB176877
HSL189°63.83%18.43%
HSB/HSV189°77.92%30.20%
CMYK77.92%11.69%0.00%
69.80%

Color #11444D in popluar number systems.

HEX11444D
Decimal176877
Binary1000110001001001101
Octal21104115

Shades and tints

Shades of #11444D

#11444D
(17,68,77)
#103E46
(16,62,70)
#0F383F
(15,56,63)
#0E3238
(14,50,56)
#0D2C31
(13,44,49)
#0C262A
(12,38,42)
#0B2023
(11,32,35)
#0A1A1C
(10,26,28)
#091415
(9,20,21)
#080E0E
(8,14,14)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #11444D

#11444D
(17,68,77)
#26555D
(38,85,93)
#3B666D
(59,102,109)
#50777D
(80,119,125)
#65888D
(101,136,141)
#7A999D
(122,153,157)
#8FAAAD
(143,170,173)
#A4BBBD
(164,187,189)
#B9CCCD
(185,204,205)
#CEDDDD
(206,221,221)
#E3EEED
(227,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11444D color. Also use rgb(17,68,77) instead hex code.

Text Font Color

.myTextColor { color: #11444D; }

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

This text font color is #11444D.


Background Color

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

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

This div background color is #11444D.


Border color

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

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

This div border color is #11444D.


Opacity

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

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

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

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

This text has shadow with #11444D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11444D on black background.


Color preview on white background

This text has color #11444D on white background.



Black color preview on #11444D background

This text has black color on #11444D background.


White color preview on #11444D background

This text has white color on #11444D background.