COLOR #143248

HEX: #143248
RGB: (20,50,72)

Color info

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

RGB color model

#143248 color RGB value is (20,50,72).

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

RGB channels and saturation

R 20 of 255 = 8%
G 50 of 255 = 20%
B 72 of 255 = 28%

20
50
72

R + G + B ~ 19%. #143248 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 50 + 72 = 142 (100%)
R 20 of 142 ~ 14.08%
G 50 of 142 ~ 35.21%
B 72 of 142 ~ 50.7%

%14.08
%35.21
%50.7

CMYK color model

#143248 color CMYK value is (72,31,0,72).

  • cyan value is 72.22%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(72,31,0,72)
C72M31Y0K72 
(72%,31%,0%,72%)
(0.72/0.31/0.00/0.72)	

CMYK percentages

%72.22
%30.56
%0
%71.76

Codes

Color #143248 in popluar color models

143248
RGB205072
HSL205°56.52%18.04%
HSB/HSV205°72.22%28.24%
CMYK72.22%30.56%0.00%
71.76%

Color #143248 in popluar number systems.

HEX143248
Decimal205072
Binary101001100101001000
Octal2462110

Shades and tints

Shades of #143248

#143248
(20,50,72)
#132E42
(19,46,66)
#122A3C
(18,42,60)
#112636
(17,38,54)
#102230
(16,34,48)
#0F1E2A
(15,30,42)
#0E1A24
(14,26,36)
#0D161E
(13,22,30)
#0C1218
(12,18,24)
#0B0E12
(11,14,18)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #143248

#143248
(20,50,72)
#294458
(41,68,88)
#3E5668
(62,86,104)
#536878
(83,104,120)
#687A88
(104,122,136)
#7D8C98
(125,140,152)
#929EA8
(146,158,168)
#A7B0B8
(167,176,184)
#BCC2C8
(188,194,200)
#D1D4D8
(209,212,216)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143248; }

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

This text font color is #143248.


Background Color

.myBgColor { background-color: #143248; }

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

This div background color is #143248.


Border color

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

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

This div border color is #143248.


Opacity

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

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

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

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

This text has shadow with #143248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143248 on black background.


Color preview on white background

This text has color #143248 on white background.



Black color preview on #143248 background

This text has black color on #143248 background.


White color preview on #143248 background

This text has white color on #143248 background.