COLOR #442128

HEX: #442128 RGB: (68,33,40)

Color info

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

RGB color model

#442128 color RGB value is (68,33,40).

RGB: (68,33,40) (27%, 13%, 16%)

RGB channels and saturation

R 68 of 255 = 27%
G 33 of 255 = 13%
B 40 of 255 = 16%

68
33
40

R + G + B ~ 19%. #442128 is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 33 + 40 = 141 (100%)
R 68 of 141 ~ 48.23%
G 33 of 141 ~ 23.4%
B 40 of 141 ~ 28.37'%

%48.23
%23.4
%28.37

CMYK color model

#442128 color CMYK value is (0,51,41,73).

  • cyan value is 0.00%
  • magenta value is 51.47%
  • yellow value is 41.18%
  • key color value is 73.33%
CMYK: (0,51,41,73) C0M51Y41K73 (0%,51%,41%,73%) (0.00/0.51/0.41/0.73) 

CMYK percentages

%0
%51.47
%41.18
%73.33

Codes

Color #442128 in popluar color models

44 21 28
RGB 68 33 40
HSL 348° 34.65% 19.80%
HSB/HSV 348° 51.47% 26.67%
CMYK 0.00% 51.47% 41.18%
73.33%

Color #442128 in popluar number systems.

HEX 44 21 28
Decimal 68 33 40
Binary 1000100 100001 101000
Octal 104 41 50

Shades and tints

Shades of #442128

#442128
(68,33,40)
#3E1E25
(62,30,37)
#381B22
(56,27,34)
#32181F
(50,24,31)
#2C151C
(44,21,28)
#261219
(38,18,25)
#200F16
(32,15,22)
#1A0C13
(26,12,19)
#140910
(20,9,16)
#0E060D
(14,6,13)
#08030A
(8,3,10)
#000000
(0,0,0)

Tints of #442128

#442128
(68,33,40)
#55353B
(85,53,59)
#66494E
(102,73,78)
#775D61
(119,93,97)
#887174
(136,113,116)
#998587
(153,133,135)
#AA999A
(170,153,154)
#BBADAD
(187,173,173)
#CCC1C0
(204,193,192)
#DDD5D3
(221,213,211)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442128 color. Also use rgb(68,33,40) instead hex code.

Text Font Color

.myTextColor { color: #442128; }

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

This text font color is #442128.

Background Color

.myBgColor { background-color: #442128; }

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

This div background color is #442128.

Border color

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

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

This div border color is #442128.

Opacity

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

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

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

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

This text has shadow with #442128 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442128.

Preview

Color preview on black background

This text has color #442128 on black background.


Color preview on white background

This text has color #442128 on white background.


Black color preview on #442128 background

This text has black color on #442128 background.


White color preview on #442128 background

This text has white color on #442128 background.


Related colors

Complementary color

Complementary color for #hex is #BBDED7.


I love getcolorcode.com

Triadic colors

1 #284421 and #212844 with #442128 are triadic colors.

2 #282144 and #214428 with #442128 are triadic colors.