COLOR #141106

HEX: #141106 RGB: (20,17,6)

Color info

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

RGB color model

#141106 color RGB value is (20,17,6).

RGB: (20,17,6) (8%, 7%, 2%)

RGB channels and saturation

R 20 of 255 = 8%
G 17 of 255 = 7%
B 6 of 255 = 2%

20
17
6

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

Portions of RGB colors in percentages

R + G + B = 20 + 17 + 6 = 43 (100%)
R 20 of 43 ~ 46.51%
G 17 of 43 ~ 39.53%
B 6 of 43 ~ 13.95'%

%46.51
%39.53
%13.95

CMYK color model

#141106 color CMYK value is (0,15,70,92).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 70.00%
  • key color value is 92.16%
CMYK: (0,15,70,92) C0M15Y70K92 (0%,15%,70%,92%) (0.00/0.15/0.70/0.92) 

CMYK percentages

%0
%15
%70
%92.16

Codes

Color #141106 in popluar color models

14 11 06
RGB 20 17 6
HSL 47° 53.85% 5.10%
HSB/HSV 47° 70.00% 7.84%
CMYK 0.00% 15.00% 70.00%
92.16%

Color #141106 in popluar number systems.

HEX 14 11 06
Decimal 20 17 6
Binary 10100 10001 110
Octal 24 21 6

Shades and tints

Shades of #141106

#141106
(20,17,6)
#131006
(19,16,6)
#120F06
(18,15,6)
#110E06
(17,14,6)
#100D06
(16,13,6)
#0F0C06
(15,12,6)
#0E0B06
(14,11,6)
#0D0A06
(13,10,6)
#0C0906
(12,9,6)
#0B0806
(11,8,6)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #141106

#141106
(20,17,6)
#29261C
(41,38,28)
#3E3B32
(62,59,50)
#535048
(83,80,72)
#68655E
(104,101,94)
#7D7A74
(125,122,116)
#928F8A
(146,143,138)
#A7A4A0
(167,164,160)
#BCB9B6
(188,185,182)
#D1CECC
(209,206,204)
#E6E3E2
(230,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141106 color. Also use rgb(20,17,6) instead hex code.

Text Font Color

.myTextColor { color: #141106; }

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

This text font color is #141106.

Background Color

.myBgColor { background-color: #141106; }

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

This div background color is #141106.

Border color

.myBorderColor { border: 1px solid #141106; }

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

This div border color is #141106.

Opacity

.myOpacity80 { color: #141106; opacity: 0.8; }

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

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

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

This text has shadow with #141106 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #141106.

Preview

Color preview on black background

This text has color #141106 on black background.


Color preview on white background

This text has color #141106 on white background.


Black color preview on #141106 background

This text has black color on #141106 background.


White color preview on #141106 background

This text has white color on #141106 background.


Related colors

Complementary color

Complementary color for #hex is #EBEEF9.


I love getcolorcode.com

Triadic colors

1 #061411 and #110614 with #141106 are triadic colors.

2 #061114 and #111406 with #141106 are triadic colors.