COLOR #442C32

HEX: #442C32
RGB: (68,44,50)

Color info

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

RGB color model

#442C32 color RGB value is (68,44,50).

  • red value is 68;
  • green value is 44;
  • blue value is 50.
RGB:
(68,44,50)
(27%,17%,20%)

RGB channels and saturation

R 68 of 255 = 27%
G 44 of 255 = 17%
B 50 of 255 = 20%

68
44
50

R + G + B ~ 21%. #442C32 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 44 + 50 = 162 (100%)
R 68 of 162 ~ 41.98%
G 44 of 162 ~ 27.16%
B 50 of 162 ~ 30.86%

%41.98
%27.16
%30.86

CMYK color model

#442C32 color CMYK value is (0,35,26,73).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 26.47%
  • key color value is 73.33%
CMYK:
(0,35,26,73)
C0M35Y26K73 
(0%,35%,26%,73%)
(0.00/0.35/0.26/0.73)	

CMYK percentages

%0
%35.29
%26.47
%73.33

Codes

Color #442C32 in popluar color models

442C32
RGB684450
HSL345°21.43%21.96%
HSB/HSV345°35.29%26.67%
CMYK0.00%35.29%26.47%
73.33%

Color #442C32 in popluar number systems.

HEX442C32
Decimal684450
Binary1000100101100110010
Octal1045462

Shades and tints

Shades of #442C32

#442C32
(68,44,50)
#3E282E
(62,40,46)
#38242A
(56,36,42)
#322026
(50,32,38)
#2C1C22
(44,28,34)
#26181E
(38,24,30)
#20141A
(32,20,26)
#1A1016
(26,16,22)
#140C12
(20,12,18)
#0E080E
(14,8,14)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #442C32

#442C32
(68,44,50)
#553F44
(85,63,68)
#665256
(102,82,86)
#776568
(119,101,104)
#88787A
(136,120,122)
#998B8C
(153,139,140)
#AA9E9E
(170,158,158)
#BBB1B0
(187,177,176)
#CCC4C2
(204,196,194)
#DDD7D4
(221,215,212)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442C32 color. Also use rgb(68,44,50) instead hex code.

Text Font Color

.myTextColor { color: #442C32; }

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

This text font color is #442C32.


Background Color

.myBgColor { background-color: #442C32; }

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

This div background color is #442C32.


Border color

.myBorderColor { border: 1px solid #442C32; }

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

This div border color is #442C32.


Opacity

.myOpacity80 { color: #442C32; opacity: 0.8; }

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

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

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

This text has shadow with #442C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442C32 on black background.


Color preview on white background

This text has color #442C32 on white background.



Black color preview on #442C32 background

This text has black color on #442C32 background.


White color preview on #442C32 background

This text has white color on #442C32 background.