COLOR #444031

HEX: #444031 RGB: (68,64,49)

Color info

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

RGB color model

#444031 color RGB value is (68,64,49).

RGB: (68,64,49) (27%, 25%, 19%)

RGB channels and saturation

R 68 of 255 = 27%
G 64 of 255 = 25%
B 49 of 255 = 19%

68
64
49

R + G + B ~ 24%. #444031 is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 64 + 49 = 181 (100%)
R 68 of 181 ~ 37.57%
G 64 of 181 ~ 35.36%
B 49 of 181 ~ 27.07'%

%37.57
%35.36
%27.07

CMYK color model

#444031 color CMYK value is (0,6,28,73).

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

CMYK: (0,6,28,73)
C0M6Y28K73 (0%, 6%, 28%, 73%)
(0.00 / 0.06 / 0.28 / 0.73)

CMYK percentages

%0
%5.88
%27.94
%73.33

Codes

Color #444031 in popluar color models

44 40 31
RGB 68 64 49
HSL 47° 16.24% 22.94%
HSB/HSV 47° 27.94% 26.67%
CMYK 0.00% 5.88% 27.94%
73.33%

Color #444031 in popluar number systems.

HEX 44 40 31
Decimal 68 64 49
Binary 1000100 1000000 110001
Octal 104 100 61

Shades and tints

Shades of #444031

#444031
(68,64,49)
#3E3B2D
(62,59,45)
#383629
(56,54,41)
#323125
(50,49,37)
#2C2C21
(44,44,33)
#26271D
(38,39,29)
#202219
(32,34,25)
#1A1D15
(26,29,21)
#141811
(20,24,17)
#0E130D
(14,19,13)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #444031

#444031
(68,64,49)
#555143
(85,81,67)
#666255
(102,98,85)
#777367
(119,115,103)
#888479
(136,132,121)
#99958B
(153,149,139)
#AAA69D
(170,166,157)
#BBB7AF
(187,183,175)
#CCC8C1
(204,200,193)
#DDD9D3
(221,217,211)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444031; }

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

This text font color is #444031.

Background Color

.myBgColor { background-color: #444031; }

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

This div background color is #444031.

Border color

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

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

This div border color is #444031.

Opacity

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

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

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

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

This text has shadow with #444031 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444031.

Preview

Color preview on black background

This text has color #444031 on black background.


Color preview on white background

This text has color #444031 on white background.


Black color preview on #444031 background

This text has black color on #444031 background.


White color preview on #444031 background

This text has white color on #444031 background.


Related colors

Complementary color

Complementary color for #hex is #BBBFCE.


I love getcolorcode.com

Triadic colors

1 #314440 and #403144 with #444031 are triadic colors.

2 #314044 and #404431 with #444031 are triadic colors.