COLOR #444D57

HEX: #444D57 RGB: (68,77,87)

Color info

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

RGB color model

#444D57 color RGB value is (68,77,87).

RGB: (68,77,87) (27%, 30%, 34%)

RGB channels and saturation

R 68 of 255 = 27%
G 77 of 255 = 30%
B 87 of 255 = 34%

68
77
87

R + G + B ~ 30%. #444D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 77 + 87 = 232 (100%)
R 68 of 232 ~ 29.31%
G 77 of 232 ~ 33.19%
B 87 of 232 ~ 37.5'%

%29.31
%33.19
%37.5

CMYK color model

#444D57 color CMYK value is (22,11,0,66).

  • cyan value is 21.84%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (22,11,0,66)
C22M11Y0K66 (22%, 11%, 0%, 66%)
(0.22 / 0.11 / 0.00 / 0.66)

CMYK percentages

%21.84
%11.49
%0
%65.88

Codes

Color #444D57 in popluar color models

44 4D 57
RGB 68 77 87
HSL 212° 12.26% 30.39%
HSB/HSV 212° 21.84% 34.12%
CMYK 21.84% 11.49% 0.00%
65.88%

Color #444D57 in popluar number systems.

HEX 44 4D 57
Decimal 68 77 87
Binary 1000100 1001101 1010111
Octal 104 115 127

Shades and tints

Shades of #444D57

#444D57
(68,77,87)
#3E4650
(62,70,80)
#383F49
(56,63,73)
#323842
(50,56,66)
#2C313B
(44,49,59)
#262A34
(38,42,52)
#20232D
(32,35,45)
#1A1C26
(26,28,38)
#14151F
(20,21,31)
#0E0E18
(14,14,24)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #444D57

#444D57
(68,77,87)
#555D66
(85,93,102)
#666D75
(102,109,117)
#777D84
(119,125,132)
#888D93
(136,141,147)
#999DA2
(153,157,162)
#AAADB1
(170,173,177)
#BBBDC0
(187,189,192)
#CCCDCF
(204,205,207)
#DDDDDE
(221,221,222)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444D57 color. Also use rgb(68,77,87) instead hex code.

Text Font Color

.myTextColor { color: #444D57; }

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

This text font color is #444D57.

Background Color

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

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

This div background color is #444D57.

Border color

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

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

This div border color is #444D57.

Opacity

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

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

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

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

This text has shadow with #444D57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444D57.

Preview

Color preview on black background

This text has color #444D57 on black background.


Color preview on white background

This text has color #444D57 on white background.


Black color preview on #444D57 background

This text has black color on #444D57 background.


White color preview on #444D57 background

This text has white color on #444D57 background.


Related colors

Complementary color

Complementary color for #hex is #BBB2A8.


I love getcolorcode.com

Triadic colors

1 #57444D and #4D5744 with #444D57 are triadic colors.

2 #574D44 and #4D4457 with #444D57 are triadic colors.