COLOR #444450

HEX: #444450
RGB: (68,68,80)

Color info

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

RGB color model

#444450 color RGB value is (68,68,80).

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

RGB channels and saturation

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

68
68
80

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

Portions of RGB colors in percentages

R + G + B =
68 + 68 + 80 = 216 (100%)
R 68 of 216 ~ 31.48%
G 68 of 216 ~ 31.48%
B 80 of 216 ~ 37.04%

%31.48
%31.48
%37.04

CMYK color model

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

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

CMYK percentages

%15
%15
%0
%68.63

Codes

Color #444450 in popluar color models

444450
RGB686880
HSL240°8.11%29.02%
HSB/HSV240°15.00%31.37%
CMYK15.00%15.00%0.00%
68.63%

Color #444450 in popluar number systems.

HEX444450
Decimal686880
Binary100010010001001010000
Octal104104120

Shades and tints

Shades of #444450

#444450
(68,68,80)
#3E3E49
(62,62,73)
#383842
(56,56,66)
#32323B
(50,50,59)
#2C2C34
(44,44,52)
#26262D
(38,38,45)
#202026
(32,32,38)
#1A1A1F
(26,26,31)
#141418
(20,20,24)
#0E0E11
(14,14,17)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #444450

#444450
(68,68,80)
#55555F
(85,85,95)
#66666E
(102,102,110)
#77777D
(119,119,125)
#88888C
(136,136,140)
#99999B
(153,153,155)
#AAAAAA
(170,170,170)
#BBBBB9
(187,187,185)
#CCCCC8
(204,204,200)
#DDDDD7
(221,221,215)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444450; }

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

This text font color is #444450.


Background Color

.myBgColor { background-color: #444450; }

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

This div background color is #444450.


Border color

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

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

This div border color is #444450.


Opacity

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

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

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

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

This text has shadow with #444450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444450 on black background.


Color preview on white background

This text has color #444450 on white background.



Black color preview on #444450 background

This text has black color on #444450 background.


White color preview on #444450 background

This text has white color on #444450 background.