COLOR #142121

HEX: #142121 RGB: (20,33,33)

Color info

#142121 contains red, green and blue colors in about the same proportion. Web safe color of #142121 is #003333 (or #033).

RGB color model

#142121 color RGB value is (20,33,33).

RGB: (20,33,33) (8%, 13%, 13%)

RGB channels and saturation

R 20 of 255 = 8%
G 33 of 255 = 13%
B 33 of 255 = 13%

20
33
33

R + G + B ~ 11%. #142121 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 33 + 33 = 86 (100%)
R 20 of 86 ~ 23.26%
G 33 of 86 ~ 38.37%
B 33 of 86 ~ 38.37'%

%23.26
%38.37
%38.37

CMYK color model

#142121 color CMYK value is (39,0,0,87).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (39,0,0,87)
C39M0Y0K87 (39%, 0%, 0%, 87%)
(0.39 / 0.00 / 0.00 / 0.87)

CMYK percentages

%39.39
%0
%0
%87.06

Codes

Color #142121 in popluar color models

14 21 21
RGB 20 33 33
HSL 180° 24.53% 10.39%
HSB/HSV 180° 39.39% 12.94%
CMYK 39.39% 0.00% 0.00%
87.06%

Color #142121 in popluar number systems.

HEX 14 21 21
Decimal 20 33 33
Binary 10100 100001 100001
Octal 24 41 41

Shades and tints

Shades of #142121

#142121
(20,33,33)
#131E1E
(19,30,30)
#121B1B
(18,27,27)
#111818
(17,24,24)
#101515
(16,21,21)
#0F1212
(15,18,18)
#0E0F0F
(14,15,15)
#0D0C0C
(13,12,12)
#0C0909
(12,9,9)
#0B0606
(11,6,6)
#0A0303
(10,3,3)
#000000
(0,0,0)

Tints of #142121

#142121
(20,33,33)
#293535
(41,53,53)
#3E4949
(62,73,73)
#535D5D
(83,93,93)
#687171
(104,113,113)
#7D8585
(125,133,133)
#929999
(146,153,153)
#A7ADAD
(167,173,173)
#BCC1C1
(188,193,193)
#D1D5D5
(209,213,213)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142121; }

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

This text font color is #142121.

Background Color

.myBgColor { background-color: #142121; }

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

This div background color is #142121.

Border color

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

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

This div border color is #142121.

Opacity

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

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

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

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

This text has shadow with #142121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #142121.

Preview

Color preview on black background

This text has color #142121 on black background.


Color preview on white background

This text has color #142121 on white background.


Black color preview on #142121 background

This text has black color on #142121 background.


White color preview on #142121 background

This text has white color on #142121 background.


Related colors

Complementary color

Complementary color for #hex is #EBDEDE.


I love getcolorcode.com