COLOR #142521

HEX: #142521
RGB: (20,37,33)

Color info

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

RGB color model

#142521 color RGB value is (20,37,33).

  • red value is 20;
  • green value is 37;
  • blue value is 33.
RGB:
(20,37,33)
(8%,15%,13%)

RGB channels and saturation

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

20
37
33

R + G + B ~ 12%. #142521 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 37 + 33 = 90 (100%)
R 20 of 90 ~ 22.22%
G 37 of 90 ~ 41.11%
B 33 of 90 ~ 36.67%

%22.22
%41.11
%36.67

CMYK color model

#142521 color CMYK value is (46,0,11,85).

  • cyan value is 45.95%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 85.49%
CMYK:
(46,0,11,85)
C46M0Y11K85 
(46%,0%,11%,85%)
(0.46/0.00/0.11/0.85)	

CMYK percentages

%45.95
%0
%10.81
%85.49

Codes

Color #142521 in popluar color models

142521
RGB203733
HSL166°29.82%11.18%
HSB/HSV166°45.95%14.51%
CMYK45.95%0.00%10.81%
85.49%

Color #142521 in popluar number systems.

HEX142521
Decimal203733
Binary10100100101100001
Octal244541

Shades and tints

Shades of #142521

#142521
(20,37,33)
#13221E
(19,34,30)
#121F1B
(18,31,27)
#111C18
(17,28,24)
#101915
(16,25,21)
#0F1612
(15,22,18)
#0E130F
(14,19,15)
#0D100C
(13,16,12)
#0C0D09
(12,13,9)
#0B0A06
(11,10,6)
#0A0703
(10,7,3)
#000000
(0,0,0)

Tints of #142521

#142521
(20,37,33)
#293835
(41,56,53)
#3E4B49
(62,75,73)
#535E5D
(83,94,93)
#687171
(104,113,113)
#7D8485
(125,132,133)
#929799
(146,151,153)
#A7AAAD
(167,170,173)
#BCBDC1
(188,189,193)
#D1D0D5
(209,208,213)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142521; }

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

This text font color is #142521.


Background Color

.myBgColor { background-color: #142521; }

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

This div background color is #142521.


Border color

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

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

This div border color is #142521.


Opacity

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

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

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

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

This text has shadow with #142521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142521 on black background.


Color preview on white background

This text has color #142521 on white background.



Black color preview on #142521 background

This text has black color on #142521 background.


White color preview on #142521 background

This text has white color on #142521 background.