COLOR #142438

HEX: #142438
RGB: (20,36,56)

Color info

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

RGB color model

#142438 color RGB value is (20,36,56).

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

RGB channels and saturation

R 20 of 255 = 8%
G 36 of 255 = 14%
B 56 of 255 = 22%

20
36
56

R + G + B ~ 15%. #142438 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 36 + 56 = 112 (100%)
R 20 of 112 ~ 17.86%
G 36 of 112 ~ 32.14%
B 56 of 112 ~ 50%

%17.86
%32.14
%50

CMYK color model

#142438 color CMYK value is (64,36,0,78).

  • cyan value is 64.29%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(64,36,0,78)
C64M36Y0K78 
(64%,36%,0%,78%)
(0.64/0.36/0.00/0.78)	

CMYK percentages

%64.29
%35.71
%0
%78.04

Codes

Color #142438 in popluar color models

142438
RGB203656
HSL213°47.37%14.90%
HSB/HSV213°64.29%21.96%
CMYK64.29%35.71%0.00%
78.04%

Color #142438 in popluar number systems.

HEX142438
Decimal203656
Binary10100100100111000
Octal244470

Shades and tints

Shades of #142438

#142438
(20,36,56)
#132133
(19,33,51)
#121E2E
(18,30,46)
#111B29
(17,27,41)
#101824
(16,24,36)
#0F151F
(15,21,31)
#0E121A
(14,18,26)
#0D0F15
(13,15,21)
#0C0C10
(12,12,16)
#0B090B
(11,9,11)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #142438

#142438
(20,36,56)
#29374A
(41,55,74)
#3E4A5C
(62,74,92)
#535D6E
(83,93,110)
#687080
(104,112,128)
#7D8392
(125,131,146)
#9296A4
(146,150,164)
#A7A9B6
(167,169,182)
#BCBCC8
(188,188,200)
#D1CFDA
(209,207,218)
#E6E2EC
(230,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142438; }

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

This text font color is #142438.


Background Color

.myBgColor { background-color: #142438; }

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

This div background color is #142438.


Border color

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

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

This div border color is #142438.


Opacity

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

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

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

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

This text has shadow with #142438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142438 on black background.


Color preview on white background

This text has color #142438 on white background.



Black color preview on #142438 background

This text has black color on #142438 background.


White color preview on #142438 background

This text has white color on #142438 background.