COLOR #11422E

HEX: #11422E
RGB: (17,66,46)

Color info

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

RGB color model

#11422E color RGB value is (17,66,46).

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

RGB channels and saturation

R 17 of 255 = 7%
G 66 of 255 = 26%
B 46 of 255 = 18%

17
66
46

R + G + B ~ 17%. #11422E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 66 + 46 = 129 (100%)
R 17 of 129 ~ 13.18%
G 66 of 129 ~ 51.16%
B 46 of 129 ~ 35.66%

%13.18
%51.16
%35.66

CMYK color model

#11422E color CMYK value is (74,0,30,74).

  • cyan value is 74.24%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 74.12%
CMYK:
(74,0,30,74)
C74M0Y30K74 
(74%,0%,30%,74%)
(0.74/0.00/0.30/0.74)	

CMYK percentages

%74.24
%0
%30.3
%74.12

Codes

Color #11422E in popluar color models

11422E
RGB176646
HSL156°59.04%16.27%
HSB/HSV156°74.24%25.88%
CMYK74.24%0.00%30.30%
74.12%

Color #11422E in popluar number systems.

HEX11422E
Decimal176646
Binary100011000010101110
Octal2110256

Shades and tints

Shades of #11422E

#11422E
(17,66,46)
#103C2A
(16,60,42)
#0F3626
(15,54,38)
#0E3022
(14,48,34)
#0D2A1E
(13,42,30)
#0C241A
(12,36,26)
#0B1E16
(11,30,22)
#0A1812
(10,24,18)
#09120E
(9,18,14)
#080C0A
(8,12,10)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #11422E

#11422E
(17,66,46)
#265341
(38,83,65)
#3B6454
(59,100,84)
#507567
(80,117,103)
#65867A
(101,134,122)
#7A978D
(122,151,141)
#8FA8A0
(143,168,160)
#A4B9B3
(164,185,179)
#B9CAC6
(185,202,198)
#CEDBD9
(206,219,217)
#E3ECEC
(227,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11422E color. Also use rgb(17,66,46) instead hex code.

Text Font Color

.myTextColor { color: #11422E; }

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

This text font color is #11422E.


Background Color

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

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

This div background color is #11422E.


Border color

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

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

This div border color is #11422E.


Opacity

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

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

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

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

This text has shadow with #11422E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11422E on black background.


Color preview on white background

This text has color #11422E on white background.



Black color preview on #11422E background

This text has black color on #11422E background.


White color preview on #11422E background

This text has white color on #11422E background.