COLOR #44494D

HEX: #44494D
RGB: (68,73,77)

Color info

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

RGB color model

#44494D color RGB value is (68,73,77).

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

RGB channels and saturation

R 68 of 255 = 27%
G 73 of 255 = 29%
B 77 of 255 = 30%

68
73
77

R + G + B ~ 29%. #44494D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 73 + 77 = 218 (100%)
R 68 of 218 ~ 31.19%
G 73 of 218 ~ 33.49%
B 77 of 218 ~ 35.32%

%31.19
%33.49
%35.32

CMYK color model

#44494D color CMYK value is (12,5,0,70).

  • cyan value is 11.69%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(12,5,0,70)
C12M5Y0K70 
(12%,5%,0%,70%)
(0.12/0.05/0.00/0.70)	

CMYK percentages

%11.69
%5.19
%0
%69.8

Codes

Color #44494D in popluar color models

44494D
RGB687377
HSL207°6.21%28.43%
HSB/HSV207°11.69%30.20%
CMYK11.69%5.19%0.00%
69.80%

Color #44494D in popluar number systems.

HEX44494D
Decimal687377
Binary100010010010011001101
Octal104111115

Shades and tints

Shades of #44494D

#44494D
(68,73,77)
#3E4346
(62,67,70)
#383D3F
(56,61,63)
#323738
(50,55,56)
#2C3131
(44,49,49)
#262B2A
(38,43,42)
#202523
(32,37,35)
#1A1F1C
(26,31,28)
#141915
(20,25,21)
#0E130E
(14,19,14)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #44494D

#44494D
(68,73,77)
#55595D
(85,89,93)
#66696D
(102,105,109)
#77797D
(119,121,125)
#88898D
(136,137,141)
#99999D
(153,153,157)
#AAA9AD
(170,169,173)
#BBB9BD
(187,185,189)
#CCC9CD
(204,201,205)
#DDD9DD
(221,217,221)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44494D; }

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

This text font color is #44494D.


Background Color

.myBgColor { background-color: #44494D; }

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

This div background color is #44494D.


Border color

.myBorderColor { border: 1px solid #44494D; }

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

This div border color is #44494D.


Opacity

.myOpacity80 { color: #44494D; opacity: 0.8; }

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

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

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

This text has shadow with #44494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44494D on black background.


Color preview on white background

This text has color #44494D on white background.



Black color preview on #44494D background

This text has black color on #44494D background.


White color preview on #44494D background

This text has white color on #44494D background.