COLOR #444559

HEX: #444559
RGB: (68,69,89)

Color info

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

RGB color model

#444559 color RGB value is (68,69,89).

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

RGB channels and saturation

R 68 of 255 = 27%
G 69 of 255 = 27%
B 89 of 255 = 35%

68
69
89

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

Portions of RGB colors in percentages

R + G + B =
68 + 69 + 89 = 226 (100%)
R 68 of 226 ~ 30.09%
G 69 of 226 ~ 30.53%
B 89 of 226 ~ 39.38%

%30.09
%30.53
%39.38

CMYK color model

#444559 color CMYK value is (24,22,0,65).

  • cyan value is 23.60%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(24,22,0,65)
C24M22Y0K65 
(24%,22%,0%,65%)
(0.24/0.22/0.00/0.65)	

CMYK percentages

%23.6
%22.47
%0
%65.1

Codes

Color #444559 in popluar color models

444559
RGB686989
HSL237°13.38%30.78%
HSB/HSV237°23.60%34.90%
CMYK23.60%22.47%0.00%
65.10%

Color #444559 in popluar number systems.

HEX444559
Decimal686989
Binary100010010001011011001
Octal104105131

Shades and tints

Shades of #444559

#444559
(68,69,89)
#3E3F51
(62,63,81)
#383949
(56,57,73)
#323341
(50,51,65)
#2C2D39
(44,45,57)
#262731
(38,39,49)
#202129
(32,33,41)
#1A1B21
(26,27,33)
#141519
(20,21,25)
#0E0F11
(14,15,17)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #444559

#444559
(68,69,89)
#555568
(85,85,104)
#666577
(102,101,119)
#777586
(119,117,134)
#888595
(136,133,149)
#9995A4
(153,149,164)
#AAA5B3
(170,165,179)
#BBB5C2
(187,181,194)
#CCC5D1
(204,197,209)
#DDD5E0
(221,213,224)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444559; }

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

This text font color is #444559.


Background Color

.myBgColor { background-color: #444559; }

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

This div background color is #444559.


Border color

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

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

This div border color is #444559.


Opacity

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

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

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

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

This text has shadow with #444559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444559 on black background.


Color preview on white background

This text has color #444559 on white background.



Black color preview on #444559 background

This text has black color on #444559 background.


White color preview on #444559 background

This text has white color on #444559 background.