COLOR #141715

HEX: #141715
RGB: (20,23,21)

Color info

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

RGB color model

#141715 color RGB value is (20,23,21).

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

RGB channels and saturation

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

20
23
21

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

Portions of RGB colors in percentages

R + G + B =
20 + 23 + 21 = 64 (100%)
R 20 of 64 ~ 31.25%
G 23 of 64 ~ 35.94%
B 21 of 64 ~ 32.81%

%31.25
%35.94
%32.81

CMYK color model

#141715 color CMYK value is (13,0,9,91).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 90.98%
CMYK:
(13,0,9,91)
C13M0Y9K91 
(13%,0%,9%,91%)
(0.13/0.00/0.09/0.91)	

CMYK percentages

%13.04
%0
%8.7
%90.98

Codes

Color #141715 in popluar color models

141715
RGB202321
HSL140°6.98%8.43%
HSB/HSV140°13.04%9.02%
CMYK13.04%0.00%8.70%
90.98%

Color #141715 in popluar number systems.

HEX141715
Decimal202321
Binary101001011110101
Octal242725

Shades and tints

Shades of #141715

#141715
(20,23,21)
#131514
(19,21,20)
#121313
(18,19,19)
#111112
(17,17,18)
#100F11
(16,15,17)
#0F0D10
(15,13,16)
#0E0B0F
(14,11,15)
#0D090E
(13,9,14)
#0C070D
(12,7,13)
#0B050C
(11,5,12)
#0A030B
(10,3,11)
#000000
(0,0,0)

Tints of #141715

#141715
(20,23,21)
#292C2A
(41,44,42)
#3E413F
(62,65,63)
#535654
(83,86,84)
#686B69
(104,107,105)
#7D807E
(125,128,126)
#929593
(146,149,147)
#A7AAA8
(167,170,168)
#BCBFBD
(188,191,189)
#D1D4D2
(209,212,210)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141715; }

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

This text font color is #141715.


Background Color

.myBgColor { background-color: #141715; }

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

This div background color is #141715.


Border color

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

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

This div border color is #141715.


Opacity

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

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

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

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

This text has shadow with #141715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141715 on black background.


Color preview on white background

This text has color #141715 on white background.



Black color preview on #141715 background

This text has black color on #141715 background.


White color preview on #141715 background

This text has white color on #141715 background.