COLOR #11363D

HEX: #11363D RGB: (17,54,61)

Color info

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

RGB color model

#11363D color RGB value is (17,54,61).

RGB: (17,54,61) (7%, 21%, 24%)

RGB channels and saturation

R 17 of 255 = 7%
G 54 of 255 = 21%
B 61 of 255 = 24%

17
54
61

R + G + B ~ 17%. #11363D is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 54 + 61 = 132 (100%)
R 17 of 132 ~ 12.88%
G 54 of 132 ~ 40.91%
B 61 of 132 ~ 46.21'%

%12.88
%40.91
%46.21

CMYK color model

#11363D color CMYK value is (72,11,0,76).

  • cyan value is 72.13%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (72,11,0,76)
C72M11Y0K76 (72%, 11%, 0%, 76%)
(0.72 / 0.11 / 0.00 / 0.76)

CMYK percentages

%72.13
%11.48
%0
%76.08

Codes

Color #11363D in popluar color models

11 36 3D
RGB 17 54 61
HSL 190° 56.41% 15.29%
HSB/HSV 190° 72.13% 23.92%
CMYK 72.13% 11.48% 0.00%
76.08%

Color #11363D in popluar number systems.

HEX 11 36 3D
Decimal 17 54 61
Binary 10001 110110 111101
Octal 21 66 75

Shades and tints

Shades of #11363D

#11363D
(17,54,61)
#103238
(16,50,56)
#0F2E33
(15,46,51)
#0E2A2E
(14,42,46)
#0D2629
(13,38,41)
#0C2224
(12,34,36)
#0B1E1F
(11,30,31)
#0A1A1A
(10,26,26)
#091615
(9,22,21)
#081210
(8,18,16)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #11363D

#11363D
(17,54,61)
#26484E
(38,72,78)
#3B5A5F
(59,90,95)
#506C70
(80,108,112)
#657E81
(101,126,129)
#7A9092
(122,144,146)
#8FA2A3
(143,162,163)
#A4B4B4
(164,180,180)
#B9C6C5
(185,198,197)
#CED8D6
(206,216,214)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11363D color. Also use rgb(17,54,61) instead hex code.

Text Font Color

.myTextColor { color: #11363D; }

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

This text font color is #11363D.

Background Color

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

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

This div background color is #11363D.

Border color

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

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

This div border color is #11363D.

Opacity

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

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

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

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

This text has shadow with #11363D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11363D.

Preview

Color preview on black background

This text has color #11363D on black background.


Color preview on white background

This text has color #11363D on white background.


Black color preview on #11363D background

This text has black color on #11363D background.


White color preview on #11363D background

This text has white color on #11363D background.


Related colors

Complementary color

Complementary color for #hex is #EEC9C2.


I love getcolorcode.com

Triadic colors

1 #3D1136 and #363D11 with #11363D are triadic colors.

2 #3D3611 and #36113D with #11363D are triadic colors.