COLOR #11372C

HEX: #11372C
RGB: (17,55,44)

Color info

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

RGB color model

#11372C color RGB value is (17,55,44).

  • red value is 17;
  • green value is 55;
  • blue value is 44.
RGB:
(17,55,44)
(7%,22%,17%)

RGB channels and saturation

R 17 of 255 = 7%
G 55 of 255 = 22%
B 44 of 255 = 17%

17
55
44

R + G + B ~ 15%. #11372C is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 55 + 44 = 116 (100%)
R 17 of 116 ~ 14.66%
G 55 of 116 ~ 47.41%
B 44 of 116 ~ 37.93%

%14.66
%47.41
%37.93

CMYK color model

#11372C color CMYK value is (69,0,20,78).

  • cyan value is 69.09%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 78.43%
CMYK:
(69,0,20,78)
C69M0Y20K78 
(69%,0%,20%,78%)
(0.69/0.00/0.20/0.78)	

CMYK percentages

%69.09
%0
%20
%78.43

Codes

Color #11372C in popluar color models

11372C
RGB175544
HSL163°52.78%14.12%
HSB/HSV163°69.09%21.57%
CMYK69.09%0.00%20.00%
78.43%

Color #11372C in popluar number systems.

HEX11372C
Decimal175544
Binary10001110111101100
Octal216754

Shades and tints

Shades of #11372C

#11372C
(17,55,44)
#103228
(16,50,40)
#0F2D24
(15,45,36)
#0E2820
(14,40,32)
#0D231C
(13,35,28)
#0C1E18
(12,30,24)
#0B1914
(11,25,20)
#0A1410
(10,20,16)
#090F0C
(9,15,12)
#080A08
(8,10,8)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #11372C

#11372C
(17,55,44)
#26493F
(38,73,63)
#3B5B52
(59,91,82)
#506D65
(80,109,101)
#657F78
(101,127,120)
#7A918B
(122,145,139)
#8FA39E
(143,163,158)
#A4B5B1
(164,181,177)
#B9C7C4
(185,199,196)
#CED9D7
(206,217,215)
#E3EBEA
(227,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11372C color. Also use rgb(17,55,44) instead hex code.

Text Font Color

.myTextColor { color: #11372C; }

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

This text font color is #11372C.


Background Color

.myBgColor { background-color: #11372C; }

<div style="background-color:#11372C">Inner text</div>

This div background color is #11372C.


Border color

.myBorderColor { border: 1px solid #11372C; }

<div style="border:3px solid #11372C">Div</div>

This div border color is #11372C.


Opacity

.myOpacity80 { color: #11372C; opacity: 0.8; }

<p style="color:#11372C;opacity:0.8;">80%</p>

Text with #11372C 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 #11372C;}

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

This text has shadow with #11372C color.

.textShadow {text-shadow: 3px 3px 1px #11372C, 3px 3px 1px red;}

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

This text has shadow with #11372C primary color and red secondary color.


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

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

This text has shadow with #11372C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11372C on black background.


Color preview on white background

This text has color #11372C on white background.



Black color preview on #11372C background

This text has black color on #11372C background.


White color preview on #11372C background

This text has white color on #11372C background.