COLOR #141611

HEX: #141611
RGB: (20,22,17)

Color info

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

RGB color model

#141611 color RGB value is (20,22,17).

  • red value is 20;
  • green value is 22;
  • blue value is 17.
RGB:
(20,22,17)
(8%,9%,7%)

RGB channels and saturation

R 20 of 255 = 8%
G 22 of 255 = 9%
B 17 of 255 = 7%

20
22
17

R + G + B ~ 8%. #141611 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 22 + 17 = 59 (100%)
R 20 of 59 ~ 33.9%
G 22 of 59 ~ 37.29%
B 17 of 59 ~ 28.81%

%33.9
%37.29
%28.81

CMYK color model

#141611 color CMYK value is (9,0,23,91).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 91.37%
CMYK:
(9,0,23,91)
C9M0Y23K91 
(9%,0%,23%,91%)
(0.09/0.00/0.23/0.91)	

CMYK percentages

%9.09
%0
%22.73
%91.37

Codes

Color #141611 in popluar color models

141611
RGB202217
HSL84°12.82%7.65%
HSB/HSV84°22.73%8.63%
CMYK9.09%0.00%22.73%
91.37%

Color #141611 in popluar number systems.

HEX141611
Decimal202217
Binary101001011010001
Octal242621

Shades and tints

Shades of #141611

#141611
(20,22,17)
#131410
(19,20,16)
#12120F
(18,18,15)
#11100E
(17,16,14)
#100E0D
(16,14,13)
#0F0C0C
(15,12,12)
#0E0A0B
(14,10,11)
#0D080A
(13,8,10)
#0C0609
(12,6,9)
#0B0408
(11,4,8)
#0A0207
(10,2,7)
#000000
(0,0,0)

Tints of #141611

#141611
(20,22,17)
#292B26
(41,43,38)
#3E403B
(62,64,59)
#535550
(83,85,80)
#686A65
(104,106,101)
#7D7F7A
(125,127,122)
#92948F
(146,148,143)
#A7A9A4
(167,169,164)
#BCBEB9
(188,190,185)
#D1D3CE
(209,211,206)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141611; }

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

This text font color is #141611.


Background Color

.myBgColor { background-color: #141611; }

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

This div background color is #141611.


Border color

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

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

This div border color is #141611.


Opacity

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

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

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

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

This text has shadow with #141611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141611 on black background.


Color preview on white background

This text has color #141611 on white background.



Black color preview on #141611 background

This text has black color on #141611 background.


White color preview on #141611 background

This text has white color on #141611 background.