COLOR #143748

HEX: #143748
RGB: (20,55,72)

Color info

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

RGB color model

#143748 color RGB value is (20,55,72).

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

RGB channels and saturation

R 20 of 255 = 8%
G 55 of 255 = 22%
B 72 of 255 = 28%

20
55
72

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

Portions of RGB colors in percentages

R + G + B =
20 + 55 + 72 = 147 (100%)
R 20 of 147 ~ 13.61%
G 55 of 147 ~ 37.41%
B 72 of 147 ~ 48.98%

%13.61
%37.41
%48.98

CMYK color model

#143748 color CMYK value is (72,24,0,72).

  • cyan value is 72.22%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(72,24,0,72)
C72M24Y0K72 
(72%,24%,0%,72%)
(0.72/0.24/0.00/0.72)	

CMYK percentages

%72.22
%23.61
%0
%71.76

Codes

Color #143748 in popluar color models

143748
RGB205572
HSL200°56.52%18.04%
HSB/HSV200°72.22%28.24%
CMYK72.22%23.61%0.00%
71.76%

Color #143748 in popluar number systems.

HEX143748
Decimal205572
Binary101001101111001000
Octal2467110

Shades and tints

Shades of #143748

#143748
(20,55,72)
#133242
(19,50,66)
#122D3C
(18,45,60)
#112836
(17,40,54)
#102330
(16,35,48)
#0F1E2A
(15,30,42)
#0E1924
(14,25,36)
#0D141E
(13,20,30)
#0C0F18
(12,15,24)
#0B0A12
(11,10,18)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #143748

#143748
(20,55,72)
#294958
(41,73,88)
#3E5B68
(62,91,104)
#536D78
(83,109,120)
#687F88
(104,127,136)
#7D9198
(125,145,152)
#92A3A8
(146,163,168)
#A7B5B8
(167,181,184)
#BCC7C8
(188,199,200)
#D1D9D8
(209,217,216)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143748; }

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

This text font color is #143748.


Background Color

.myBgColor { background-color: #143748; }

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

This div background color is #143748.


Border color

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

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

This div border color is #143748.


Opacity

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

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

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

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

This text has shadow with #143748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143748 on black background.


Color preview on white background

This text has color #143748 on white background.



Black color preview on #143748 background

This text has black color on #143748 background.


White color preview on #143748 background

This text has white color on #143748 background.