COLOR #44404F

HEX: #44404F
RGB: (68,64,79)

Color info

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

RGB color model

#44404F color RGB value is (68,64,79).

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

RGB channels and saturation

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

68
64
79

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

Portions of RGB colors in percentages

R + G + B =
68 + 64 + 79 = 211 (100%)
R 68 of 211 ~ 32.23%
G 64 of 211 ~ 30.33%
B 79 of 211 ~ 37.44%

%32.23
%30.33
%37.44

CMYK color model

#44404F color CMYK value is (14,19,0,69).

  • cyan value is 13.92%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(14,19,0,69)
C14M19Y0K69 
(14%,19%,0%,69%)
(0.14/0.19/0.00/0.69)	

CMYK percentages

%13.92
%18.99
%0
%69.02

Codes

Color #44404F in popluar color models

44404F
RGB686479
HSL256°10.49%28.04%
HSB/HSV256°18.99%30.98%
CMYK13.92%18.99%0.00%
69.02%

Color #44404F in popluar number systems.

HEX44404F
Decimal686479
Binary100010010000001001111
Octal104100117

Shades and tints

Shades of #44404F

#44404F
(68,64,79)
#3E3B48
(62,59,72)
#383641
(56,54,65)
#32313A
(50,49,58)
#2C2C33
(44,44,51)
#26272C
(38,39,44)
#202225
(32,34,37)
#1A1D1E
(26,29,30)
#141817
(20,24,23)
#0E1310
(14,19,16)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #44404F

#44404F
(68,64,79)
#55515F
(85,81,95)
#66626F
(102,98,111)
#77737F
(119,115,127)
#88848F
(136,132,143)
#99959F
(153,149,159)
#AAA6AF
(170,166,175)
#BBB7BF
(187,183,191)
#CCC8CF
(204,200,207)
#DDD9DF
(221,217,223)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44404F; }

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

This text font color is #44404F.


Background Color

.myBgColor { background-color: #44404F; }

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

This div background color is #44404F.


Border color

.myBorderColor { border: 1px solid #44404F; }

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

This div border color is #44404F.


Opacity

.myOpacity80 { color: #44404F; opacity: 0.8; }

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

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

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

This text has shadow with #44404F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44404F on black background.


Color preview on white background

This text has color #44404F on white background.



Black color preview on #44404F background

This text has black color on #44404F background.


White color preview on #44404F background

This text has white color on #44404F background.