COLOR #442D35

HEX: #442D35
RGB: (68,45,53)

Color info

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

RGB color model

#442D35 color RGB value is (68,45,53).

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

RGB channels and saturation

R 68 of 255 = 27%
G 45 of 255 = 18%
B 53 of 255 = 21%

68
45
53

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

Portions of RGB colors in percentages

R + G + B =
68 + 45 + 53 = 166 (100%)
R 68 of 166 ~ 40.96%
G 45 of 166 ~ 27.11%
B 53 of 166 ~ 31.93%

%40.96
%27.11
%31.93

CMYK color model

#442D35 color CMYK value is (0,34,22,73).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 22.06%
  • key color value is 73.33%
CMYK:
(0,34,22,73)
C0M34Y22K73 
(0%,34%,22%,73%)
(0.00/0.34/0.22/0.73)	

CMYK percentages

%0
%33.82
%22.06
%73.33

Codes

Color #442D35 in popluar color models

442D35
RGB684553
HSL339°20.35%22.16%
HSB/HSV339°33.82%26.67%
CMYK0.00%33.82%22.06%
73.33%

Color #442D35 in popluar number systems.

HEX442D35
Decimal684553
Binary1000100101101110101
Octal1045565

Shades and tints

Shades of #442D35

#442D35
(68,45,53)
#3E2931
(62,41,49)
#38252D
(56,37,45)
#322129
(50,33,41)
#2C1D25
(44,29,37)
#261921
(38,25,33)
#20151D
(32,21,29)
#1A1119
(26,17,25)
#140D15
(20,13,21)
#0E0911
(14,9,17)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #442D35

#442D35
(68,45,53)
#554047
(85,64,71)
#665359
(102,83,89)
#77666B
(119,102,107)
#88797D
(136,121,125)
#998C8F
(153,140,143)
#AA9FA1
(170,159,161)
#BBB2B3
(187,178,179)
#CCC5C5
(204,197,197)
#DDD8D7
(221,216,215)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442D35; }

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

This text font color is #442D35.


Background Color

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

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

This div background color is #442D35.


Border color

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

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

This div border color is #442D35.


Opacity

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

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

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

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

This text has shadow with #442D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442D35 on black background.


Color preview on white background

This text has color #442D35 on white background.



Black color preview on #442D35 background

This text has black color on #442D35 background.


White color preview on #442D35 background

This text has white color on #442D35 background.