COLOR #144240

HEX: #144240
RGB: (20,66,64)

Color info

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

RGB color model

#144240 color RGB value is (20,66,64).

  • red value is 20;
  • green value is 66;
  • blue value is 64.
RGB:
(20,66,64)
(8%,26%,25%)

RGB channels and saturation

R 20 of 255 = 8%
G 66 of 255 = 26%
B 64 of 255 = 25%

20
66
64

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

Portions of RGB colors in percentages

R + G + B =
20 + 66 + 64 = 150 (100%)
R 20 of 150 ~ 13.33%
G 66 of 150 ~ 44%
B 64 of 150 ~ 42.67%

%13.33
%44
%42.67

CMYK color model

#144240 color CMYK value is (70,0,3,74).

  • cyan value is 69.70%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 74.12%
CMYK:
(70,0,3,74)
C70M0Y3K74 
(70%,0%,3%,74%)
(0.70/0.00/0.03/0.74)	

CMYK percentages

%69.7
%0
%3.03
%74.12

Codes

Color #144240 in popluar color models

144240
RGB206664
HSL177°53.49%16.86%
HSB/HSV177°69.70%25.88%
CMYK69.70%0.00%3.03%
74.12%

Color #144240 in popluar number systems.

HEX144240
Decimal206664
Binary1010010000101000000
Octal24102100

Shades and tints

Shades of #144240

#144240
(20,66,64)
#133C3B
(19,60,59)
#123636
(18,54,54)
#113031
(17,48,49)
#102A2C
(16,42,44)
#0F2427
(15,36,39)
#0E1E22
(14,30,34)
#0D181D
(13,24,29)
#0C1218
(12,18,24)
#0B0C13
(11,12,19)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #144240

#144240
(20,66,64)
#295351
(41,83,81)
#3E6462
(62,100,98)
#537573
(83,117,115)
#688684
(104,134,132)
#7D9795
(125,151,149)
#92A8A6
(146,168,166)
#A7B9B7
(167,185,183)
#BCCAC8
(188,202,200)
#D1DBD9
(209,219,217)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #144240 color. Also use rgb(20,66,64) instead hex code.

Text Font Color

.myTextColor { color: #144240; }

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

This text font color is #144240.


Background Color

.myBgColor { background-color: #144240; }

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

This div background color is #144240.


Border color

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

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

This div border color is #144240.


Opacity

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

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

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

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

This text has shadow with #144240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #144240 on black background.


Color preview on white background

This text has color #144240 on white background.



Black color preview on #144240 background

This text has black color on #144240 background.


White color preview on #144240 background

This text has white color on #144240 background.