COLOR #11363A

HEX: #11363A RGB: (17,54,58)

Color info

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

RGB color model

#11363A color RGB value is (17,54,58).

RGB: (17,54,58) (7%, 21%, 23%)

RGB channels and saturation

R 17 of 255 = 7%
G 54 of 255 = 21%
B 58 of 255 = 23%

17
54
58

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

Portions of RGB colors in percentages

R + G + B = 17 + 54 + 58 = 129 (100%)
R 17 of 129 ~ 13.18%
G 54 of 129 ~ 41.86%
B 58 of 129 ~ 44.96'%

%13.18
%41.86
%44.96

CMYK color model

#11363A color CMYK value is (71,7,0,77).

  • cyan value is 70.69%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (71,7,0,77)
C71M7Y0K77 (71%, 7%, 0%, 77%)
(0.71 / 0.07 / 0.00 / 0.77)

CMYK percentages

%70.69
%6.9
%0
%77.25

Codes

Color #11363A in popluar color models

11 36 3A
RGB 17 54 58
HSL 186° 54.67% 14.71%
HSB/HSV 186° 70.69% 22.75%
CMYK 70.69% 6.90% 0.00%
77.25%

Color #11363A in popluar number systems.

HEX 11 36 3A
Decimal 17 54 58
Binary 10001 110110 111010
Octal 21 66 72

Shades and tints

Shades of #11363A

#11363A
(17,54,58)
#103235
(16,50,53)
#0F2E30
(15,46,48)
#0E2A2B
(14,42,43)
#0D2626
(13,38,38)
#0C2221
(12,34,33)
#0B1E1C
(11,30,28)
#0A1A17
(10,26,23)
#091612
(9,22,18)
#08120D
(8,18,13)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #11363A

#11363A
(17,54,58)
#26484B
(38,72,75)
#3B5A5C
(59,90,92)
#506C6D
(80,108,109)
#657E7E
(101,126,126)
#7A908F
(122,144,143)
#8FA2A0
(143,162,160)
#A4B4B1
(164,180,177)
#B9C6C2
(185,198,194)
#CED8D3
(206,216,211)
#E3EAE4
(227,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11363A; }

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

This text font color is #11363A.

Background Color

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

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

This div background color is #11363A.

Border color

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

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

This div border color is #11363A.

Opacity

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

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

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

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

This text has shadow with #11363A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11363A.

Preview

Color preview on black background

This text has color #11363A on black background.


Color preview on white background

This text has color #11363A on white background.


Black color preview on #11363A background

This text has black color on #11363A background.


White color preview on #11363A background

This text has white color on #11363A background.


Related colors

Complementary color

Complementary color for #hex is #EEC9C5.


I love getcolorcode.com

Triadic colors

1 #3A1136 and #363A11 with #11363A are triadic colors.

2 #3A3611 and #36113A with #11363A are triadic colors.