COLOR #11241E

HEX: #11241E
RGB: (17,36,30)

Color info

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

RGB color model

#11241E color RGB value is (17,36,30).

  • red value is 17;
  • green value is 36;
  • blue value is 30.
RGB:
(17,36,30)
(7%,14%,12%)

RGB channels and saturation

R 17 of 255 = 7%
G 36 of 255 = 14%
B 30 of 255 = 12%

17
36
30

R + G + B ~ 11%. #11241E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 36 + 30 = 83 (100%)
R 17 of 83 ~ 20.48%
G 36 of 83 ~ 43.37%
B 30 of 83 ~ 36.14%

%20.48
%43.37
%36.14

CMYK color model

#11241E color CMYK value is (53,0,17,86).

  • cyan value is 52.78%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 85.88%
CMYK:
(53,0,17,86)
C53M0Y17K86 
(53%,0%,17%,86%)
(0.53/0.00/0.17/0.86)	

CMYK percentages

%52.78
%0
%16.67
%85.88

Codes

Color #11241E in popluar color models

11241E
RGB173630
HSL161°35.85%10.39%
HSB/HSV161°52.78%14.12%
CMYK52.78%0.00%16.67%
85.88%

Color #11241E in popluar number systems.

HEX11241E
Decimal173630
Binary1000110010011110
Octal214436

Shades and tints

Shades of #11241E

#11241E
(17,36,30)
#10211C
(16,33,28)
#0F1E1A
(15,30,26)
#0E1B18
(14,27,24)
#0D1816
(13,24,22)
#0C1514
(12,21,20)
#0B1212
(11,18,18)
#0A0F10
(10,15,16)
#090C0E
(9,12,14)
#08090C
(8,9,12)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #11241E

#11241E
(17,36,30)
#263732
(38,55,50)
#3B4A46
(59,74,70)
#505D5A
(80,93,90)
#65706E
(101,112,110)
#7A8382
(122,131,130)
#8F9696
(143,150,150)
#A4A9AA
(164,169,170)
#B9BCBE
(185,188,190)
#CECFD2
(206,207,210)
#E3E2E6
(227,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11241E color. Also use rgb(17,36,30) instead hex code.

Text Font Color

.myTextColor { color: #11241E; }

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

This text font color is #11241E.


Background Color

.myBgColor { background-color: #11241E; }

<div style="background-color:#11241E">Inner text</div>

This div background color is #11241E.


Border color

.myBorderColor { border: 1px solid #11241E; }

<div style="border:3px solid #11241E">Div</div>

This div border color is #11241E.


Opacity

.myOpacity80 { color: #11241E; opacity: 0.8; }

<p style="color:#11241E;opacity:0.8;">80%</p>

Text with #11241E 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 #11241E;}

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

This text has shadow with #11241E color.

.textShadow {text-shadow: 3px 3px 1px #11241E, 3px 3px 1px red;}

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

This text has shadow with #11241E primary color and red secondary color.


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

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

This text has shadow with #11241E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11241E on black background.


Color preview on white background

This text has color #11241E on white background.



Black color preview on #11241E background

This text has black color on #11241E background.


White color preview on #11241E background

This text has white color on #11241E background.