COLOR #11353A

HEX: #11353A
RGB: (17,53,58)

Color info

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

RGB color model

#11353A color RGB value is (17,53,58).

  • red value is 17;
  • green value is 53;
  • blue value is 58.
RGB:
(17,53,58)
(7%,21%,23%)

RGB channels and saturation

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

17
53
58

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

Portions of RGB colors in percentages

R + G + B =
17 + 53 + 58 = 128 (100%)
R 17 of 128 ~ 13.28%
G 53 of 128 ~ 41.41%
B 58 of 128 ~ 45.31%

%13.28
%41.41
%45.31

CMYK color model

#11353A color CMYK value is (71,9,0,77).

  • cyan value is 70.69%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(71,9,0,77)
C71M9Y0K77 
(71%,9%,0%,77%)
(0.71/0.09/0.00/0.77)	

CMYK percentages

%70.69
%8.62
%0
%77.25

Codes

Color #11353A in popluar color models

11353A
RGB175358
HSL187°54.67%14.71%
HSB/HSV187°70.69%22.75%
CMYK70.69%8.62%0.00%
77.25%

Color #11353A in popluar number systems.

HEX11353A
Decimal175358
Binary10001110101111010
Octal216572

Shades and tints

Shades of #11353A

#11353A
(17,53,58)
#103135
(16,49,53)
#0F2D30
(15,45,48)
#0E292B
(14,41,43)
#0D2526
(13,37,38)
#0C2121
(12,33,33)
#0B1D1C
(11,29,28)
#0A1917
(10,25,23)
#091512
(9,21,18)
#08110D
(8,17,13)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #11353A

#11353A
(17,53,58)
#26474B
(38,71,75)
#3B595C
(59,89,92)
#506B6D
(80,107,109)
#657D7E
(101,125,126)
#7A8F8F
(122,143,143)
#8FA1A0
(143,161,160)
#A4B3B1
(164,179,177)
#B9C5C2
(185,197,194)
#CED7D3
(206,215,211)
#E3E9E4
(227,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11353A; }

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

This text font color is #11353A.


Background Color

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

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

This div background color is #11353A.


Border color

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

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

This div border color is #11353A.


Opacity

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

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

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

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

This text has shadow with #11353A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11353A on black background.


Color preview on white background

This text has color #11353A on white background.



Black color preview on #11353A background

This text has black color on #11353A background.


White color preview on #11353A background

This text has white color on #11353A background.