COLOR #11291A

HEX: #11291A
RGB: (17,41,26)

Color info

#11291A contains red, green and blue colors in about the same proportion. Web safe color of #11291A is #003300 (or #030).

RGB color model

#11291A color RGB value is (17,41,26).

  • red value is 17;
  • green value is 41;
  • blue value is 26.
RGB:
(17,41,26)
(7%,16%,10%)

RGB channels and saturation

R 17 of 255 = 7%
G 41 of 255 = 16%
B 26 of 255 = 10%

17
41
26

R + G + B ~ 11%. #11291A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 41 + 26 = 84 (100%)
R 17 of 84 ~ 20.24%
G 41 of 84 ~ 48.81%
B 26 of 84 ~ 30.95%

%20.24
%48.81
%30.95

CMYK color model

#11291A color CMYK value is (59,0,37,84).

  • cyan value is 58.54%
  • magenta value is 0.00%
  • yellow value is 36.59%
  • key color value is 83.92%
CMYK:
(59,0,37,84)
C59M0Y37K84 
(59%,0%,37%,84%)
(0.59/0.00/0.37/0.84)	

CMYK percentages

%58.54
%0
%36.59
%83.92

Codes

Color #11291A in popluar color models

11291A
RGB174126
HSL143°41.38%11.37%
HSB/HSV143°58.54%16.08%
CMYK58.54%0.00%36.59%
83.92%

Color #11291A in popluar number systems.

HEX11291A
Decimal174126
Binary1000110100111010
Octal215132

Shades and tints

Shades of #11291A

#11291A
(17,41,26)
#102618
(16,38,24)
#0F2316
(15,35,22)
#0E2014
(14,32,20)
#0D1D12
(13,29,18)
#0C1A10
(12,26,16)
#0B170E
(11,23,14)
#0A140C
(10,20,12)
#09110A
(9,17,10)
#080E08
(8,14,8)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #11291A

#11291A
(17,41,26)
#263C2E
(38,60,46)
#3B4F42
(59,79,66)
#506256
(80,98,86)
#65756A
(101,117,106)
#7A887E
(122,136,126)
#8F9B92
(143,155,146)
#A4AEA6
(164,174,166)
#B9C1BA
(185,193,186)
#CED4CE
(206,212,206)
#E3E7E2
(227,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11291A color. Also use rgb(17,41,26) instead hex code.

Text Font Color

.myTextColor { color: #11291A; }

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

This text font color is #11291A.


Background Color

.myBgColor { background-color: #11291A; }

<div style="background-color:#11291A">Inner text</div>

This div background color is #11291A.


Border color

.myBorderColor { border: 1px solid #11291A; }

<div style="border:3px solid #11291A">Div</div>

This div border color is #11291A.


Opacity

.myOpacity80 { color: #11291A; opacity: 0.8; }

<p style="color:#11291A;opacity:0.8;">80%</p>

Text with #11291A 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 #11291A;}

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

This text has shadow with #11291A color.

.textShadow {text-shadow: 3px 3px 1px #11291A, 3px 3px 1px red;}

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

This text has shadow with #11291A primary color and red secondary color.


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

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

This text has shadow with #11291A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11291A on black background.


Color preview on white background

This text has color #11291A on white background.



Black color preview on #11291A background

This text has black color on #11291A background.


White color preview on #11291A background

This text has white color on #11291A background.