COLOR #141820

HEX: #141820
RGB: (20,24,32)

Color info

#141820 contains red, green and blue colors in about the same proportion. Web safe color of #141820 is #000033 (or #003).

RGB color model

#141820 color RGB value is (20,24,32).

  • red value is 20;
  • green value is 24;
  • blue value is 32.
RGB:
(20,24,32)
(8%,9%,13%)

RGB channels and saturation

R 20 of 255 = 8%
G 24 of 255 = 9%
B 32 of 255 = 13%

20
24
32

R + G + B ~ 10%. #141820 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 24 + 32 = 76 (100%)
R 20 of 76 ~ 26.32%
G 24 of 76 ~ 31.58%
B 32 of 76 ~ 42.11%

%26.32
%31.58
%42.11

CMYK color model

#141820 color CMYK value is (38,25,0,87).

  • cyan value is 37.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(38,25,0,87)
C38M25Y0K87 
(38%,25%,0%,87%)
(0.38/0.25/0.00/0.87)	

CMYK percentages

%37.5
%25
%0
%87.45

Codes

Color #141820 in popluar color models

141820
RGB202432
HSL220°23.08%10.20%
HSB/HSV220°37.50%12.55%
CMYK37.50%25.00%0.00%
87.45%

Color #141820 in popluar number systems.

HEX141820
Decimal202432
Binary1010011000100000
Octal243040

Shades and tints

Shades of #141820

#141820
(20,24,32)
#13161E
(19,22,30)
#12141C
(18,20,28)
#11121A
(17,18,26)
#101018
(16,16,24)
#0F0E16
(15,14,22)
#0E0C14
(14,12,20)
#0D0A12
(13,10,18)
#0C0810
(12,8,16)
#0B060E
(11,6,14)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #141820

#141820
(20,24,32)
#292D34
(41,45,52)
#3E4248
(62,66,72)
#53575C
(83,87,92)
#686C70
(104,108,112)
#7D8184
(125,129,132)
#929698
(146,150,152)
#A7ABAC
(167,171,172)
#BCC0C0
(188,192,192)
#D1D5D4
(209,213,212)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141820; }

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

This text font color is #141820.


Background Color

.myBgColor { background-color: #141820; }

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

This div background color is #141820.


Border color

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

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

This div border color is #141820.


Opacity

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

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

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

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

This text has shadow with #141820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141820 on black background.


Color preview on white background

This text has color #141820 on white background.



Black color preview on #141820 background

This text has black color on #141820 background.


White color preview on #141820 background

This text has white color on #141820 background.