COLOR #444050

HEX: #444050
RGB: (68,64,80)

Color info

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

RGB color model

#444050 color RGB value is (68,64,80).

  • red value is 68;
  • green value is 64;
  • blue value is 80.
RGB:
(68,64,80)
(27%,25%,31%)

RGB channels and saturation

R 68 of 255 = 27%
G 64 of 255 = 25%
B 80 of 255 = 31%

68
64
80

R + G + B ~ 28%. #444050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 64 + 80 = 212 (100%)
R 68 of 212 ~ 32.08%
G 64 of 212 ~ 30.19%
B 80 of 212 ~ 37.74%

%32.08
%30.19
%37.74

CMYK color model

#444050 color CMYK value is (15,20,0,69).

  • cyan value is 15.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(15,20,0,69)
C15M20Y0K69 
(15%,20%,0%,69%)
(0.15/0.20/0.00/0.69)	

CMYK percentages

%15
%20
%0
%68.63

Codes

Color #444050 in popluar color models

444050
RGB686480
HSL255°11.11%28.24%
HSB/HSV255°20.00%31.37%
CMYK15.00%20.00%0.00%
68.63%

Color #444050 in popluar number systems.

HEX444050
Decimal686480
Binary100010010000001010000
Octal104100120

Shades and tints

Shades of #444050

#444050
(68,64,80)
#3E3B49
(62,59,73)
#383642
(56,54,66)
#32313B
(50,49,59)
#2C2C34
(44,44,52)
#26272D
(38,39,45)
#202226
(32,34,38)
#1A1D1F
(26,29,31)
#141818
(20,24,24)
#0E1311
(14,19,17)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #444050

#444050
(68,64,80)
#55515F
(85,81,95)
#66626E
(102,98,110)
#77737D
(119,115,125)
#88848C
(136,132,140)
#99959B
(153,149,155)
#AAA6AA
(170,166,170)
#BBB7B9
(187,183,185)
#CCC8C8
(204,200,200)
#DDD9D7
(221,217,215)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444050 color. Also use rgb(68,64,80) instead hex code.

Text Font Color

.myTextColor { color: #444050; }

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

This text font color is #444050.


Background Color

.myBgColor { background-color: #444050; }

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

This div background color is #444050.


Border color

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

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

This div border color is #444050.


Opacity

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

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

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

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

This text has shadow with #444050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444050 on black background.


Color preview on white background

This text has color #444050 on white background.



Black color preview on #444050 background

This text has black color on #444050 background.


White color preview on #444050 background

This text has white color on #444050 background.