COLOR #11371F

HEX: #11371F RGB: (17,55,31)

Color info

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

RGB color model

#11371F color RGB value is (17,55,31).

RGB: (17,55,31) (7%, 22%, 12%)

RGB channels and saturation

R 17 of 255 = 7%
G 55 of 255 = 22%
B 31 of 255 = 12%

17
55
31

R + G + B ~ 14%. #11371F is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 55 + 31 = 103 (100%)
R 17 of 103 ~ 16.5%
G 55 of 103 ~ 53.4%
B 31 of 103 ~ 30.1'%

%16.5
%53.4
%30.1

CMYK color model

#11371F color CMYK value is (69,0,44,78).

  • cyan value is 69.09%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 78.43%

CMYK: (69,0,44,78)
C69M0Y44K78 (69%, 0%, 44%, 78%)
(0.69 / 0.00 / 0.44 / 0.78)

CMYK percentages

%69.09
%0
%43.64
%78.43

Codes

Color #11371F in popluar color models

11 37 1F
RGB 17 55 31
HSL 142° 52.78% 14.12%
HSB/HSV 142° 69.09% 21.57%
CMYK 69.09% 0.00% 43.64%
78.43%

Color #11371F in popluar number systems.

HEX 11 37 1F
Decimal 17 55 31
Binary 10001 110111 11111
Octal 21 67 37

Shades and tints

Shades of #11371F

#11371F
(17,55,31)
#10321D
(16,50,29)
#0F2D1B
(15,45,27)
#0E2819
(14,40,25)
#0D2317
(13,35,23)
#0C1E15
(12,30,21)
#0B1913
(11,25,19)
#0A1411
(10,20,17)
#090F0F
(9,15,15)
#080A0D
(8,10,13)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #11371F

#11371F
(17,55,31)
#264933
(38,73,51)
#3B5B47
(59,91,71)
#506D5B
(80,109,91)
#657F6F
(101,127,111)
#7A9183
(122,145,131)
#8FA397
(143,163,151)
#A4B5AB
(164,181,171)
#B9C7BF
(185,199,191)
#CED9D3
(206,217,211)
#E3EBE7
(227,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11371F color. Also use rgb(17,55,31) instead hex code.

Text Font Color

.myTextColor { color: #11371F; }

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

This text font color is #11371F.

Background Color

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

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

This div background color is #11371F.

Border color

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

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

This div border color is #11371F.

Opacity

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

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

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

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

This text has shadow with #11371F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11371F.

Preview

Color preview on black background

This text has color #11371F on black background.


Color preview on white background

This text has color #11371F on white background.


Black color preview on #11371F background

This text has black color on #11371F background.


White color preview on #11371F background

This text has white color on #11371F background.


Related colors

Complementary color

Complementary color for #hex is #EEC8E0.


I love getcolorcode.com

Triadic colors

1 #1F1137 and #371F11 with #11371F are triadic colors.

2 #1F3711 and #37111F with #11371F are triadic colors.