COLOR #11491B

HEX: #11491B
RGB: (17,73,27)

Color info

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

RGB color model

#11491B color RGB value is (17,73,27).

  • red value is 17;
  • green value is 73;
  • blue value is 27.
RGB:
(17,73,27)
(7%,29%,11%)

RGB channels and saturation

R 17 of 255 = 7%
G 73 of 255 = 29%
B 27 of 255 = 11%

17
73
27

R + G + B ~ 16%. #11491B is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 73 + 27 = 117 (100%)
R 17 of 117 ~ 14.53%
G 73 of 117 ~ 62.39%
B 27 of 117 ~ 23.08%

%14.53
%62.39
%23.08

CMYK color model

#11491B color CMYK value is (77,0,63,71).

  • cyan value is 76.71%
  • magenta value is 0.00%
  • yellow value is 63.01%
  • key color value is 71.37%
CMYK:
(77,0,63,71)
C77M0Y63K71 
(77%,0%,63%,71%)
(0.77/0.00/0.63/0.71)	

CMYK percentages

%76.71
%0
%63.01
%71.37

Codes

Color #11491B in popluar color models

11491B
RGB177327
HSL131°62.22%17.65%
HSB/HSV131°76.71%28.63%
CMYK76.71%0.00%63.01%
71.37%

Color #11491B in popluar number systems.

HEX11491B
Decimal177327
Binary10001100100111011
Octal2111133

Shades and tints

Shades of #11491B

#11491B
(17,73,27)
#104319
(16,67,25)
#0F3D17
(15,61,23)
#0E3715
(14,55,21)
#0D3113
(13,49,19)
#0C2B11
(12,43,17)
#0B250F
(11,37,15)
#0A1F0D
(10,31,13)
#09190B
(9,25,11)
#081309
(8,19,9)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #11491B

#11491B
(17,73,27)
#26592F
(38,89,47)
#3B6943
(59,105,67)
#507957
(80,121,87)
#65896B
(101,137,107)
#7A997F
(122,153,127)
#8FA993
(143,169,147)
#A4B9A7
(164,185,167)
#B9C9BB
(185,201,187)
#CED9CF
(206,217,207)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11491B color. Also use rgb(17,73,27) instead hex code.

Text Font Color

.myTextColor { color: #11491B; }

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

This text font color is #11491B.


Background Color

.myBgColor { background-color: #11491B; }

<div style="background-color:#11491B">Inner text</div>

This div background color is #11491B.


Border color

.myBorderColor { border: 1px solid #11491B; }

<div style="border:3px solid #11491B">Div</div>

This div border color is #11491B.


Opacity

.myOpacity80 { color: #11491B; opacity: 0.8; }

<p style="color:#11491B;opacity:0.8;">80%</p>

Text with #11491B 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 #11491B;}

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

This text has shadow with #11491B color.

.textShadow {text-shadow: 3px 3px 1px #11491B, 3px 3px 1px red;}

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

This text has shadow with #11491B primary color and red secondary color.


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

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

This text has shadow with #11491B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11491B on black background.


Color preview on white background

This text has color #11491B on white background.



Black color preview on #11491B background

This text has black color on #11491B background.


White color preview on #11491B background

This text has white color on #11491B background.