COLOR #444831

HEX: #444831 RGB: (68,72,49)

Color info

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

RGB color model

#444831 color RGB value is (68,72,49).

RGB: (68,72,49) (27%, 28%, 19%)

RGB channels and saturation

R 68 of 255 = 27%
G 72 of 255 = 28%
B 49 of 255 = 19%

68
72
49

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

Portions of RGB colors in percentages

R + G + B = 68 + 72 + 49 = 189 (100%)
R 68 of 189 ~ 35.98%
G 72 of 189 ~ 38.1%
B 49 of 189 ~ 25.93'%

%35.98
%38.1
%25.93

CMYK color model

#444831 color CMYK value is (6,0,32,72).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 71.76%

CMYK: (6,0,32,72)
C6M0Y32K72 (6%, 0%, 32%, 72%)
(0.06 / 0.00 / 0.32 / 0.72)

CMYK percentages

%5.56
%0
%31.94
%71.76

Codes

Color #444831 in popluar color models

44 48 31
RGB 68 72 49
HSL 70° 19.01% 23.73%
HSB/HSV 70° 31.94% 28.24%
CMYK 5.56% 0.00% 31.94%
71.76%

Color #444831 in popluar number systems.

HEX 44 48 31
Decimal 68 72 49
Binary 1000100 1001000 110001
Octal 104 110 61

Shades and tints

Shades of #444831

#444831
(68,72,49)
#3E422D
(62,66,45)
#383C29
(56,60,41)
#323625
(50,54,37)
#2C3021
(44,48,33)
#262A1D
(38,42,29)
#202419
(32,36,25)
#1A1E15
(26,30,21)
#141811
(20,24,17)
#0E120D
(14,18,13)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #444831

#444831
(68,72,49)
#555843
(85,88,67)
#666855
(102,104,85)
#777867
(119,120,103)
#888879
(136,136,121)
#99988B
(153,152,139)
#AAA89D
(170,168,157)
#BBB8AF
(187,184,175)
#CCC8C1
(204,200,193)
#DDD8D3
(221,216,211)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444831; }

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

This text font color is #444831.

Background Color

.myBgColor { background-color: #444831; }

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

This div background color is #444831.

Border color

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

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

This div border color is #444831.

Opacity

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

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

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

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

This text has shadow with #444831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444831.

Preview

Color preview on black background

This text has color #444831 on black background.


Color preview on white background

This text has color #444831 on white background.


Black color preview on #444831 background

This text has black color on #444831 background.


White color preview on #444831 background

This text has white color on #444831 background.


Related colors

Complementary color

Complementary color for #hex is #BBB7CE.


I love getcolorcode.com

Triadic colors

1 #314448 and #483144 with #444831 are triadic colors.

2 #314844 and #484431 with #444831 are triadic colors.