COLOR #11352F

HEX: #11352F
RGB: (17,53,47)

Color info

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

RGB color model

#11352F color RGB value is (17,53,47).

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

RGB channels and saturation

R 17 of 255 = 7%
G 53 of 255 = 21%
B 47 of 255 = 18%

17
53
47

R + G + B ~ 15%. #11352F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 53 + 47 = 117 (100%)
R 17 of 117 ~ 14.53%
G 53 of 117 ~ 45.3%
B 47 of 117 ~ 40.17%

%14.53
%45.3
%40.17

CMYK color model

#11352F color CMYK value is (68,0,11,79).

  • cyan value is 67.92%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 79.22%
CMYK:
(68,0,11,79)
C68M0Y11K79 
(68%,0%,11%,79%)
(0.68/0.00/0.11/0.79)	

CMYK percentages

%67.92
%0
%11.32
%79.22

Codes

Color #11352F in popluar color models

11352F
RGB175347
HSL170°51.43%13.73%
HSB/HSV170°67.92%20.78%
CMYK67.92%0.00%11.32%
79.22%

Color #11352F in popluar number systems.

HEX11352F
Decimal175347
Binary10001110101101111
Octal216557

Shades and tints

Shades of #11352F

#11352F
(17,53,47)
#10312B
(16,49,43)
#0F2D27
(15,45,39)
#0E2923
(14,41,35)
#0D251F
(13,37,31)
#0C211B
(12,33,27)
#0B1D17
(11,29,23)
#0A1913
(10,25,19)
#09150F
(9,21,15)
#08110B
(8,17,11)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #11352F

#11352F
(17,53,47)
#264741
(38,71,65)
#3B5953
(59,89,83)
#506B65
(80,107,101)
#657D77
(101,125,119)
#7A8F89
(122,143,137)
#8FA19B
(143,161,155)
#A4B3AD
(164,179,173)
#B9C5BF
(185,197,191)
#CED7D1
(206,215,209)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11352F color. Also use rgb(17,53,47) instead hex code.

Text Font Color

.myTextColor { color: #11352F; }

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

This text font color is #11352F.


Background Color

.myBgColor { background-color: #11352F; }

<div style="background-color:#11352F">Inner text</div>

This div background color is #11352F.


Border color

.myBorderColor { border: 1px solid #11352F; }

<div style="border:3px solid #11352F">Div</div>

This div border color is #11352F.


Opacity

.myOpacity80 { color: #11352F; opacity: 0.8; }

<p style="color:#11352F;opacity:0.8;">80%</p>

Text with #11352F 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 #11352F;}

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

This text has shadow with #11352F color.

.textShadow {text-shadow: 3px 3px 1px #11352F, 3px 3px 1px red;}

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

This text has shadow with #11352F primary color and red secondary color.


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

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

This text has shadow with #11352F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11352F on black background.


Color preview on white background

This text has color #11352F on white background.



Black color preview on #11352F background

This text has black color on #11352F background.


White color preview on #11352F background

This text has white color on #11352F background.