COLOR #444D53

HEX: #444D53 RGB: (68,77,83)

Color info

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

RGB color model

#444D53 color RGB value is (68,77,83).

RGB: (68,77,83) (27%, 30%, 33%)

RGB channels and saturation

R 68 of 255 = 27%
G 77 of 255 = 30%
B 83 of 255 = 33%

68
77
83

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

Portions of RGB colors in percentages

R + G + B = 68 + 77 + 83 = 228 (100%)
R 68 of 228 ~ 29.82%
G 77 of 228 ~ 33.77%
B 83 of 228 ~ 36.4'%

%29.82
%33.77
%36.4

CMYK color model

#444D53 color CMYK value is (18,7,0,67).

  • cyan value is 18.07%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (18,7,0,67)
C18M7Y0K67 (18%, 7%, 0%, 67%)
(0.18 / 0.07 / 0.00 / 0.67)

CMYK percentages

%18.07
%7.23
%0
%67.45

Codes

Color #444D53 in popluar color models

44 4D 53
RGB 68 77 83
HSL 204° 9.93% 29.61%
HSB/HSV 204° 18.07% 32.55%
CMYK 18.07% 7.23% 0.00%
67.45%

Color #444D53 in popluar number systems.

HEX 44 4D 53
Decimal 68 77 83
Binary 1000100 1001101 1010011
Octal 104 115 123

Shades and tints

Shades of #444D53

#444D53
(68,77,83)
#3E464C
(62,70,76)
#383F45
(56,63,69)
#32383E
(50,56,62)
#2C3137
(44,49,55)
#262A30
(38,42,48)
#202329
(32,35,41)
#1A1C22
(26,28,34)
#14151B
(20,21,27)
#0E0E14
(14,14,20)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #444D53

#444D53
(68,77,83)
#555D62
(85,93,98)
#666D71
(102,109,113)
#777D80
(119,125,128)
#888D8F
(136,141,143)
#999D9E
(153,157,158)
#AAADAD
(170,173,173)
#BBBDBC
(187,189,188)
#CCCDCB
(204,205,203)
#DDDDDA
(221,221,218)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444D53; }

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

This text font color is #444D53.

Background Color

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

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

This div background color is #444D53.

Border color

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

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

This div border color is #444D53.

Opacity

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

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

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

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

This text has shadow with #444D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444D53.

Preview

Color preview on black background

This text has color #444D53 on black background.


Color preview on white background

This text has color #444D53 on white background.


Black color preview on #444D53 background

This text has black color on #444D53 background.


White color preview on #444D53 background

This text has white color on #444D53 background.


Related colors

Complementary color

Complementary color for #hex is #BBB2AC.


I love getcolorcode.com

Triadic colors

1 #53444D and #4D5344 with #444D53 are triadic colors.

2 #534D44 and #4D4453 with #444D53 are triadic colors.