COLOR #141011

HEX: #141011
RGB: (20,16,17)

Color info

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

RGB color model

#141011 color RGB value is (20,16,17).

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

RGB channels and saturation

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

20
16
17

R + G + B ~ 7%. #141011 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 16 + 17 = 53 (100%)
R 20 of 53 ~ 37.74%
G 16 of 53 ~ 30.19%
B 17 of 53 ~ 32.08%

%37.74
%30.19
%32.08

CMYK color model

#141011 color CMYK value is (0,20,15,92).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 15.00%
  • key color value is 92.16%
CMYK:
(0,20,15,92)
C0M20Y15K92 
(0%,20%,15%,92%)
(0.00/0.20/0.15/0.92)	

CMYK percentages

%0
%20
%15
%92.16

Codes

Color #141011 in popluar color models

141011
RGB201617
HSL345°11.11%7.06%
HSB/HSV345°20.00%7.84%
CMYK0.00%20.00%15.00%
92.16%

Color #141011 in popluar number systems.

HEX141011
Decimal201617
Binary101001000010001
Octal242021

Shades and tints

Shades of #141011

#141011
(20,16,17)
#130F10
(19,15,16)
#120E0F
(18,14,15)
#110D0E
(17,13,14)
#100C0D
(16,12,13)
#0F0B0C
(15,11,12)
#0E0A0B
(14,10,11)
#0D090A
(13,9,10)
#0C0809
(12,8,9)
#0B0708
(11,7,8)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #141011

#141011
(20,16,17)
#292526
(41,37,38)
#3E3A3B
(62,58,59)
#534F50
(83,79,80)
#686465
(104,100,101)
#7D797A
(125,121,122)
#928E8F
(146,142,143)
#A7A3A4
(167,163,164)
#BCB8B9
(188,184,185)
#D1CDCE
(209,205,206)
#E6E2E3
(230,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141011; }

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

This text font color is #141011.


Background Color

.myBgColor { background-color: #141011; }

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

This div background color is #141011.


Border color

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

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

This div border color is #141011.


Opacity

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

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

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

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

This text has shadow with #141011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141011 on black background.


Color preview on white background

This text has color #141011 on white background.



Black color preview on #141011 background

This text has black color on #141011 background.


White color preview on #141011 background

This text has white color on #141011 background.