COLOR #444D6A

HEX: #444D6A RGB: (68,77,106)

Color info

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

RGB color model

#444D6A color RGB value is (68,77,106).

RGB: (68,77,106) (27%, 30%, 42%)

RGB channels and saturation

R 68 of 255 = 27%
G 77 of 255 = 30%
B 106 of 255 = 42%

68
77
106

R + G + B ~ 33%. #444D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 77 + 106 = 251 (100%)
R 68 of 251 ~ 27.09%
G 77 of 251 ~ 30.68%
B 106 of 251 ~ 42.23'%

%27.09
%30.68
%42.23

CMYK color model

#444D6A color CMYK value is (36,27,0,58).

  • cyan value is 35.85%
  • magenta value is 27.36%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (36,27,0,58)
C36M27Y0K58 (36%, 27%, 0%, 58%)
(0.36 / 0.27 / 0.00 / 0.58)

CMYK percentages

%35.85
%27.36
%0
%58.43

Codes

Color #444D6A in popluar color models

44 4D 6A
RGB 68 77 106
HSL 226° 21.84% 34.12%
HSB/HSV 226° 35.85% 41.57%
CMYK 35.85% 27.36% 0.00%
58.43%

Color #444D6A in popluar number systems.

HEX 44 4D 6A
Decimal 68 77 106
Binary 1000100 1001101 1101010
Octal 104 115 152

Shades and tints

Shades of #444D6A

#444D6A
(68,77,106)
#3E4661
(62,70,97)
#383F58
(56,63,88)
#32384F
(50,56,79)
#2C3146
(44,49,70)
#262A3D
(38,42,61)
#202334
(32,35,52)
#1A1C2B
(26,28,43)
#141522
(20,21,34)
#0E0E19
(14,14,25)
#080710
(8,7,16)
#000000
(0,0,0)

Tints of #444D6A

#444D6A
(68,77,106)
#555D77
(85,93,119)
#666D84
(102,109,132)
#777D91
(119,125,145)
#888D9E
(136,141,158)
#999DAB
(153,157,171)
#AAADB8
(170,173,184)
#BBBDC5
(187,189,197)
#CCCDD2
(204,205,210)
#DDDDDF
(221,221,223)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444D6A; }

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

This text font color is #444D6A.

Background Color

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

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

This div background color is #444D6A.

Border color

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

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

This div border color is #444D6A.

Opacity

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

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

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

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

This text has shadow with #444D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444D6A.

Preview

Color preview on black background

This text has color #444D6A on black background.


Color preview on white background

This text has color #444D6A on white background.


Black color preview on #444D6A background

This text has black color on #444D6A background.


White color preview on #444D6A background

This text has white color on #444D6A background.


Related colors

Complementary color

Complementary color for #hex is #BBB295.


I love getcolorcode.com

Triadic colors

1 #6A444D and #4D6A44 with #444D6A are triadic colors.

2 #6A4D44 and #4D446A with #444D6A are triadic colors.