COLOR #144743

HEX: #144743
RGB: (20,71,67)

Color info

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

RGB color model

#144743 color RGB value is (20,71,67).

  • red value is 20;
  • green value is 71;
  • blue value is 67.
RGB:
(20,71,67)
(8%,28%,26%)

RGB channels and saturation

R 20 of 255 = 8%
G 71 of 255 = 28%
B 67 of 255 = 26%

20
71
67

R + G + B ~ 21%. #144743 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 71 + 67 = 158 (100%)
R 20 of 158 ~ 12.66%
G 71 of 158 ~ 44.94%
B 67 of 158 ~ 42.41%

%12.66
%44.94
%42.41

CMYK color model

#144743 color CMYK value is (72,0,6,72).

  • cyan value is 71.83%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 72.16%
CMYK:
(72,0,6,72)
C72M0Y6K72 
(72%,0%,6%,72%)
(0.72/0.00/0.06/0.72)	

CMYK percentages

%71.83
%0
%5.63
%72.16

Codes

Color #144743 in popluar color models

144743
RGB207167
HSL175°56.04%17.84%
HSB/HSV175°71.83%27.84%
CMYK71.83%0.00%5.63%
72.16%

Color #144743 in popluar number systems.

HEX144743
Decimal207167
Binary1010010001111000011
Octal24107103

Shades and tints

Shades of #144743

#144743
(20,71,67)
#13413D
(19,65,61)
#123B37
(18,59,55)
#113531
(17,53,49)
#102F2B
(16,47,43)
#0F2925
(15,41,37)
#0E231F
(14,35,31)
#0D1D19
(13,29,25)
#0C1713
(12,23,19)
#0B110D
(11,17,13)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #144743

#144743
(20,71,67)
#295754
(41,87,84)
#3E6765
(62,103,101)
#537776
(83,119,118)
#688787
(104,135,135)
#7D9798
(125,151,152)
#92A7A9
(146,167,169)
#A7B7BA
(167,183,186)
#BCC7CB
(188,199,203)
#D1D7DC
(209,215,220)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #144743 color. Also use rgb(20,71,67) instead hex code.

Text Font Color

.myTextColor { color: #144743; }

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

This text font color is #144743.


Background Color

.myBgColor { background-color: #144743; }

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

This div background color is #144743.


Border color

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

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

This div border color is #144743.


Opacity

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

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

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

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

This text has shadow with #144743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #144743 on black background.


Color preview on white background

This text has color #144743 on white background.



Black color preview on #144743 background

This text has black color on #144743 background.


White color preview on #144743 background

This text has white color on #144743 background.