COLOR #44394D

HEX: #44394D
RGB: (68,57,77)

Color info

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

RGB color model

#44394D color RGB value is (68,57,77).

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

RGB channels and saturation

R 68 of 255 = 27%
G 57 of 255 = 22%
B 77 of 255 = 30%

68
57
77

R + G + B ~ 26%. #44394D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 57 + 77 = 202 (100%)
R 68 of 202 ~ 33.66%
G 57 of 202 ~ 28.22%
B 77 of 202 ~ 38.12%

%33.66
%28.22
%38.12

CMYK color model

#44394D color CMYK value is (12,26,0,70).

  • cyan value is 11.69%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(12,26,0,70)
C12M26Y0K70 
(12%,26%,0%,70%)
(0.12/0.26/0.00/0.70)	

CMYK percentages

%11.69
%25.97
%0
%69.8

Codes

Color #44394D in popluar color models

44394D
RGB685777
HSL273°14.93%26.27%
HSB/HSV273°25.97%30.20%
CMYK11.69%25.97%0.00%
69.80%

Color #44394D in popluar number systems.

HEX44394D
Decimal685777
Binary10001001110011001101
Octal10471115

Shades and tints

Shades of #44394D

#44394D
(68,57,77)
#3E3446
(62,52,70)
#382F3F
(56,47,63)
#322A38
(50,42,56)
#2C2531
(44,37,49)
#26202A
(38,32,42)
#201B23
(32,27,35)
#1A161C
(26,22,28)
#141115
(20,17,21)
#0E0C0E
(14,12,14)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #44394D

#44394D
(68,57,77)
#554B5D
(85,75,93)
#665D6D
(102,93,109)
#776F7D
(119,111,125)
#88818D
(136,129,141)
#99939D
(153,147,157)
#AAA5AD
(170,165,173)
#BBB7BD
(187,183,189)
#CCC9CD
(204,201,205)
#DDDBDD
(221,219,221)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #44394D; }

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

This text font color is #44394D.


Background Color

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

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

This div background color is #44394D.


Border color

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

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

This div border color is #44394D.


Opacity

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

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

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

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

This text has shadow with #44394D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44394D on black background.


Color preview on white background

This text has color #44394D on white background.



Black color preview on #44394D background

This text has black color on #44394D background.


White color preview on #44394D background

This text has white color on #44394D background.