COLOR #11120E

HEX: #11120E RGB: (17,18,14)

Color info

#11120E contains red, green and blue colors in about the same proportion. Web safe color of #11120E is #000000 (or #000).

RGB color model

#11120E color RGB value is (17,18,14).

RGB: (17,18,14) (7%, 7%, 5%)

RGB channels and saturation

R 17 of 255 = 7%
G 18 of 255 = 7%
B 14 of 255 = 5%

17
18
14

R + G + B ~ 6%. #11120E is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 18 + 14 = 49 (100%)
R 17 of 49 ~ 34.69%
G 18 of 49 ~ 36.73%
B 14 of 49 ~ 28.57'%

%34.69
%36.73
%28.57

CMYK color model

#11120E color CMYK value is (6,0,22,93).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 92.94%
CMYK: (6,0,22,93) C6M0Y22K93 (6%,0%,22%,93%) (0.06/0.00/0.22/0.93) 

CMYK percentages

%5.56
%0
%22.22
%92.94

Codes

Color #11120E in popluar color models

11 12 0E
RGB 17 18 14
HSL 75° 12.50% 6.27%
HSB/HSV 75° 22.22% 7.06%
CMYK 5.56% 0.00% 22.22%
92.94%

Color #11120E in popluar number systems.

HEX 11 12 0E
Decimal 17 18 14
Binary 10001 10010 1110
Octal 21 22 16

Shades and tints

Shades of #11120E

#11120E
(17,18,14)
#10110D
(16,17,13)
#0F100C
(15,16,12)
#0E0F0B
(14,15,11)
#0D0E0A
(13,14,10)
#0C0D09
(12,13,9)
#0B0C08
(11,12,8)
#0A0B07
(10,11,7)
#090A06
(9,10,6)
#080905
(8,9,5)
#070804
(7,8,4)
#000000
(0,0,0)

Tints of #11120E

#11120E
(17,18,14)
#262723
(38,39,35)
#3B3C38
(59,60,56)
#50514D
(80,81,77)
#656662
(101,102,98)
#7A7B77
(122,123,119)
#8F908C
(143,144,140)
#A4A5A1
(164,165,161)
#B9BAB6
(185,186,182)
#CECFCB
(206,207,203)
#E3E4E0
(227,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11120E color. Also use rgb(17,18,14) instead hex code.

Text Font Color

.myTextColor { color: #11120E; }

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

This text font color is #11120E.

Background Color

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

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

This div background color is #11120E.

Border color

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

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

This div border color is #11120E.

Opacity

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

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

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

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

This text has shadow with #11120E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11120E.

Preview

Color preview on black background

This text has color #11120E on black background.


Color preview on white background

This text has color #11120E on white background.


Black color preview on #11120E background

This text has black color on #11120E background.


White color preview on #11120E background

This text has white color on #11120E background.


Related colors

Complementary color

Complementary color for #hex is #EEEDF1.


I love getcolorcode.com

Triadic colors

1 #0E1112 and #120E11 with #11120E are triadic colors.

2 #0E1211 and #12110E with #11120E are triadic colors.