COLOR #11463C

HEX: #11463C
RGB: (17,70,60)

Color info

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

RGB color model

#11463C color RGB value is (17,70,60).

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

RGB channels and saturation

R 17 of 255 = 7%
G 70 of 255 = 27%
B 60 of 255 = 24%

17
70
60

R + G + B ~ 19%. #11463C is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 70 + 60 = 147 (100%)
R 17 of 147 ~ 11.56%
G 70 of 147 ~ 47.62%
B 60 of 147 ~ 40.82%

%11.56
%47.62
%40.82

CMYK color model

#11463C color CMYK value is (76,0,14,73).

  • cyan value is 75.71%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 72.55%
CMYK:
(76,0,14,73)
C76M0Y14K73 
(76%,0%,14%,73%)
(0.76/0.00/0.14/0.73)	

CMYK percentages

%75.71
%0
%14.29
%72.55

Codes

Color #11463C in popluar color models

11463C
RGB177060
HSL169°60.92%17.06%
HSB/HSV169°75.71%27.45%
CMYK75.71%0.00%14.29%
72.55%

Color #11463C in popluar number systems.

HEX11463C
Decimal177060
Binary100011000110111100
Octal2110674

Shades and tints

Shades of #11463C

#11463C
(17,70,60)
#104037
(16,64,55)
#0F3A32
(15,58,50)
#0E342D
(14,52,45)
#0D2E28
(13,46,40)
#0C2823
(12,40,35)
#0B221E
(11,34,30)
#0A1C19
(10,28,25)
#091614
(9,22,20)
#08100F
(8,16,15)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #11463C

#11463C
(17,70,60)
#26564D
(38,86,77)
#3B665E
(59,102,94)
#50766F
(80,118,111)
#658680
(101,134,128)
#7A9691
(122,150,145)
#8FA6A2
(143,166,162)
#A4B6B3
(164,182,179)
#B9C6C4
(185,198,196)
#CED6D5
(206,214,213)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11463C color. Also use rgb(17,70,60) instead hex code.

Text Font Color

.myTextColor { color: #11463C; }

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

This text font color is #11463C.


Background Color

.myBgColor { background-color: #11463C; }

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

This div background color is #11463C.


Border color

.myBorderColor { border: 1px solid #11463C; }

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

This div border color is #11463C.


Opacity

.myOpacity80 { color: #11463C; opacity: 0.8; }

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

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

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

This text has shadow with #11463C color.

.textShadow {text-shadow: 3px 3px 1px #11463C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11463C on black background.


Color preview on white background

This text has color #11463C on white background.



Black color preview on #11463C background

This text has black color on #11463C background.


White color preview on #11463C background

This text has white color on #11463C background.