COLOR #11240C

HEX: #11240C
RGB: (17,36,12)

Color info

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

RGB color model

#11240C color RGB value is (17,36,12).

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

RGB channels and saturation

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

17
36
12

R + G + B ~ 9%. #11240C is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 36 + 12 = 65 (100%)
R 17 of 65 ~ 26.15%
G 36 of 65 ~ 55.38%
B 12 of 65 ~ 18.46%

%26.15
%55.38
%18.46

CMYK color model

#11240C color CMYK value is (53,0,67,86).

  • cyan value is 52.78%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 85.88%
CMYK:
(53,0,67,86)
C53M0Y67K86 
(53%,0%,67%,86%)
(0.53/0.00/0.67/0.86)	

CMYK percentages

%52.78
%0
%66.67
%85.88

Codes

Color #11240C in popluar color models

11240C
RGB173612
HSL108°50.00%9.41%
HSB/HSV108°66.67%14.12%
CMYK52.78%0.00%66.67%
85.88%

Color #11240C in popluar number systems.

HEX11240C
Decimal173612
Binary100011001001100
Octal214414

Shades and tints

Shades of #11240C

#11240C
(17,36,12)
#10210B
(16,33,11)
#0F1E0A
(15,30,10)
#0E1B09
(14,27,9)
#0D1808
(13,24,8)
#0C1507
(12,21,7)
#0B1206
(11,18,6)
#0A0F05
(10,15,5)
#090C04
(9,12,4)
#080903
(8,9,3)
#070602
(7,6,2)
#000000
(0,0,0)

Tints of #11240C

#11240C
(17,36,12)
#263722
(38,55,34)
#3B4A38
(59,74,56)
#505D4E
(80,93,78)
#657064
(101,112,100)
#7A837A
(122,131,122)
#8F9690
(143,150,144)
#A4A9A6
(164,169,166)
#B9BCBC
(185,188,188)
#CECFD2
(206,207,210)
#E3E2E8
(227,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11240C color. Also use rgb(17,36,12) instead hex code.

Text Font Color

.myTextColor { color: #11240C; }

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

This text font color is #11240C.


Background Color

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

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

This div background color is #11240C.


Border color

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

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

This div border color is #11240C.


Opacity

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

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

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

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

This text has shadow with #11240C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11240C on black background.


Color preview on white background

This text has color #11240C on white background.



Black color preview on #11240C background

This text has black color on #11240C background.


White color preview on #11240C background

This text has white color on #11240C background.