COLOR #444131

HEX: #444131
RGB: (68,65,49)

Color info

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

RGB color model

#444131 color RGB value is (68,65,49).

  • red value is 68;
  • green value is 65;
  • blue value is 49.
RGB:
(68,65,49)
(27%,25%,19%)

RGB channels and saturation

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

68
65
49

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

Portions of RGB colors in percentages

R + G + B =
68 + 65 + 49 = 182 (100%)
R 68 of 182 ~ 37.36%
G 65 of 182 ~ 35.71%
B 49 of 182 ~ 26.92%

%37.36
%35.71
%26.92

CMYK color model

#444131 color CMYK value is (0,4,28,73).

  • cyan value is 0.00%
  • magenta value is 4.41%
  • yellow value is 27.94%
  • key color value is 73.33%
CMYK:
(0,4,28,73)
C0M4Y28K73 
(0%,4%,28%,73%)
(0.00/0.04/0.28/0.73)	

CMYK percentages

%0
%4.41
%27.94
%73.33

Codes

Color #444131 in popluar color models

444131
RGB686549
HSL51°16.24%22.94%
HSB/HSV51°27.94%26.67%
CMYK0.00%4.41%27.94%
73.33%

Color #444131 in popluar number systems.

HEX444131
Decimal686549
Binary10001001000001110001
Octal10410161

Shades and tints

Shades of #444131

#444131
(68,65,49)
#3E3C2D
(62,60,45)
#383729
(56,55,41)
#323225
(50,50,37)
#2C2D21
(44,45,33)
#26281D
(38,40,29)
#202319
(32,35,25)
#1A1E15
(26,30,21)
#141911
(20,25,17)
#0E140D
(14,20,13)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #444131

#444131
(68,65,49)
#555243
(85,82,67)
#666355
(102,99,85)
#777467
(119,116,103)
#888579
(136,133,121)
#99968B
(153,150,139)
#AAA79D
(170,167,157)
#BBB8AF
(187,184,175)
#CCC9C1
(204,201,193)
#DDDAD3
(221,218,211)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444131; }

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

This text font color is #444131.


Background Color

.myBgColor { background-color: #444131; }

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

This div background color is #444131.


Border color

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

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

This div border color is #444131.


Opacity

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

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

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

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

This text has shadow with #444131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #444131 on black background.


Color preview on white background

This text has color #444131 on white background.



Black color preview on #444131 background

This text has black color on #444131 background.


White color preview on #444131 background

This text has white color on #444131 background.