COLOR #11444A

HEX: #11444A
RGB: (17,68,74)

Color info

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

RGB color model

#11444A color RGB value is (17,68,74).

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

RGB channels and saturation

R 17 of 255 = 7%
G 68 of 255 = 27%
B 74 of 255 = 29%

17
68
74

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

Portions of RGB colors in percentages

R + G + B =
17 + 68 + 74 = 159 (100%)
R 17 of 159 ~ 10.69%
G 68 of 159 ~ 42.77%
B 74 of 159 ~ 46.54%

%10.69
%42.77
%46.54

CMYK color model

#11444A color CMYK value is (77,8,0,71).

  • cyan value is 77.03%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(77,8,0,71)
C77M8Y0K71 
(77%,8%,0%,71%)
(0.77/0.08/0.00/0.71)	

CMYK percentages

%77.03
%8.11
%0
%70.98

Codes

Color #11444A in popluar color models

11444A
RGB176874
HSL186°62.64%17.84%
HSB/HSV186°77.03%29.02%
CMYK77.03%8.11%0.00%
70.98%

Color #11444A in popluar number systems.

HEX11444A
Decimal176874
Binary1000110001001001010
Octal21104112

Shades and tints

Shades of #11444A

#11444A
(17,68,74)
#103E44
(16,62,68)
#0F383E
(15,56,62)
#0E3238
(14,50,56)
#0D2C32
(13,44,50)
#0C262C
(12,38,44)
#0B2026
(11,32,38)
#0A1A20
(10,26,32)
#09141A
(9,20,26)
#080E14
(8,14,20)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #11444A

#11444A
(17,68,74)
#26555A
(38,85,90)
#3B666A
(59,102,106)
#50777A
(80,119,122)
#65888A
(101,136,138)
#7A999A
(122,153,154)
#8FAAAA
(143,170,170)
#A4BBBA
(164,187,186)
#B9CCCA
(185,204,202)
#CEDDDA
(206,221,218)
#E3EEEA
(227,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11444A; }

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

This text font color is #11444A.


Background Color

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

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

This div background color is #11444A.


Border color

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

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

This div border color is #11444A.


Opacity

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

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

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

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

This text has shadow with #11444A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11444A on black background.


Color preview on white background

This text has color #11444A on white background.



Black color preview on #11444A background

This text has black color on #11444A background.


White color preview on #11444A background

This text has white color on #11444A background.