COLOR #442E2C

HEX: #442E2C
RGB: (68,46,44)

Color info

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

RGB color model

#442E2C color RGB value is (68,46,44).

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

RGB channels and saturation

R 68 of 255 = 27%
G 46 of 255 = 18%
B 44 of 255 = 17%

68
46
44

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

Portions of RGB colors in percentages

R + G + B =
68 + 46 + 44 = 158 (100%)
R 68 of 158 ~ 43.04%
G 46 of 158 ~ 29.11%
B 44 of 158 ~ 27.85%

%43.04
%29.11
%27.85

CMYK color model

#442E2C color CMYK value is (0,32,35,73).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 35.29%
  • key color value is 73.33%
CMYK:
(0,32,35,73)
C0M32Y35K73 
(0%,32%,35%,73%)
(0.00/0.32/0.35/0.73)	

CMYK percentages

%0
%32.35
%35.29
%73.33

Codes

Color #442E2C in popluar color models

442E2C
RGB684644
HSL21.43%21.96%
HSB/HSV35.29%26.67%
CMYK0.00%32.35%35.29%
73.33%

Color #442E2C in popluar number systems.

HEX442E2C
Decimal684644
Binary1000100101110101100
Octal1045654

Shades and tints

Shades of #442E2C

#442E2C
(68,46,44)
#3E2A28
(62,42,40)
#382624
(56,38,36)
#322220
(50,34,32)
#2C1E1C
(44,30,28)
#261A18
(38,26,24)
#201614
(32,22,20)
#1A1210
(26,18,16)
#140E0C
(20,14,12)
#0E0A08
(14,10,8)
#080604
(8,6,4)
#000000
(0,0,0)

Tints of #442E2C

#442E2C
(68,46,44)
#55413F
(85,65,63)
#665452
(102,84,82)
#776765
(119,103,101)
#887A78
(136,122,120)
#998D8B
(153,141,139)
#AAA09E
(170,160,158)
#BBB3B1
(187,179,177)
#CCC6C4
(204,198,196)
#DDD9D7
(221,217,215)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442E2C; }

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

This text font color is #442E2C.


Background Color

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

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

This div background color is #442E2C.


Border color

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

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

This div border color is #442E2C.


Opacity

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

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

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

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

This text has shadow with #442E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442E2C on black background.


Color preview on white background

This text has color #442E2C on white background.



Black color preview on #442E2C background

This text has black color on #442E2C background.


White color preview on #442E2C background

This text has white color on #442E2C background.