COLOR #442D34

HEX: #442D34
RGB: (68,45,52)

Color info

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

RGB color model

#442D34 color RGB value is (68,45,52).

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

RGB channels and saturation

R 68 of 255 = 27%
G 45 of 255 = 18%
B 52 of 255 = 20%

68
45
52

R + G + B ~ 22%. #442D34 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 45 + 52 = 165 (100%)
R 68 of 165 ~ 41.21%
G 45 of 165 ~ 27.27%
B 52 of 165 ~ 31.52%

%41.21
%27.27
%31.52

CMYK color model

#442D34 color CMYK value is (0,34,24,73).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 23.53%
  • key color value is 73.33%
CMYK:
(0,34,24,73)
C0M34Y24K73 
(0%,34%,24%,73%)
(0.00/0.34/0.24/0.73)	

CMYK percentages

%0
%33.82
%23.53
%73.33

Codes

Color #442D34 in popluar color models

442D34
RGB684552
HSL342°20.35%22.16%
HSB/HSV342°33.82%26.67%
CMYK0.00%33.82%23.53%
73.33%

Color #442D34 in popluar number systems.

HEX442D34
Decimal684552
Binary1000100101101110100
Octal1045564

Shades and tints

Shades of #442D34

#442D34
(68,45,52)
#3E2930
(62,41,48)
#38252C
(56,37,44)
#322128
(50,33,40)
#2C1D24
(44,29,36)
#261920
(38,25,32)
#20151C
(32,21,28)
#1A1118
(26,17,24)
#140D14
(20,13,20)
#0E0910
(14,9,16)
#08050C
(8,5,12)
#000000
(0,0,0)

Tints of #442D34

#442D34
(68,45,52)
#554046
(85,64,70)
#665358
(102,83,88)
#77666A
(119,102,106)
#88797C
(136,121,124)
#998C8E
(153,140,142)
#AA9FA0
(170,159,160)
#BBB2B2
(187,178,178)
#CCC5C4
(204,197,196)
#DDD8D6
(221,216,214)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442D34; }

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

This text font color is #442D34.


Background Color

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

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

This div background color is #442D34.


Border color

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

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

This div border color is #442D34.


Opacity

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

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

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

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

This text has shadow with #442D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442D34 on black background.


Color preview on white background

This text has color #442D34 on white background.



Black color preview on #442D34 background

This text has black color on #442D34 background.


White color preview on #442D34 background

This text has white color on #442D34 background.