COLOR #143F48

HEX: #143F48
RGB: (20,63,72)

Color info

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

RGB color model

#143F48 color RGB value is (20,63,72).

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

RGB channels and saturation

R 20 of 255 = 8%
G 63 of 255 = 25%
B 72 of 255 = 28%

20
63
72

R + G + B ~ 20%. #143F48 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 63 + 72 = 155 (100%)
R 20 of 155 ~ 12.9%
G 63 of 155 ~ 40.65%
B 72 of 155 ~ 46.45%

%12.9
%40.65
%46.45

CMYK color model

#143F48 color CMYK value is (72,13,0,72).

  • cyan value is 72.22%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(72,13,0,72)
C72M13Y0K72 
(72%,13%,0%,72%)
(0.72/0.13/0.00/0.72)	

CMYK percentages

%72.22
%12.5
%0
%71.76

Codes

Color #143F48 in popluar color models

143F48
RGB206372
HSL190°56.52%18.04%
HSB/HSV190°72.22%28.24%
CMYK72.22%12.50%0.00%
71.76%

Color #143F48 in popluar number systems.

HEX143F48
Decimal206372
Binary101001111111001000
Octal2477110

Shades and tints

Shades of #143F48

#143F48
(20,63,72)
#133A42
(19,58,66)
#12353C
(18,53,60)
#113036
(17,48,54)
#102B30
(16,43,48)
#0F262A
(15,38,42)
#0E2124
(14,33,36)
#0D1C1E
(13,28,30)
#0C1718
(12,23,24)
#0B1212
(11,18,18)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #143F48

#143F48
(20,63,72)
#295058
(41,80,88)
#3E6168
(62,97,104)
#537278
(83,114,120)
#688388
(104,131,136)
#7D9498
(125,148,152)
#92A5A8
(146,165,168)
#A7B6B8
(167,182,184)
#BCC7C8
(188,199,200)
#D1D8D8
(209,216,216)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143F48; }

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

This text font color is #143F48.


Background Color

.myBgColor { background-color: #143F48; }

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

This div background color is #143F48.


Border color

.myBorderColor { border: 1px solid #143F48; }

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

This div border color is #143F48.


Opacity

.myOpacity80 { color: #143F48; opacity: 0.8; }

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

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

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

This text has shadow with #143F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143F48 on black background.


Color preview on white background

This text has color #143F48 on white background.



Black color preview on #143F48 background

This text has black color on #143F48 background.


White color preview on #143F48 background

This text has white color on #143F48 background.