COLOR #141515

HEX: #141515 RGB: (20,21,21)

Color info

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

RGB color model

#141515 color RGB value is (20,21,21).

RGB: (20,21,21) (8%, 8%, 8%)

RGB channels and saturation

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

20
21
21

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

Portions of RGB colors in percentages

R + G + B = 20 + 21 + 21 = 62 (100%)
R 20 of 62 ~ 32.26%
G 21 of 62 ~ 33.87%
B 21 of 62 ~ 33.87'%

%32.26
%33.87
%33.87

CMYK color model

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

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (5,0,0,92)
C5M0Y0K92 (5%, 0%, 0%, 92%)
(0.05 / 0.00 / 0.00 / 0.92)

CMYK percentages

%4.76
%0
%0
%91.76

Codes

Color #141515 in popluar color models

14 15 15
RGB 20 21 21
HSL 180° 2.44% 8.04%
HSB/HSV 180° 4.76% 8.24%
CMYK 4.76% 0.00% 0.00%
91.76%

Color #141515 in popluar number systems.

HEX 14 15 15
Decimal 20 21 21
Binary 10100 10101 10101
Octal 24 25 25

Shades and tints

Shades of #141515

#141515
(20,21,21)
#131414
(19,20,20)
#121313
(18,19,19)
#111212
(17,18,18)
#101111
(16,17,17)
#0F1010
(15,16,16)
#0E0F0F
(14,15,15)
#0D0E0E
(13,14,14)
#0C0D0D
(12,13,13)
#0B0C0C
(11,12,12)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #141515

#141515
(20,21,21)
#292A2A
(41,42,42)
#3E3F3F
(62,63,63)
#535454
(83,84,84)
#686969
(104,105,105)
#7D7E7E
(125,126,126)
#929393
(146,147,147)
#A7A8A8
(167,168,168)
#BCBDBD
(188,189,189)
#D1D2D2
(209,210,210)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141515; }

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

This text font color is #141515.

Background Color

.myBgColor { background-color: #141515; }

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

This div background color is #141515.

Border color

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

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

This div border color is #141515.

Opacity

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

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

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

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

This text has shadow with #141515 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #141515.

Preview

Color preview on black background

This text has color #141515 on black background.


Color preview on white background

This text has color #141515 on white background.


Black color preview on #141515 background

This text has black color on #141515 background.


White color preview on #141515 background

This text has white color on #141515 background.


Related colors

Complementary color

Complementary color for #hex is #EBEAEA.


I love getcolorcode.com