COLOR #11464A

HEX: #11464A
RGB: (17,70,74)

Color info

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

RGB color model

#11464A color RGB value is (17,70,74).

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

RGB channels and saturation

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

17
70
74

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

Portions of RGB colors in percentages

R + G + B =
17 + 70 + 74 = 161 (100%)
R 17 of 161 ~ 10.56%
G 70 of 161 ~ 43.48%
B 74 of 161 ~ 45.96%

%10.56
%43.48
%45.96

CMYK color model

#11464A color CMYK value is (77,5,0,71).

  • cyan value is 77.03%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(77,5,0,71)
C77M5Y0K71 
(77%,5%,0%,71%)
(0.77/0.05/0.00/0.71)	

CMYK percentages

%77.03
%5.41
%0
%70.98

Codes

Color #11464A in popluar color models

11464A
RGB177074
HSL184°62.64%17.84%
HSB/HSV184°77.03%29.02%
CMYK77.03%5.41%0.00%
70.98%

Color #11464A in popluar number systems.

HEX11464A
Decimal177074
Binary1000110001101001010
Octal21106112

Shades and tints

Shades of #11464A

#11464A
(17,70,74)
#104044
(16,64,68)
#0F3A3E
(15,58,62)
#0E3438
(14,52,56)
#0D2E32
(13,46,50)
#0C282C
(12,40,44)
#0B2226
(11,34,38)
#0A1C20
(10,28,32)
#09161A
(9,22,26)
#081014
(8,16,20)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #11464A

#11464A
(17,70,74)
#26565A
(38,86,90)
#3B666A
(59,102,106)
#50767A
(80,118,122)
#65868A
(101,134,138)
#7A969A
(122,150,154)
#8FA6AA
(143,166,170)
#A4B6BA
(164,182,186)
#B9C6CA
(185,198,202)
#CED6DA
(206,214,218)
#E3E6EA
(227,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11464A; }

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

This text font color is #11464A.


Background Color

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

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

This div background color is #11464A.


Border color

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

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

This div border color is #11464A.


Opacity

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

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

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

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

This text has shadow with #11464A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11464A on black background.


Color preview on white background

This text has color #11464A on white background.



Black color preview on #11464A background

This text has black color on #11464A background.


White color preview on #11464A background

This text has white color on #11464A background.