COLOR #444561

HEX: #444561
RGB: (68,69,97)

Color info

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

RGB color model

#444561 color RGB value is (68,69,97).

  • red value is 68;
  • green value is 69;
  • blue value is 97.
RGB:
(68,69,97)
(27%,27%,38%)

RGB channels and saturation

R 68 of 255 = 27%
G 69 of 255 = 27%
B 97 of 255 = 38%

68
69
97

R + G + B ~ 31%. #444561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 69 + 97 = 234 (100%)
R 68 of 234 ~ 29.06%
G 69 of 234 ~ 29.49%
B 97 of 234 ~ 41.45%

%29.06
%29.49
%41.45

CMYK color model

#444561 color CMYK value is (30,29,0,62).

  • cyan value is 29.90%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(30,29,0,62)
C30M29Y0K62 
(30%,29%,0%,62%)
(0.30/0.29/0.00/0.62)	

CMYK percentages

%29.9
%28.87
%0
%61.96

Codes

Color #444561 in popluar color models

444561
RGB686997
HSL238°17.58%32.35%
HSB/HSV238°29.90%38.04%
CMYK29.90%28.87%0.00%
61.96%

Color #444561 in popluar number systems.

HEX444561
Decimal686997
Binary100010010001011100001
Octal104105141

Shades and tints

Shades of #444561

#444561
(68,69,97)
#3E3F59
(62,63,89)
#383951
(56,57,81)
#323349
(50,51,73)
#2C2D41
(44,45,65)
#262739
(38,39,57)
#202131
(32,33,49)
#1A1B29
(26,27,41)
#141521
(20,21,33)
#0E0F19
(14,15,25)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #444561

#444561
(68,69,97)
#55556F
(85,85,111)
#66657D
(102,101,125)
#77758B
(119,117,139)
#888599
(136,133,153)
#9995A7
(153,149,167)
#AAA5B5
(170,165,181)
#BBB5C3
(187,181,195)
#CCC5D1
(204,197,209)
#DDD5DF
(221,213,223)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444561 color. Also use rgb(68,69,97) instead hex code.

Text Font Color

.myTextColor { color: #444561; }

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

This text font color is #444561.


Background Color

.myBgColor { background-color: #444561; }

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

This div background color is #444561.


Border color

.myBorderColor { border: 1px solid #444561; }

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

This div border color is #444561.


Opacity

.myOpacity80 { color: #444561; opacity: 0.8; }

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

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

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

This text has shadow with #444561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444561 on black background.


Color preview on white background

This text has color #444561 on white background.



Black color preview on #444561 background

This text has black color on #444561 background.


White color preview on #444561 background

This text has white color on #444561 background.