COLOR #444E39

HEX: #444E39
RGB: (68,78,57)

Color info

#444E39 contains red, green and blue colors in about the same proportion. Web safe color of #444E39 is #336633 (or #363).

RGB color model

#444E39 color RGB value is (68,78,57).

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

RGB channels and saturation

R 68 of 255 = 27%
G 78 of 255 = 31%
B 57 of 255 = 22%

68
78
57

R + G + B ~ 27%. #444E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 78 + 57 = 203 (100%)
R 68 of 203 ~ 33.5%
G 78 of 203 ~ 38.42%
B 57 of 203 ~ 28.08%

%33.5
%38.42
%28.08

CMYK color model

#444E39 color CMYK value is (13,0,27,69).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 69.41%
CMYK:
(13,0,27,69)
C13M0Y27K69 
(13%,0%,27%,69%)
(0.13/0.00/0.27/0.69)	

CMYK percentages

%12.82
%0
%26.92
%69.41

Codes

Color #444E39 in popluar color models

444E39
RGB687857
HSL89°15.56%26.47%
HSB/HSV89°26.92%30.59%
CMYK12.82%0.00%26.92%
69.41%

Color #444E39 in popluar number systems.

HEX444E39
Decimal687857
Binary10001001001110111001
Octal10411671

Shades and tints

Shades of #444E39

#444E39
(68,78,57)
#3E4734
(62,71,52)
#38402F
(56,64,47)
#32392A
(50,57,42)
#2C3225
(44,50,37)
#262B20
(38,43,32)
#20241B
(32,36,27)
#1A1D16
(26,29,22)
#141611
(20,22,17)
#0E0F0C
(14,15,12)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #444E39

#444E39
(68,78,57)
#555E4B
(85,94,75)
#666E5D
(102,110,93)
#777E6F
(119,126,111)
#888E81
(136,142,129)
#999E93
(153,158,147)
#AAAEA5
(170,174,165)
#BBBEB7
(187,190,183)
#CCCEC9
(204,206,201)
#DDDEDB
(221,222,219)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #444E39 color. Also use rgb(68,78,57) instead hex code.

Text Font Color

.myTextColor { color: #444E39; }

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

This text font color is #444E39.


Background Color

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

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

This div background color is #444E39.


Border color

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

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

This div border color is #444E39.


Opacity

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

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

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

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

This text has shadow with #444E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444E39 on black background.


Color preview on white background

This text has color #444E39 on white background.



Black color preview on #444E39 background

This text has black color on #444E39 background.


White color preview on #444E39 background

This text has white color on #444E39 background.