COLOR #442A44

HEX: #442A44
RGB: (68,42,68)

Color info

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

RGB color model

#442A44 color RGB value is (68,42,68).

  • red value is 68;
  • green value is 42;
  • blue value is 68.
RGB:
(68,42,68)
(27%,16%,27%)

RGB channels and saturation

R 68 of 255 = 27%
G 42 of 255 = 16%
B 68 of 255 = 27%

68
42
68

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

Portions of RGB colors in percentages

R + G + B =
68 + 42 + 68 = 178 (100%)
R 68 of 178 ~ 38.2%
G 42 of 178 ~ 23.6%
B 68 of 178 ~ 38.2%

%38.2
%23.6
%38.2

CMYK color model

#442A44 color CMYK value is (0,38,0,73).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(0,38,0,73)
C0M38Y0K73 
(0%,38%,0%,73%)
(0.00/0.38/0.00/0.73)	

CMYK percentages

%0
%38.24
%0
%73.33

Codes

Color #442A44 in popluar color models

442A44
RGB684268
HSL300°23.64%21.57%
HSB/HSV300°38.24%26.67%
CMYK0.00%38.24%0.00%
73.33%

Color #442A44 in popluar number systems.

HEX442A44
Decimal684268
Binary10001001010101000100
Octal10452104

Shades and tints

Shades of #442A44

#442A44
(68,42,68)
#3E273E
(62,39,62)
#382438
(56,36,56)
#322132
(50,33,50)
#2C1E2C
(44,30,44)
#261B26
(38,27,38)
#201820
(32,24,32)
#1A151A
(26,21,26)
#141214
(20,18,20)
#0E0F0E
(14,15,14)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #442A44

#442A44
(68,42,68)
#553D55
(85,61,85)
#665066
(102,80,102)
#776377
(119,99,119)
#887688
(136,118,136)
#998999
(153,137,153)
#AA9CAA
(170,156,170)
#BBAFBB
(187,175,187)
#CCC2CC
(204,194,204)
#DDD5DD
(221,213,221)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442A44; }

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

This text font color is #442A44.


Background Color

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

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

This div background color is #442A44.


Border color

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

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

This div border color is #442A44.


Opacity

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

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

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

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

This text has shadow with #442A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442A44 on black background.


Color preview on white background

This text has color #442A44 on white background.



Black color preview on #442A44 background

This text has black color on #442A44 background.


White color preview on #442A44 background

This text has white color on #442A44 background.