COLOR #11420D

HEX: #11420D
RGB: (17,66,13)

Color info

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

RGB color model

#11420D color RGB value is (17,66,13).

  • red value is 17;
  • green value is 66;
  • blue value is 13.
RGB:
(17,66,13)
(7%,26%,5%)

RGB channels and saturation

R 17 of 255 = 7%
G 66 of 255 = 26%
B 13 of 255 = 5%

17
66
13

R + G + B ~ 13%. #11420D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 66 + 13 = 96 (100%)
R 17 of 96 ~ 17.71%
G 66 of 96 ~ 68.75%
B 13 of 96 ~ 13.54%

%17.71
%68.75
%13.54

CMYK color model

#11420D color CMYK value is (74,0,80,74).

  • cyan value is 74.24%
  • magenta value is 0.00%
  • yellow value is 80.30%
  • key color value is 74.12%
CMYK:
(74,0,80,74)
C74M0Y80K74 
(74%,0%,80%,74%)
(0.74/0.00/0.80/0.74)	

CMYK percentages

%74.24
%0
%80.3
%74.12

Codes

Color #11420D in popluar color models

11420D
RGB176613
HSL115°67.09%15.49%
HSB/HSV115°80.30%25.88%
CMYK74.24%0.00%80.30%
74.12%

Color #11420D in popluar number systems.

HEX11420D
Decimal176613
Binary1000110000101101
Octal2110215

Shades and tints

Shades of #11420D

#11420D
(17,66,13)
#103C0C
(16,60,12)
#0F360B
(15,54,11)
#0E300A
(14,48,10)
#0D2A09
(13,42,9)
#0C2408
(12,36,8)
#0B1E07
(11,30,7)
#0A1806
(10,24,6)
#091205
(9,18,5)
#080C04
(8,12,4)
#070603
(7,6,3)
#000000
(0,0,0)

Tints of #11420D

#11420D
(17,66,13)
#265323
(38,83,35)
#3B6439
(59,100,57)
#50754F
(80,117,79)
#658665
(101,134,101)
#7A977B
(122,151,123)
#8FA891
(143,168,145)
#A4B9A7
(164,185,167)
#B9CABD
(185,202,189)
#CEDBD3
(206,219,211)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11420D color. Also use rgb(17,66,13) instead hex code.

Text Font Color

.myTextColor { color: #11420D; }

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

This text font color is #11420D.


Background Color

.myBgColor { background-color: #11420D; }

<div style="background-color:#11420D">Inner text</div>

This div background color is #11420D.


Border color

.myBorderColor { border: 1px solid #11420D; }

<div style="border:3px solid #11420D">Div</div>

This div border color is #11420D.


Opacity

.myOpacity80 { color: #11420D; opacity: 0.8; }

<p style="color:#11420D;opacity:0.8;">80%</p>

Text with #11420D 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 #11420D;}

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

This text has shadow with #11420D color.

.textShadow {text-shadow: 3px 3px 1px #11420D, 3px 3px 1px red;}

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

This text has shadow with #11420D primary color and red secondary color.


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

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

This text has shadow with #11420D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11420D on black background.


Color preview on white background

This text has color #11420D on white background.



Black color preview on #11420D background

This text has black color on #11420D background.


White color preview on #11420D background

This text has white color on #11420D background.