COLOR #444439

HEX: #444439 RGB: (68,68,57)

Color info

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

RGB color model

#444439 color RGB value is (68,68,57).

RGB: (68,68,57) (27%, 27%, 22%)

RGB channels and saturation

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

68
68
57

R + G + B ~ 25%. #444439 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 68 + 57 = 193 (100%)
R 68 of 193 ~ 35.23%
G 68 of 193 ~ 35.23%
B 57 of 193 ~ 29.53'%

%35.23
%35.23
%29.53

CMYK color model

#444439 color CMYK value is (0,0,16,73).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 73.33%

CMYK: (0,0,16,73)
C0M0Y16K73 (0%, 0%, 16%, 73%)
(0.00 / 0.00 / 0.16 / 0.73)

CMYK percentages

%0
%0
%16.18
%73.33

Codes

Color #444439 in popluar color models

44 44 39
RGB 68 68 57
HSL 60° 8.80% 24.51%
HSB/HSV 60° 16.18% 26.67%
CMYK 0.00% 0.00% 16.18%
73.33%

Color #444439 in popluar number systems.

HEX 44 44 39
Decimal 68 68 57
Binary 1000100 1000100 111001
Octal 104 104 71

Shades and tints

Shades of #444439

#444439
(68,68,57)
#3E3E34
(62,62,52)
#38382F
(56,56,47)
#32322A
(50,50,42)
#2C2C25
(44,44,37)
#262620
(38,38,32)
#20201B
(32,32,27)
#1A1A16
(26,26,22)
#141411
(20,20,17)
#0E0E0C
(14,14,12)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #444439

#444439
(68,68,57)
#55554B
(85,85,75)
#66665D
(102,102,93)
#77776F
(119,119,111)
#888881
(136,136,129)
#999993
(153,153,147)
#AAAAA5
(170,170,165)
#BBBBB7
(187,187,183)
#CCCCC9
(204,204,201)
#DDDDDB
(221,221,219)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444439; }

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

This text font color is #444439.

Background Color

.myBgColor { background-color: #444439; }

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

This div background color is #444439.

Border color

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

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

This div border color is #444439.

Opacity

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

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

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

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

This text has shadow with #444439 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444439.

Preview

Color preview on black background

This text has color #444439 on black background.


Color preview on white background

This text has color #444439 on white background.


Black color preview on #444439 background

This text has black color on #444439 background.


White color preview on #444439 background

This text has white color on #444439 background.


Related colors

Complementary color

Complementary color for #hex is #BBBBC6.


I love getcolorcode.com