COLOR #444D4F

HEX: #444D4F
RGB: (68,77,79)

Color info

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

RGB color model

#444D4F color RGB value is (68,77,79).

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

RGB channels and saturation

R 68 of 255 = 27%
G 77 of 255 = 30%
B 79 of 255 = 31%

68
77
79

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

Portions of RGB colors in percentages

R + G + B =
68 + 77 + 79 = 224 (100%)
R 68 of 224 ~ 30.36%
G 77 of 224 ~ 34.38%
B 79 of 224 ~ 35.27%

%30.36
%34.38
%35.27

CMYK color model

#444D4F color CMYK value is (14,3,0,69).

  • cyan value is 13.92%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(14,3,0,69)
C14M3Y0K69 
(14%,3%,0%,69%)
(0.14/0.03/0.00/0.69)	

CMYK percentages

%13.92
%2.53
%0
%69.02

Codes

Color #444D4F in popluar color models

444D4F
RGB687779
HSL191°7.48%28.82%
HSB/HSV191°13.92%30.98%
CMYK13.92%2.53%0.00%
69.02%

Color #444D4F in popluar number systems.

HEX444D4F
Decimal687779
Binary100010010011011001111
Octal104115117

Shades and tints

Shades of #444D4F

#444D4F
(68,77,79)
#3E4648
(62,70,72)
#383F41
(56,63,65)
#32383A
(50,56,58)
#2C3133
(44,49,51)
#262A2C
(38,42,44)
#202325
(32,35,37)
#1A1C1E
(26,28,30)
#141517
(20,21,23)
#0E0E10
(14,14,16)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #444D4F

#444D4F
(68,77,79)
#555D5F
(85,93,95)
#666D6F
(102,109,111)
#777D7F
(119,125,127)
#888D8F
(136,141,143)
#999D9F
(153,157,159)
#AAADAF
(170,173,175)
#BBBDBF
(187,189,191)
#CCCDCF
(204,205,207)
#DDDDDF
(221,221,223)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444D4F; }

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

This text font color is #444D4F.


Background Color

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

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

This div background color is #444D4F.


Border color

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

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

This div border color is #444D4F.


Opacity

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

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

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

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

This text has shadow with #444D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444D4F on black background.


Color preview on white background

This text has color #444D4F on white background.



Black color preview on #444D4F background

This text has black color on #444D4F background.


White color preview on #444D4F background

This text has white color on #444D4F background.