COLOR #442D24

HEX: #442D24
RGB: (68,45,36)

Color info

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

RGB color model

#442D24 color RGB value is (68,45,36).

  • red value is 68;
  • green value is 45;
  • blue value is 36.
RGB:
(68,45,36)
(27%,18%,14%)

RGB channels and saturation

R 68 of 255 = 27%
G 45 of 255 = 18%
B 36 of 255 = 14%

68
45
36

R + G + B ~ 20%. #442D24 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 45 + 36 = 149 (100%)
R 68 of 149 ~ 45.64%
G 45 of 149 ~ 30.2%
B 36 of 149 ~ 24.16%

%45.64
%30.2
%24.16

CMYK color model

#442D24 color CMYK value is (0,34,47,73).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 47.06%
  • key color value is 73.33%
CMYK:
(0,34,47,73)
C0M34Y47K73 
(0%,34%,47%,73%)
(0.00/0.34/0.47/0.73)	

CMYK percentages

%0
%33.82
%47.06
%73.33

Codes

Color #442D24 in popluar color models

442D24
RGB684536
HSL17°30.77%20.39%
HSB/HSV17°47.06%26.67%
CMYK0.00%33.82%47.06%
73.33%

Color #442D24 in popluar number systems.

HEX442D24
Decimal684536
Binary1000100101101100100
Octal1045544

Shades and tints

Shades of #442D24

#442D24
(68,45,36)
#3E2921
(62,41,33)
#38251E
(56,37,30)
#32211B
(50,33,27)
#2C1D18
(44,29,24)
#261915
(38,25,21)
#201512
(32,21,18)
#1A110F
(26,17,15)
#140D0C
(20,13,12)
#0E0909
(14,9,9)
#080506
(8,5,6)
#000000
(0,0,0)

Tints of #442D24

#442D24
(68,45,36)
#554037
(85,64,55)
#66534A
(102,83,74)
#77665D
(119,102,93)
#887970
(136,121,112)
#998C83
(153,140,131)
#AA9F96
(170,159,150)
#BBB2A9
(187,178,169)
#CCC5BC
(204,197,188)
#DDD8CF
(221,216,207)
#EEEBE2
(238,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442D24 color. Also use rgb(68,45,36) instead hex code.

Text Font Color

.myTextColor { color: #442D24; }

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

This text font color is #442D24.


Background Color

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

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

This div background color is #442D24.


Border color

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

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

This div border color is #442D24.


Opacity

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

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

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

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

This text has shadow with #442D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442D24 on black background.


Color preview on white background

This text has color #442D24 on white background.



Black color preview on #442D24 background

This text has black color on #442D24 background.


White color preview on #442D24 background

This text has white color on #442D24 background.