COLOR #444A64

HEX: #444A64
RGB: (68,74,100)

Color info

#444A64 contains red, green and blue colors in about the same proportion. Web safe color of #444A64 is #333366 (or #336).

RGB color model

#444A64 color RGB value is (68,74,100).

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

RGB channels and saturation

R 68 of 255 = 27%
G 74 of 255 = 29%
B 100 of 255 = 39%

68
74
100

R + G + B ~ 32%. #444A64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 74 + 100 = 242 (100%)
R 68 of 242 ~ 28.1%
G 74 of 242 ~ 30.58%
B 100 of 242 ~ 41.32%

%28.1
%30.58
%41.32

CMYK color model

#444A64 color CMYK value is (32,26,0,61).

  • cyan value is 32.00%
  • magenta value is 26.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(32,26,0,61)
C32M26Y0K61 
(32%,26%,0%,61%)
(0.32/0.26/0.00/0.61)	

CMYK percentages

%32
%26
%0
%60.78

Codes

Color #444A64 in popluar color models

444A64
RGB6874100
HSL229°19.05%32.94%
HSB/HSV229°32.00%39.22%
CMYK32.00%26.00%0.00%
60.78%

Color #444A64 in popluar number systems.

HEX444A64
Decimal6874100
Binary100010010010101100100
Octal104112144

Shades and tints

Shades of #444A64

#444A64
(68,74,100)
#3E445B
(62,68,91)
#383E52
(56,62,82)
#323849
(50,56,73)
#2C3240
(44,50,64)
#262C37
(38,44,55)
#20262E
(32,38,46)
#1A2025
(26,32,37)
#141A1C
(20,26,28)
#0E1413
(14,20,19)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #444A64

#444A64
(68,74,100)
#555A72
(85,90,114)
#666A80
(102,106,128)
#777A8E
(119,122,142)
#888A9C
(136,138,156)
#999AAA
(153,154,170)
#AAAAB8
(170,170,184)
#BBBAC6
(187,186,198)
#CCCAD4
(204,202,212)
#DDDAE2
(221,218,226)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444A64; }

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

This text font color is #444A64.


Background Color

.myBgColor { background-color: #444A64; }

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

This div background color is #444A64.


Border color

.myBorderColor { border: 1px solid #444A64; }

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

This div border color is #444A64.


Opacity

.myOpacity80 { color: #444A64; opacity: 0.8; }

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

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

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

This text has shadow with #444A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444A64 on black background.


Color preview on white background

This text has color #444A64 on white background.



Black color preview on #444A64 background

This text has black color on #444A64 background.


White color preview on #444A64 background

This text has white color on #444A64 background.