COLOR #142821

HEX: #142821
RGB: (20,40,33)

Color info

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

RGB color model

#142821 color RGB value is (20,40,33).

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

RGB channels and saturation

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

20
40
33

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

Portions of RGB colors in percentages

R + G + B =
20 + 40 + 33 = 93 (100%)
R 20 of 93 ~ 21.51%
G 40 of 93 ~ 43.01%
B 33 of 93 ~ 35.48%

%21.51
%43.01
%35.48

CMYK color model

#142821 color CMYK value is (50,0,18,84).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 84.31%
CMYK:
(50,0,18,84)
C50M0Y18K84 
(50%,0%,18%,84%)
(0.50/0.00/0.18/0.84)	

CMYK percentages

%50
%0
%17.5
%84.31

Codes

Color #142821 in popluar color models

142821
RGB204033
HSL159°33.33%11.76%
HSB/HSV159°50.00%15.69%
CMYK50.00%0.00%17.50%
84.31%

Color #142821 in popluar number systems.

HEX142821
Decimal204033
Binary10100101000100001
Octal245041

Shades and tints

Shades of #142821

#142821
(20,40,33)
#13251E
(19,37,30)
#12221B
(18,34,27)
#111F18
(17,31,24)
#101C15
(16,28,21)
#0F1912
(15,25,18)
#0E160F
(14,22,15)
#0D130C
(13,19,12)
#0C1009
(12,16,9)
#0B0D06
(11,13,6)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #142821

#142821
(20,40,33)
#293B35
(41,59,53)
#3E4E49
(62,78,73)
#53615D
(83,97,93)
#687471
(104,116,113)
#7D8785
(125,135,133)
#929A99
(146,154,153)
#A7ADAD
(167,173,173)
#BCC0C1
(188,192,193)
#D1D3D5
(209,211,213)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142821; }

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

This text font color is #142821.


Background Color

.myBgColor { background-color: #142821; }

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

This div background color is #142821.


Border color

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

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

This div border color is #142821.


Opacity

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

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

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

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

This text has shadow with #142821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142821 on black background.


Color preview on white background

This text has color #142821 on white background.



Black color preview on #142821 background

This text has black color on #142821 background.


White color preview on #142821 background

This text has white color on #142821 background.