COLOR #444A5C

HEX: #444A5C RGB: (68,74,92)

Color info

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

RGB color model

#444A5C color RGB value is (68,74,92).

RGB: (68,74,92) (27%, 29%, 36%)

RGB channels and saturation

R 68 of 255 = 27%
G 74 of 255 = 29%
B 92 of 255 = 36%

68
74
92

R + G + B ~ 31%. #444A5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 74 + 92 = 234 (100%)
R 68 of 234 ~ 29.06%
G 74 of 234 ~ 31.62%
B 92 of 234 ~ 39.32'%

%29.06
%31.62
%39.32

CMYK color model

#444A5C color CMYK value is (26,20,0,64).

  • cyan value is 26.09%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (26,20,0,64) C26M20Y0K64 (26%,20%,0%,64%) (0.26/0.20/0.00/0.64) 

CMYK percentages

%26.09
%19.57
%0
%63.92

Codes

Color #444A5C in popluar color models

44 4A 5C
RGB 68 74 92
HSL 225° 15.00% 31.37%
HSB/HSV 225° 26.09% 36.08%
CMYK 26.09% 19.57% 0.00%
63.92%

Color #444A5C in popluar number systems.

HEX 44 4A 5C
Decimal 68 74 92
Binary 1000100 1001010 1011100
Octal 104 112 134

Shades and tints

Shades of #444A5C

#444A5C
(68,74,92)
#3E4454
(62,68,84)
#383E4C
(56,62,76)
#323844
(50,56,68)
#2C323C
(44,50,60)
#262C34
(38,44,52)
#20262C
(32,38,44)
#1A2024
(26,32,36)
#141A1C
(20,26,28)
#0E1414
(14,20,20)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #444A5C

#444A5C
(68,74,92)
#555A6A
(85,90,106)
#666A78
(102,106,120)
#777A86
(119,122,134)
#888A94
(136,138,148)
#999AA2
(153,154,162)
#AAAAB0
(170,170,176)
#BBBABE
(187,186,190)
#CCCACC
(204,202,204)
#DDDADA
(221,218,218)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444A5C; }

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

This text font color is #444A5C.

Background Color

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

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

This div background color is #444A5C.

Border color

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

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

This div border color is #444A5C.

Opacity

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

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

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

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

This text has shadow with #444A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444A5C.

Preview

Color preview on black background

This text has color #444A5C on black background.


Color preview on white background

This text has color #444A5C on white background.


Black color preview on #444A5C background

This text has black color on #444A5C background.


White color preview on #444A5C background

This text has white color on #444A5C background.


Related colors

Complementary color

Complementary color for #hex is #BBB5A3.


I love getcolorcode.com

Triadic colors

1 #5C444A and #4A5C44 with #444A5C are triadic colors.

2 #5C4A44 and #4A445C with #444A5C are triadic colors.