COLOR #442E46

HEX: #442E46
RGB: (68,46,70)

Color info

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

RGB color model

#442E46 color RGB value is (68,46,70).

  • red value is 68;
  • green value is 46;
  • blue value is 70.
RGB:
(68,46,70)
(27%,18%,27%)

RGB channels and saturation

R 68 of 255 = 27%
G 46 of 255 = 18%
B 70 of 255 = 27%

68
46
70

R + G + B ~ 24%. #442E46 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 46 + 70 = 184 (100%)
R 68 of 184 ~ 36.96%
G 46 of 184 ~ 25%
B 70 of 184 ~ 38.04%

%36.96
%25
%38.04

CMYK color model

#442E46 color CMYK value is (3,34,0,73).

  • cyan value is 2.86%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(3,34,0,73)
C3M34Y0K73 
(3%,34%,0%,73%)
(0.03/0.34/0.00/0.73)	

CMYK percentages

%2.86
%34.29
%0
%72.55

Codes

Color #442E46 in popluar color models

442E46
RGB684670
HSL295°20.69%22.75%
HSB/HSV295°34.29%27.45%
CMYK2.86%34.29%0.00%
72.55%

Color #442E46 in popluar number systems.

HEX442E46
Decimal684670
Binary10001001011101000110
Octal10456106

Shades and tints

Shades of #442E46

#442E46
(68,46,70)
#3E2A40
(62,42,64)
#38263A
(56,38,58)
#322234
(50,34,52)
#2C1E2E
(44,30,46)
#261A28
(38,26,40)
#201622
(32,22,34)
#1A121C
(26,18,28)
#140E16
(20,14,22)
#0E0A10
(14,10,16)
#08060A
(8,6,10)
#000000
(0,0,0)

Tints of #442E46

#442E46
(68,46,70)
#554156
(85,65,86)
#665466
(102,84,102)
#776776
(119,103,118)
#887A86
(136,122,134)
#998D96
(153,141,150)
#AAA0A6
(170,160,166)
#BBB3B6
(187,179,182)
#CCC6C6
(204,198,198)
#DDD9D6
(221,217,214)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442E46; }

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

This text font color is #442E46.


Background Color

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

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

This div background color is #442E46.


Border color

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

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

This div border color is #442E46.


Opacity

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

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

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

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

This text has shadow with #442E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442E46 on black background.


Color preview on white background

This text has color #442E46 on white background.



Black color preview on #442E46 background

This text has black color on #442E46 background.


White color preview on #442E46 background

This text has white color on #442E46 background.