COLOR #442E42

HEX: #442E42
RGB: (68,46,66)

Color info

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

RGB color model

#442E42 color RGB value is (68,46,66).

  • red value is 68;
  • green value is 46;
  • blue value is 66.
RGB:
(68,46,66)
(27%,18%,26%)

RGB channels and saturation

R 68 of 255 = 27%
G 46 of 255 = 18%
B 66 of 255 = 26%

68
46
66

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

Portions of RGB colors in percentages

R + G + B =
68 + 46 + 66 = 180 (100%)
R 68 of 180 ~ 37.78%
G 46 of 180 ~ 25.56%
B 66 of 180 ~ 36.67%

%37.78
%25.56
%36.67

CMYK color model

#442E42 color CMYK value is (0,32,3,73).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 2.94%
  • key color value is 73.33%
CMYK:
(0,32,3,73)
C0M32Y3K73 
(0%,32%,3%,73%)
(0.00/0.32/0.03/0.73)	

CMYK percentages

%0
%32.35
%2.94
%73.33

Codes

Color #442E42 in popluar color models

442E42
RGB684666
HSL305°19.30%22.35%
HSB/HSV305°32.35%26.67%
CMYK0.00%32.35%2.94%
73.33%

Color #442E42 in popluar number systems.

HEX442E42
Decimal684666
Binary10001001011101000010
Octal10456102

Shades and tints

Shades of #442E42

#442E42
(68,46,66)
#3E2A3C
(62,42,60)
#382636
(56,38,54)
#322230
(50,34,48)
#2C1E2A
(44,30,42)
#261A24
(38,26,36)
#20161E
(32,22,30)
#1A1218
(26,18,24)
#140E12
(20,14,18)
#0E0A0C
(14,10,12)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #442E42

#442E42
(68,46,66)
#554153
(85,65,83)
#665464
(102,84,100)
#776775
(119,103,117)
#887A86
(136,122,134)
#998D97
(153,141,151)
#AAA0A8
(170,160,168)
#BBB3B9
(187,179,185)
#CCC6CA
(204,198,202)
#DDD9DB
(221,217,219)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442E42 color. Also use rgb(68,46,66) instead hex code.

Text Font Color

.myTextColor { color: #442E42; }

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

This text font color is #442E42.


Background Color

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

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

This div background color is #442E42.


Border color

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

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

This div border color is #442E42.


Opacity

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

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

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

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

This text has shadow with #442E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442E42 on black background.


Color preview on white background

This text has color #442E42 on white background.



Black color preview on #442E42 background

This text has black color on #442E42 background.


White color preview on #442E42 background

This text has white color on #442E42 background.