COLOR #442D3F

HEX: #442D3F
RGB: (68,45,63)

Color info

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

RGB color model

#442D3F color RGB value is (68,45,63).

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

RGB channels and saturation

R 68 of 255 = 27%
G 45 of 255 = 18%
B 63 of 255 = 25%

68
45
63

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

Portions of RGB colors in percentages

R + G + B =
68 + 45 + 63 = 176 (100%)
R 68 of 176 ~ 38.64%
G 45 of 176 ~ 25.57%
B 63 of 176 ~ 35.8%

%38.64
%25.57
%35.8

CMYK color model

#442D3F color CMYK value is (0,34,7,73).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 7.35%
  • key color value is 73.33%
CMYK:
(0,34,7,73)
C0M34Y7K73 
(0%,34%,7%,73%)
(0.00/0.34/0.07/0.73)	

CMYK percentages

%0
%33.82
%7.35
%73.33

Codes

Color #442D3F in popluar color models

442D3F
RGB684563
HSL313°20.35%22.16%
HSB/HSV313°33.82%26.67%
CMYK0.00%33.82%7.35%
73.33%

Color #442D3F in popluar number systems.

HEX442D3F
Decimal684563
Binary1000100101101111111
Octal1045577

Shades and tints

Shades of #442D3F

#442D3F
(68,45,63)
#3E293A
(62,41,58)
#382535
(56,37,53)
#322130
(50,33,48)
#2C1D2B
(44,29,43)
#261926
(38,25,38)
#201521
(32,21,33)
#1A111C
(26,17,28)
#140D17
(20,13,23)
#0E0912
(14,9,18)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #442D3F

#442D3F
(68,45,63)
#554050
(85,64,80)
#665361
(102,83,97)
#776672
(119,102,114)
#887983
(136,121,131)
#998C94
(153,140,148)
#AA9FA5
(170,159,165)
#BBB2B6
(187,178,182)
#CCC5C7
(204,197,199)
#DDD8D8
(221,216,216)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442D3F; }

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

This text font color is #442D3F.


Background Color

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

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

This div background color is #442D3F.


Border color

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

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

This div border color is #442D3F.


Opacity

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

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

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

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

This text has shadow with #442D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442D3F on black background.


Color preview on white background

This text has color #442D3F on white background.



Black color preview on #442D3F background

This text has black color on #442D3F background.


White color preview on #442D3F background

This text has white color on #442D3F background.