COLOR #141615

HEX: #141615
RGB: (20,22,21)

Color info

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

RGB color model

#141615 color RGB value is (20,22,21).

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

RGB channels and saturation

R 20 of 255 = 8%
G 22 of 255 = 9%
B 21 of 255 = 8%

20
22
21

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

Portions of RGB colors in percentages

R + G + B =
20 + 22 + 21 = 63 (100%)
R 20 of 63 ~ 31.75%
G 22 of 63 ~ 34.92%
B 21 of 63 ~ 33.33%

%31.75
%34.92
%33.33

CMYK color model

#141615 color CMYK value is (9,0,5,91).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 91.37%
CMYK:
(9,0,5,91)
C9M0Y5K91 
(9%,0%,5%,91%)
(0.09/0.00/0.05/0.91)	

CMYK percentages

%9.09
%0
%4.55
%91.37

Codes

Color #141615 in popluar color models

141615
RGB202221
HSL150°4.76%8.24%
HSB/HSV150°9.09%8.63%
CMYK9.09%0.00%4.55%
91.37%

Color #141615 in popluar number systems.

HEX141615
Decimal202221
Binary101001011010101
Octal242625

Shades and tints

Shades of #141615

#141615
(20,22,21)
#131414
(19,20,20)
#121213
(18,18,19)
#111012
(17,16,18)
#100E11
(16,14,17)
#0F0C10
(15,12,16)
#0E0A0F
(14,10,15)
#0D080E
(13,8,14)
#0C060D
(12,6,13)
#0B040C
(11,4,12)
#0A020B
(10,2,11)
#000000
(0,0,0)

Tints of #141615

#141615
(20,22,21)
#292B2A
(41,43,42)
#3E403F
(62,64,63)
#535554
(83,85,84)
#686A69
(104,106,105)
#7D7F7E
(125,127,126)
#929493
(146,148,147)
#A7A9A8
(167,169,168)
#BCBEBD
(188,190,189)
#D1D3D2
(209,211,210)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141615; }

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

This text font color is #141615.


Background Color

.myBgColor { background-color: #141615; }

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

This div background color is #141615.


Border color

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

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

This div border color is #141615.


Opacity

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

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

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

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

This text has shadow with #141615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141615 on black background.


Color preview on white background

This text has color #141615 on white background.



Black color preview on #141615 background

This text has black color on #141615 background.


White color preview on #141615 background

This text has white color on #141615 background.