COLOR #444749

HEX: #444749
RGB: (68,71,73)

Color info

#444749 contains red, green and blue colors in about the same proportion. Web safe color of #444749 is #333333 (or #333).

RGB color model

#444749 color RGB value is (68,71,73).

  • red value is 68;
  • green value is 71;
  • blue value is 73.
RGB:
(68,71,73)
(27%,28%,29%)

RGB channels and saturation

R 68 of 255 = 27%
G 71 of 255 = 28%
B 73 of 255 = 29%

68
71
73

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

Portions of RGB colors in percentages

R + G + B =
68 + 71 + 73 = 212 (100%)
R 68 of 212 ~ 32.08%
G 71 of 212 ~ 33.49%
B 73 of 212 ~ 34.43%

%32.08
%33.49
%34.43

CMYK color model

#444749 color CMYK value is (7,3,0,71).

  • cyan value is 6.85%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(7,3,0,71)
C7M3Y0K71 
(7%,3%,0%,71%)
(0.07/0.03/0.00/0.71)	

CMYK percentages

%6.85
%2.74
%0
%71.37

Codes

Color #444749 in popluar color models

444749
RGB687173
HSL204°3.55%27.65%
HSB/HSV204°6.85%28.63%
CMYK6.85%2.74%0.00%
71.37%

Color #444749 in popluar number systems.

HEX444749
Decimal687173
Binary100010010001111001001
Octal104107111

Shades and tints

Shades of #444749

#444749
(68,71,73)
#3E4143
(62,65,67)
#383B3D
(56,59,61)
#323537
(50,53,55)
#2C2F31
(44,47,49)
#26292B
(38,41,43)
#202325
(32,35,37)
#1A1D1F
(26,29,31)
#141719
(20,23,25)
#0E1113
(14,17,19)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #444749

#444749
(68,71,73)
#555759
(85,87,89)
#666769
(102,103,105)
#777779
(119,119,121)
#888789
(136,135,137)
#999799
(153,151,153)
#AAA7A9
(170,167,169)
#BBB7B9
(187,183,185)
#CCC7C9
(204,199,201)
#DDD7D9
(221,215,217)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444749; }

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

This text font color is #444749.


Background Color

.myBgColor { background-color: #444749; }

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

This div background color is #444749.


Border color

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

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

This div border color is #444749.


Opacity

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

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

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

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

This text has shadow with #444749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444749 on black background.


Color preview on white background

This text has color #444749 on white background.



Black color preview on #444749 background

This text has black color on #444749 background.


White color preview on #444749 background

This text has white color on #444749 background.