COLOR #444140

HEX: #444140 RGB: (68,65,64)

Color info

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

RGB color model

#444140 color RGB value is (68,65,64).

RGB: (68,65,64) (27%, 25%, 25%)

RGB channels and saturation

R 68 of 255 = 27%
G 65 of 255 = 25%
B 64 of 255 = 25%

68
65
64

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

Portions of RGB colors in percentages

R + G + B = 68 + 65 + 64 = 197 (100%)
R 68 of 197 ~ 34.52%
G 65 of 197 ~ 32.99%
B 64 of 197 ~ 32.49'%

%34.52
%32.99
%32.49

CMYK color model

#444140 color CMYK value is (0,4,6,73).

  • cyan value is 0.00%
  • magenta value is 4.41%
  • yellow value is 5.88%
  • key color value is 73.33%

CMYK: (0,4,6,73)
C0M4Y6K73 (0%, 4%, 6%, 73%)
(0.00 / 0.04 / 0.06 / 0.73)

CMYK percentages

%0
%4.41
%5.88
%73.33

Codes

Color #444140 in popluar color models

44 41 40
RGB 68 65 64
HSL 15° 3.03% 25.88%
HSB/HSV 15° 5.88% 26.67%
CMYK 0.00% 4.41% 5.88%
73.33%

Color #444140 in popluar number systems.

HEX 44 41 40
Decimal 68 65 64
Binary 1000100 1000001 1000000
Octal 104 101 100

Shades and tints

Shades of #444140

#444140
(68,65,64)
#3E3C3B
(62,60,59)
#383736
(56,55,54)
#323231
(50,50,49)
#2C2D2C
(44,45,44)
#262827
(38,40,39)
#202322
(32,35,34)
#1A1E1D
(26,30,29)
#141918
(20,25,24)
#0E1413
(14,20,19)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #444140

#444140
(68,65,64)
#555251
(85,82,81)
#666362
(102,99,98)
#777473
(119,116,115)
#888584
(136,133,132)
#999695
(153,150,149)
#AAA7A6
(170,167,166)
#BBB8B7
(187,184,183)
#CCC9C8
(204,201,200)
#DDDAD9
(221,218,217)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444140; }

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

This text font color is #444140.

Background Color

.myBgColor { background-color: #444140; }

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

This div background color is #444140.

Border color

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

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

This div border color is #444140.

Opacity

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

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

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

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

This text has shadow with #444140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444140.

Preview

Color preview on black background

This text has color #444140 on black background.


Color preview on white background

This text has color #444140 on white background.


Black color preview on #444140 background

This text has black color on #444140 background.


White color preview on #444140 background

This text has white color on #444140 background.


Related colors

Complementary color

Complementary color for #hex is #BBBEBF.


I love getcolorcode.com

Triadic colors

1 #404441 and #414044 with #444140 are triadic colors.

2 #404144 and #414440 with #444140 are triadic colors.