COLOR #442E3C

HEX: #442E3C
RGB: (68,46,60)

Color info

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

RGB color model

#442E3C color RGB value is (68,46,60).

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

RGB channels and saturation

R 68 of 255 = 27%
G 46 of 255 = 18%
B 60 of 255 = 24%

68
46
60

R + G + B ~ 23%. #442E3C is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 46 + 60 = 174 (100%)
R 68 of 174 ~ 39.08%
G 46 of 174 ~ 26.44%
B 60 of 174 ~ 34.48%

%39.08
%26.44
%34.48

CMYK color model

#442E3C color CMYK value is (0,32,12,73).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 11.76%
  • key color value is 73.33%
CMYK:
(0,32,12,73)
C0M32Y12K73 
(0%,32%,12%,73%)
(0.00/0.32/0.12/0.73)	

CMYK percentages

%0
%32.35
%11.76
%73.33

Codes

Color #442E3C in popluar color models

442E3C
RGB684660
HSL322°19.30%22.35%
HSB/HSV322°32.35%26.67%
CMYK0.00%32.35%11.76%
73.33%

Color #442E3C in popluar number systems.

HEX442E3C
Decimal684660
Binary1000100101110111100
Octal1045674

Shades and tints

Shades of #442E3C

#442E3C
(68,46,60)
#3E2A37
(62,42,55)
#382632
(56,38,50)
#32222D
(50,34,45)
#2C1E28
(44,30,40)
#261A23
(38,26,35)
#20161E
(32,22,30)
#1A1219
(26,18,25)
#140E14
(20,14,20)
#0E0A0F
(14,10,15)
#08060A
(8,6,10)
#000000
(0,0,0)

Tints of #442E3C

#442E3C
(68,46,60)
#55414D
(85,65,77)
#66545E
(102,84,94)
#77676F
(119,103,111)
#887A80
(136,122,128)
#998D91
(153,141,145)
#AAA0A2
(170,160,162)
#BBB3B3
(187,179,179)
#CCC6C4
(204,198,196)
#DDD9D5
(221,217,213)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442E3C; }

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

This text font color is #442E3C.


Background Color

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

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

This div background color is #442E3C.


Border color

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

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

This div border color is #442E3C.


Opacity

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

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

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

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

This text has shadow with #442E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442E3C on black background.


Color preview on white background

This text has color #442E3C on white background.



Black color preview on #442E3C background

This text has black color on #442E3C background.


White color preview on #442E3C background

This text has white color on #442E3C background.