COLOR #141613

HEX: #141613
RGB: (20,22,19)

Color info

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

RGB color model

#141613 color RGB value is (20,22,19).

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

RGB channels and saturation

R 20 of 255 = 8%
G 22 of 255 = 9%
B 19 of 255 = 7%

20
22
19

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

Portions of RGB colors in percentages

R + G + B =
20 + 22 + 19 = 61 (100%)
R 20 of 61 ~ 32.79%
G 22 of 61 ~ 36.07%
B 19 of 61 ~ 31.15%

%32.79
%36.07
%31.15

CMYK color model

#141613 color CMYK value is (9,0,14,91).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 91.37%
CMYK:
(9,0,14,91)
C9M0Y14K91 
(9%,0%,14%,91%)
(0.09/0.00/0.14/0.91)	

CMYK percentages

%9.09
%0
%13.64
%91.37

Codes

Color #141613 in popluar color models

141613
RGB202219
HSL100°7.32%8.04%
HSB/HSV100°13.64%8.63%
CMYK9.09%0.00%13.64%
91.37%

Color #141613 in popluar number systems.

HEX141613
Decimal202219
Binary101001011010011
Octal242623

Shades and tints

Shades of #141613

#141613
(20,22,19)
#131412
(19,20,18)
#121211
(18,18,17)
#111010
(17,16,16)
#100E0F
(16,14,15)
#0F0C0E
(15,12,14)
#0E0A0D
(14,10,13)
#0D080C
(13,8,12)
#0C060B
(12,6,11)
#0B040A
(11,4,10)
#0A0209
(10,2,9)
#000000
(0,0,0)

Tints of #141613

#141613
(20,22,19)
#292B28
(41,43,40)
#3E403D
(62,64,61)
#535552
(83,85,82)
#686A67
(104,106,103)
#7D7F7C
(125,127,124)
#929491
(146,148,145)
#A7A9A6
(167,169,166)
#BCBEBB
(188,190,187)
#D1D3D0
(209,211,208)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141613; }

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

This text font color is #141613.


Background Color

.myBgColor { background-color: #141613; }

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

This div background color is #141613.


Border color

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

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

This div border color is #141613.


Opacity

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

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

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

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

This text has shadow with #141613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141613 on black background.


Color preview on white background

This text has color #141613 on white background.



Black color preview on #141613 background

This text has black color on #141613 background.


White color preview on #141613 background

This text has white color on #141613 background.