COLOR #444B67

HEX: #444B67
RGB: (68,75,103)

Color info

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

RGB color model

#444B67 color RGB value is (68,75,103).

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

RGB channels and saturation

R 68 of 255 = 27%
G 75 of 255 = 29%
B 103 of 255 = 40%

68
75
103

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

Portions of RGB colors in percentages

R + G + B =
68 + 75 + 103 = 246 (100%)
R 68 of 246 ~ 27.64%
G 75 of 246 ~ 30.49%
B 103 of 246 ~ 41.87%

%27.64
%30.49
%41.87

CMYK color model

#444B67 color CMYK value is (34,27,0,60).

  • cyan value is 33.98%
  • magenta value is 27.18%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(34,27,0,60)
C34M27Y0K60 
(34%,27%,0%,60%)
(0.34/0.27/0.00/0.60)	

CMYK percentages

%33.98
%27.18
%0
%59.61

Codes

Color #444B67 in popluar color models

444B67
RGB6875103
HSL228°20.47%33.53%
HSB/HSV228°33.98%40.39%
CMYK33.98%27.18%0.00%
59.61%

Color #444B67 in popluar number systems.

HEX444B67
Decimal6875103
Binary100010010010111100111
Octal104113147

Shades and tints

Shades of #444B67

#444B67
(68,75,103)
#3E455E
(62,69,94)
#383F55
(56,63,85)
#32394C
(50,57,76)
#2C3343
(44,51,67)
#262D3A
(38,45,58)
#202731
(32,39,49)
#1A2128
(26,33,40)
#141B1F
(20,27,31)
#0E1516
(14,21,22)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #444B67

#444B67
(68,75,103)
#555B74
(85,91,116)
#666B81
(102,107,129)
#777B8E
(119,123,142)
#888B9B
(136,139,155)
#999BA8
(153,155,168)
#AAABB5
(170,171,181)
#BBBBC2
(187,187,194)
#CCCBCF
(204,203,207)
#DDDBDC
(221,219,220)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444B67; }

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

This text font color is #444B67.


Background Color

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

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

This div background color is #444B67.


Border color

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

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

This div border color is #444B67.


Opacity

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

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

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

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

This text has shadow with #444B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444B67 on black background.


Color preview on white background

This text has color #444B67 on white background.



Black color preview on #444B67 background

This text has black color on #444B67 background.


White color preview on #444B67 background

This text has white color on #444B67 background.