COLOR #144464

HEX: #144464
RGB: (20,68,100)

Color info

#144464 contains mainly green and blue colors. Web safe color of #144464 is #003366 (or #036).

RGB color model

#144464 color RGB value is (20,68,100).

  • red value is 20;
  • green value is 68;
  • blue value is 100.
RGB:
(20,68,100)
(8%,27%,39%)

RGB channels and saturation

R 20 of 255 = 8%
G 68 of 255 = 27%
B 100 of 255 = 39%

20
68
100

R + G + B ~ 25%. #144464 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 68 + 100 = 188 (100%)
R 20 of 188 ~ 10.64%
G 68 of 188 ~ 36.17%
B 100 of 188 ~ 53.19%

%10.64
%36.17
%53.19

CMYK color model

#144464 color CMYK value is (80,32,0,61).

  • cyan value is 80.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(80,32,0,61)
C80M32Y0K61 
(80%,32%,0%,61%)
(0.80/0.32/0.00/0.61)	

CMYK percentages

%80
%32
%0
%60.78

Codes

Color #144464 in popluar color models

144464
RGB2068100
HSL204°66.67%23.53%
HSB/HSV204°80.00%39.22%
CMYK80.00%32.00%0.00%
60.78%

Color #144464 in popluar number systems.

HEX144464
Decimal2068100
Binary1010010001001100100
Octal24104144

Shades and tints

Shades of #144464

#144464
(20,68,100)
#133E5B
(19,62,91)
#123852
(18,56,82)
#113249
(17,50,73)
#102C40
(16,44,64)
#0F2637
(15,38,55)
#0E202E
(14,32,46)
#0D1A25
(13,26,37)
#0C141C
(12,20,28)
#0B0E13
(11,14,19)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #144464

#144464
(20,68,100)
#295572
(41,85,114)
#3E6680
(62,102,128)
#53778E
(83,119,142)
#68889C
(104,136,156)
#7D99AA
(125,153,170)
#92AAB8
(146,170,184)
#A7BBC6
(167,187,198)
#BCCCD4
(188,204,212)
#D1DDE2
(209,221,226)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #144464 color. Also use rgb(20,68,100) instead hex code.

Text Font Color

.myTextColor { color: #144464; }

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

This text font color is #144464.


Background Color

.myBgColor { background-color: #144464; }

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

This div background color is #144464.


Border color

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

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

This div border color is #144464.


Opacity

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

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

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

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

This text has shadow with #144464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #144464 on black background.


Color preview on white background

This text has color #144464 on white background.



Black color preview on #144464 background

This text has black color on #144464 background.


White color preview on #144464 background

This text has white color on #144464 background.