COLOR #11332F

HEX: #11332F
RGB: (17,51,47)

Color info

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

RGB color model

#11332F color RGB value is (17,51,47).

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

RGB channels and saturation

R 17 of 255 = 7%
G 51 of 255 = 20%
B 47 of 255 = 18%

17
51
47

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

Portions of RGB colors in percentages

R + G + B =
17 + 51 + 47 = 115 (100%)
R 17 of 115 ~ 14.78%
G 51 of 115 ~ 44.35%
B 47 of 115 ~ 40.87%

%14.78
%44.35
%40.87

CMYK color model

#11332F color CMYK value is (67,0,8,80).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 80.00%
CMYK:
(67,0,8,80)
C67M0Y8K80 
(67%,0%,8%,80%)
(0.67/0.00/0.08/0.80)	

CMYK percentages

%66.67
%0
%7.84
%80

Codes

Color #11332F in popluar color models

11332F
RGB175147
HSL173°50.00%13.33%
HSB/HSV173°66.67%20.00%
CMYK66.67%0.00%7.84%
80.00%

Color #11332F in popluar number systems.

HEX11332F
Decimal175147
Binary10001110011101111
Octal216357

Shades and tints

Shades of #11332F

#11332F
(17,51,47)
#102F2B
(16,47,43)
#0F2B27
(15,43,39)
#0E2723
(14,39,35)
#0D231F
(13,35,31)
#0C1F1B
(12,31,27)
#0B1B17
(11,27,23)
#0A1713
(10,23,19)
#09130F
(9,19,15)
#080F0B
(8,15,11)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #11332F

#11332F
(17,51,47)
#264541
(38,69,65)
#3B5753
(59,87,83)
#506965
(80,105,101)
#657B77
(101,123,119)
#7A8D89
(122,141,137)
#8F9F9B
(143,159,155)
#A4B1AD
(164,177,173)
#B9C3BF
(185,195,191)
#CED5D1
(206,213,209)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11332F; }

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

This text font color is #11332F.


Background Color

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

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

This div background color is #11332F.


Border color

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

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

This div border color is #11332F.


Opacity

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

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

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

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

This text has shadow with #11332F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11332F on black background.


Color preview on white background

This text has color #11332F on white background.



Black color preview on #11332F background

This text has black color on #11332F background.


White color preview on #11332F background

This text has white color on #11332F background.