COLOR #142448

HEX: #142448
RGB: (20,36,72)

Color info

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

RGB color model

#142448 color RGB value is (20,36,72).

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

RGB channels and saturation

R 20 of 255 = 8%
G 36 of 255 = 14%
B 72 of 255 = 28%

20
36
72

R + G + B ~ 17%. #142448 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 36 + 72 = 128 (100%)
R 20 of 128 ~ 15.63%
G 36 of 128 ~ 28.13%
B 72 of 128 ~ 56.25%

%15.63
%28.13
%56.25

CMYK color model

#142448 color CMYK value is (72,50,0,72).

  • cyan value is 72.22%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(72,50,0,72)
C72M50Y0K72 
(72%,50%,0%,72%)
(0.72/0.50/0.00/0.72)	

CMYK percentages

%72.22
%50
%0
%71.76

Codes

Color #142448 in popluar color models

142448
RGB203672
HSL222°56.52%18.04%
HSB/HSV222°72.22%28.24%
CMYK72.22%50.00%0.00%
71.76%

Color #142448 in popluar number systems.

HEX142448
Decimal203672
Binary101001001001001000
Octal2444110

Shades and tints

Shades of #142448

#142448
(20,36,72)
#132142
(19,33,66)
#121E3C
(18,30,60)
#111B36
(17,27,54)
#101830
(16,24,48)
#0F152A
(15,21,42)
#0E1224
(14,18,36)
#0D0F1E
(13,15,30)
#0C0C18
(12,12,24)
#0B0912
(11,9,18)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #142448

#142448
(20,36,72)
#293758
(41,55,88)
#3E4A68
(62,74,104)
#535D78
(83,93,120)
#687088
(104,112,136)
#7D8398
(125,131,152)
#9296A8
(146,150,168)
#A7A9B8
(167,169,184)
#BCBCC8
(188,188,200)
#D1CFD8
(209,207,216)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142448; }

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

This text font color is #142448.


Background Color

.myBgColor { background-color: #142448; }

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

This div background color is #142448.


Border color

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

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

This div border color is #142448.


Opacity

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

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

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

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

This text has shadow with #142448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142448 on black background.


Color preview on white background

This text has color #142448 on white background.



Black color preview on #142448 background

This text has black color on #142448 background.


White color preview on #142448 background

This text has white color on #142448 background.