COLOR #11413E

HEX: #11413E
RGB: (17,65,62)

Color info

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

RGB color model

#11413E color RGB value is (17,65,62).

  • red value is 17;
  • green value is 65;
  • blue value is 62.
RGB:
(17,65,62)
(7%,25%,24%)

RGB channels and saturation

R 17 of 255 = 7%
G 65 of 255 = 25%
B 62 of 255 = 24%

17
65
62

R + G + B ~ 19%. #11413E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 65 + 62 = 144 (100%)
R 17 of 144 ~ 11.81%
G 65 of 144 ~ 45.14%
B 62 of 144 ~ 43.06%

%11.81
%45.14
%43.06

CMYK color model

#11413E color CMYK value is (74,0,5,75).

  • cyan value is 73.85%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 74.51%
CMYK:
(74,0,5,75)
C74M0Y5K75 
(74%,0%,5%,75%)
(0.74/0.00/0.05/0.75)	

CMYK percentages

%73.85
%0
%4.62
%74.51

Codes

Color #11413E in popluar color models

11413E
RGB176562
HSL176°58.54%16.08%
HSB/HSV176°73.85%25.49%
CMYK73.85%0.00%4.62%
74.51%

Color #11413E in popluar number systems.

HEX11413E
Decimal176562
Binary100011000001111110
Octal2110176

Shades and tints

Shades of #11413E

#11413E
(17,65,62)
#103C39
(16,60,57)
#0F3734
(15,55,52)
#0E322F
(14,50,47)
#0D2D2A
(13,45,42)
#0C2825
(12,40,37)
#0B2320
(11,35,32)
#0A1E1B
(10,30,27)
#091916
(9,25,22)
#081411
(8,20,17)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #11413E

#11413E
(17,65,62)
#26524F
(38,82,79)
#3B6360
(59,99,96)
#507471
(80,116,113)
#658582
(101,133,130)
#7A9693
(122,150,147)
#8FA7A4
(143,167,164)
#A4B8B5
(164,184,181)
#B9C9C6
(185,201,198)
#CEDAD7
(206,218,215)
#E3EBE8
(227,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11413E color. Also use rgb(17,65,62) instead hex code.

Text Font Color

.myTextColor { color: #11413E; }

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

This text font color is #11413E.


Background Color

.myBgColor { background-color: #11413E; }

<div style="background-color:#11413E">Inner text</div>

This div background color is #11413E.


Border color

.myBorderColor { border: 1px solid #11413E; }

<div style="border:3px solid #11413E">Div</div>

This div border color is #11413E.


Opacity

.myOpacity80 { color: #11413E; opacity: 0.8; }

<p style="color:#11413E;opacity:0.8;">80%</p>

Text with #11413E 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 #11413E;}

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

This text has shadow with #11413E color.

.textShadow {text-shadow: 3px 3px 1px #11413E, 3px 3px 1px red;}

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

This text has shadow with #11413E primary color and red secondary color.


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

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

This text has shadow with #11413E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11413E on black background.


Color preview on white background

This text has color #11413E on white background.



Black color preview on #11413E background

This text has black color on #11413E background.


White color preview on #11413E background

This text has white color on #11413E background.