COLOR #141215

HEX: #141215
RGB: (20,18,21)

Color info

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

RGB color model

#141215 color RGB value is (20,18,21).

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

RGB channels and saturation

R 20 of 255 = 8%
G 18 of 255 = 7%
B 21 of 255 = 8%

20
18
21

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

Portions of RGB colors in percentages

R + G + B =
20 + 18 + 21 = 59 (100%)
R 20 of 59 ~ 33.9%
G 18 of 59 ~ 30.51%
B 21 of 59 ~ 35.59%

%33.9
%30.51
%35.59

CMYK color model

#141215 color CMYK value is (5,14,0,92).

  • cyan value is 4.76%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(5,14,0,92)
C5M14Y0K92 
(5%,14%,0%,92%)
(0.05/0.14/0.00/0.92)	

CMYK percentages

%4.76
%14.29
%0
%91.76

Codes

Color #141215 in popluar color models

141215
RGB201821
HSL280°7.69%7.65%
HSB/HSV280°14.29%8.24%
CMYK4.76%14.29%0.00%
91.76%

Color #141215 in popluar number systems.

HEX141215
Decimal201821
Binary101001001010101
Octal242225

Shades and tints

Shades of #141215

#141215
(20,18,21)
#131114
(19,17,20)
#121013
(18,16,19)
#110F12
(17,15,18)
#100E11
(16,14,17)
#0F0D10
(15,13,16)
#0E0C0F
(14,12,15)
#0D0B0E
(13,11,14)
#0C0A0D
(12,10,13)
#0B090C
(11,9,12)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #141215

#141215
(20,18,21)
#29272A
(41,39,42)
#3E3C3F
(62,60,63)
#535154
(83,81,84)
#686669
(104,102,105)
#7D7B7E
(125,123,126)
#929093
(146,144,147)
#A7A5A8
(167,165,168)
#BCBABD
(188,186,189)
#D1CFD2
(209,207,210)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141215; }

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

This text font color is #141215.


Background Color

.myBgColor { background-color: #141215; }

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

This div background color is #141215.


Border color

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

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

This div border color is #141215.


Opacity

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

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

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

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

This text has shadow with #141215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141215 on black background.


Color preview on white background

This text has color #141215 on white background.



Black color preview on #141215 background

This text has black color on #141215 background.


White color preview on #141215 background

This text has white color on #141215 background.