COLOR #142426

HEX: #142426
RGB: (20,36,38)

Color info

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

RGB color model

#142426 color RGB value is (20,36,38).

  • red value is 20;
  • green value is 36;
  • blue value is 38.
RGB:
(20,36,38)
(8%,14%,15%)

RGB channels and saturation

R 20 of 255 = 8%
G 36 of 255 = 14%
B 38 of 255 = 15%

20
36
38

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

Portions of RGB colors in percentages

R + G + B =
20 + 36 + 38 = 94 (100%)
R 20 of 94 ~ 21.28%
G 36 of 94 ~ 38.3%
B 38 of 94 ~ 40.43%

%21.28
%38.3
%40.43

CMYK color model

#142426 color CMYK value is (47,5,0,85).

  • cyan value is 47.37%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(47,5,0,85)
C47M5Y0K85 
(47%,5%,0%,85%)
(0.47/0.05/0.00/0.85)	

CMYK percentages

%47.37
%5.26
%0
%85.1

Codes

Color #142426 in popluar color models

142426
RGB203638
HSL187°31.03%11.37%
HSB/HSV187°47.37%14.90%
CMYK47.37%5.26%0.00%
85.10%

Color #142426 in popluar number systems.

HEX142426
Decimal203638
Binary10100100100100110
Octal244446

Shades and tints

Shades of #142426

#142426
(20,36,38)
#132123
(19,33,35)
#121E20
(18,30,32)
#111B1D
(17,27,29)
#10181A
(16,24,26)
#0F1517
(15,21,23)
#0E1214
(14,18,20)
#0D0F11
(13,15,17)
#0C0C0E
(12,12,14)
#0B090B
(11,9,11)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #142426

#142426
(20,36,38)
#293739
(41,55,57)
#3E4A4C
(62,74,76)
#535D5F
(83,93,95)
#687072
(104,112,114)
#7D8385
(125,131,133)
#929698
(146,150,152)
#A7A9AB
(167,169,171)
#BCBCBE
(188,188,190)
#D1CFD1
(209,207,209)
#E6E2E4
(230,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142426; }

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

This text font color is #142426.


Background Color

.myBgColor { background-color: #142426; }

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

This div background color is #142426.


Border color

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

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

This div border color is #142426.


Opacity

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

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

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

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

This text has shadow with #142426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142426 on black background.


Color preview on white background

This text has color #142426 on white background.



Black color preview on #142426 background

This text has black color on #142426 background.


White color preview on #142426 background

This text has white color on #142426 background.