COLOR #444A4F

HEX: #444A4F
RGB: (68,74,79)

Color info

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

RGB color model

#444A4F color RGB value is (68,74,79).

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

RGB channels and saturation

R 68 of 255 = 27%
G 74 of 255 = 29%
B 79 of 255 = 31%

68
74
79

R + G + B ~ 29%. #444A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 74 + 79 = 221 (100%)
R 68 of 221 ~ 30.77%
G 74 of 221 ~ 33.48%
B 79 of 221 ~ 35.75%

%30.77
%33.48
%35.75

CMYK color model

#444A4F color CMYK value is (14,6,0,69).

  • cyan value is 13.92%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(14,6,0,69)
C14M6Y0K69 
(14%,6%,0%,69%)
(0.14/0.06/0.00/0.69)	

CMYK percentages

%13.92
%6.33
%0
%69.02

Codes

Color #444A4F in popluar color models

444A4F
RGB687479
HSL207°7.48%28.82%
HSB/HSV207°13.92%30.98%
CMYK13.92%6.33%0.00%
69.02%

Color #444A4F in popluar number systems.

HEX444A4F
Decimal687479
Binary100010010010101001111
Octal104112117

Shades and tints

Shades of #444A4F

#444A4F
(68,74,79)
#3E4448
(62,68,72)
#383E41
(56,62,65)
#32383A
(50,56,58)
#2C3233
(44,50,51)
#262C2C
(38,44,44)
#202625
(32,38,37)
#1A201E
(26,32,30)
#141A17
(20,26,23)
#0E1410
(14,20,16)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #444A4F

#444A4F
(68,74,79)
#555A5F
(85,90,95)
#666A6F
(102,106,111)
#777A7F
(119,122,127)
#888A8F
(136,138,143)
#999A9F
(153,154,159)
#AAAAAF
(170,170,175)
#BBBABF
(187,186,191)
#CCCACF
(204,202,207)
#DDDADF
(221,218,223)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444A4F color. Also use rgb(68,74,79) instead hex code.

Text Font Color

.myTextColor { color: #444A4F; }

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

This text font color is #444A4F.


Background Color

.myBgColor { background-color: #444A4F; }

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

This div background color is #444A4F.


Border color

.myBorderColor { border: 1px solid #444A4F; }

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

This div border color is #444A4F.


Opacity

.myOpacity80 { color: #444A4F; opacity: 0.8; }

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

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

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

This text has shadow with #444A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444A4F on black background.


Color preview on white background

This text has color #444A4F on white background.



Black color preview on #444A4F background

This text has black color on #444A4F background.


White color preview on #444A4F background

This text has white color on #444A4F background.