COLOR #444D67

HEX: #444D67
RGB: (68,77,103)

Color info

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

RGB color model

#444D67 color RGB value is (68,77,103).

  • red value is 68;
  • green value is 77;
  • blue value is 103.
RGB:
(68,77,103)
(27%,30%,40%)

RGB channels and saturation

R 68 of 255 = 27%
G 77 of 255 = 30%
B 103 of 255 = 40%

68
77
103

R + G + B ~ 32%. #444D67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 77 + 103 = 248 (100%)
R 68 of 248 ~ 27.42%
G 77 of 248 ~ 31.05%
B 103 of 248 ~ 41.53%

%27.42
%31.05
%41.53

CMYK color model

#444D67 color CMYK value is (34,25,0,60).

  • cyan value is 33.98%
  • magenta value is 25.24%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(34,25,0,60)
C34M25Y0K60 
(34%,25%,0%,60%)
(0.34/0.25/0.00/0.60)	

CMYK percentages

%33.98
%25.24
%0
%59.61

Codes

Color #444D67 in popluar color models

444D67
RGB6877103
HSL225°20.47%33.53%
HSB/HSV225°33.98%40.39%
CMYK33.98%25.24%0.00%
59.61%

Color #444D67 in popluar number systems.

HEX444D67
Decimal6877103
Binary100010010011011100111
Octal104115147

Shades and tints

Shades of #444D67

#444D67
(68,77,103)
#3E465E
(62,70,94)
#383F55
(56,63,85)
#32384C
(50,56,76)
#2C3143
(44,49,67)
#262A3A
(38,42,58)
#202331
(32,35,49)
#1A1C28
(26,28,40)
#14151F
(20,21,31)
#0E0E16
(14,14,22)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #444D67

#444D67
(68,77,103)
#555D74
(85,93,116)
#666D81
(102,109,129)
#777D8E
(119,125,142)
#888D9B
(136,141,155)
#999DA8
(153,157,168)
#AAADB5
(170,173,181)
#BBBDC2
(187,189,194)
#CCCDCF
(204,205,207)
#DDDDDC
(221,221,220)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444D67; }

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

This text font color is #444D67.


Background Color

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

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

This div background color is #444D67.


Border color

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

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

This div border color is #444D67.


Opacity

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

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

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

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

This text has shadow with #444D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444D67 on black background.


Color preview on white background

This text has color #444D67 on white background.



Black color preview on #444D67 background

This text has black color on #444D67 background.


White color preview on #444D67 background

This text has white color on #444D67 background.