COLOR #444126

HEX: #444126 RGB: (68,65,38)

Color info

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

RGB color model

#444126 color RGB value is (68,65,38).

RGB: (68,65,38) (27%, 25%, 15%)

RGB channels and saturation

R 68 of 255 = 27%
G 65 of 255 = 25%
B 38 of 255 = 15%

68
65
38

R + G + B ~ 22%. #444126 is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 65 + 38 = 171 (100%)
R 68 of 171 ~ 39.77%
G 65 of 171 ~ 38.01%
B 38 of 171 ~ 22.22'%

%39.77
%38.01
%22.22

CMYK color model

#444126 color CMYK value is (0,4,44,73).

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

CMYK: (0,4,44,73)
C0M4Y44K73 (0%, 4%, 44%, 73%)
(0.00 / 0.04 / 0.44 / 0.73)

CMYK percentages

%0
%4.41
%44.12
%73.33

Codes

Color #444126 in popluar color models

44 41 26
RGB 68 65 38
HSL 54° 28.30% 20.78%
HSB/HSV 54° 44.12% 26.67%
CMYK 0.00% 4.41% 44.12%
73.33%

Color #444126 in popluar number systems.

HEX 44 41 26
Decimal 68 65 38
Binary 1000100 1000001 100110
Octal 104 101 46

Shades and tints

Shades of #444126

#444126
(68,65,38)
#3E3C23
(62,60,35)
#383720
(56,55,32)
#32321D
(50,50,29)
#2C2D1A
(44,45,26)
#262817
(38,40,23)
#202314
(32,35,20)
#1A1E11
(26,30,17)
#14190E
(20,25,14)
#0E140B
(14,20,11)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #444126

#444126
(68,65,38)
#555239
(85,82,57)
#66634C
(102,99,76)
#77745F
(119,116,95)
#888572
(136,133,114)
#999685
(153,150,133)
#AAA798
(170,167,152)
#BBB8AB
(187,184,171)
#CCC9BE
(204,201,190)
#DDDAD1
(221,218,209)
#EEEBE4
(238,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #444126; }

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

This text font color is #444126.

Background Color

.myBgColor { background-color: #444126; }

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

This div background color is #444126.

Border color

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

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

This div border color is #444126.

Opacity

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

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

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

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

This text has shadow with #444126 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #444126.

Preview

Color preview on black background

This text has color #444126 on black background.


Color preview on white background

This text has color #444126 on white background.


Black color preview on #444126 background

This text has black color on #444126 background.


White color preview on #444126 background

This text has white color on #444126 background.


Related colors

Complementary color

Complementary color for #hex is #BBBED9.


I love getcolorcode.com

Triadic colors

1 #264441 and #412644 with #444126 are triadic colors.

2 #264144 and #414426 with #444126 are triadic colors.