COLOR #444E5C

HEX: #444E5C RGB: (68,78,92)

Color info

#444E5C contains red, green and blue colors in about the same proportion. Web safe color of #444E5C is #336666 (or #366).

RGB color model

#444E5C color RGB value is (68,78,92).

RGB: (68,78,92) (27%, 31%, 36%)

RGB channels and saturation

R 68 of 255 = 27%
G 78 of 255 = 31%
B 92 of 255 = 36%

68
78
92

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

Portions of RGB colors in percentages

R + G + B = 68 + 78 + 92 = 238 (100%)
R 68 of 238 ~ 28.57%
G 78 of 238 ~ 32.77%
B 92 of 238 ~ 38.66'%

%28.57
%32.77
%38.66

CMYK color model

#444E5C color CMYK value is (26,15,0,64).

  • cyan value is 26.09%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (26,15,0,64)
C26M15Y0K64 (26%, 15%, 0%, 64%)
(0.26 / 0.15 / 0.00 / 0.64)

CMYK percentages

%26.09
%15.22
%0
%63.92

Codes

Color #444E5C in popluar color models

44 4E 5C
RGB 68 78 92
HSL 215° 15.00% 31.37%
HSB/HSV 215° 26.09% 36.08%
CMYK 26.09% 15.22% 0.00%
63.92%

Color #444E5C in popluar number systems.

HEX 44 4E 5C
Decimal 68 78 92
Binary 1000100 1001110 1011100
Octal 104 116 134

Shades and tints

Shades of #444E5C

#444E5C
(68,78,92)
#3E4754
(62,71,84)
#38404C
(56,64,76)
#323944
(50,57,68)
#2C323C
(44,50,60)
#262B34
(38,43,52)
#20242C
(32,36,44)
#1A1D24
(26,29,36)
#14161C
(20,22,28)
#0E0F14
(14,15,20)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #444E5C

#444E5C
(68,78,92)
#555E6A
(85,94,106)
#666E78
(102,110,120)
#777E86
(119,126,134)
#888E94
(136,142,148)
#999EA2
(153,158,162)
#AAAEB0
(170,174,176)
#BBBEBE
(187,190,190)
#CCCECC
(204,206,204)
#DDDEDA
(221,222,218)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444E5C; }

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

This text font color is #444E5C.

Background Color

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

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

This div background color is #444E5C.

Border color

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

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

This div border color is #444E5C.

Opacity

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

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

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

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

This text has shadow with #444E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444E5C.

Preview

Color preview on black background

This text has color #444E5C on black background.


Color preview on white background

This text has color #444E5C on white background.


Black color preview on #444E5C background

This text has black color on #444E5C background.


White color preview on #444E5C background

This text has white color on #444E5C background.


Related colors

Complementary color

Complementary color for #hex is #BBB1A3.


I love getcolorcode.com

Triadic colors

1 #5C444E and #4E5C44 with #444E5C are triadic colors.

2 #5C4E44 and #4E445C with #444E5C are triadic colors.