COLOR #442E52

HEX: #442E52
RGB: (68,46,82)

Color info

#442E52 contains red, green and blue colors in about the same proportion. Web safe color of #442E52 is #333366 (or #336).

RGB color model

#442E52 color RGB value is (68,46,82).

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

RGB channels and saturation

R 68 of 255 = 27%
G 46 of 255 = 18%
B 82 of 255 = 32%

68
46
82

R + G + B ~ 26%. #442E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 46 + 82 = 196 (100%)
R 68 of 196 ~ 34.69%
G 46 of 196 ~ 23.47%
B 82 of 196 ~ 41.84%

%34.69
%23.47
%41.84

CMYK color model

#442E52 color CMYK value is (17,44,0,68).

  • cyan value is 17.07%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(17,44,0,68)
C17M44Y0K68 
(17%,44%,0%,68%)
(0.17/0.44/0.00/0.68)	

CMYK percentages

%17.07
%43.9
%0
%67.84

Codes

Color #442E52 in popluar color models

442E52
RGB684682
HSL277°28.13%25.10%
HSB/HSV277°43.90%32.16%
CMYK17.07%43.90%0.00%
67.84%

Color #442E52 in popluar number systems.

HEX442E52
Decimal684682
Binary10001001011101010010
Octal10456122

Shades and tints

Shades of #442E52

#442E52
(68,46,82)
#3E2A4B
(62,42,75)
#382644
(56,38,68)
#32223D
(50,34,61)
#2C1E36
(44,30,54)
#261A2F
(38,26,47)
#201628
(32,22,40)
#1A1221
(26,18,33)
#140E1A
(20,14,26)
#0E0A13
(14,10,19)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #442E52

#442E52
(68,46,82)
#554161
(85,65,97)
#665470
(102,84,112)
#77677F
(119,103,127)
#887A8E
(136,122,142)
#998D9D
(153,141,157)
#AAA0AC
(170,160,172)
#BBB3BB
(187,179,187)
#CCC6CA
(204,198,202)
#DDD9D9
(221,217,217)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442E52; }

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

This text font color is #442E52.


Background Color

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

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

This div background color is #442E52.


Border color

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

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

This div border color is #442E52.


Opacity

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

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

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

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

This text has shadow with #442E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442E52 on black background.


Color preview on white background

This text has color #442E52 on white background.



Black color preview on #442E52 background

This text has black color on #442E52 background.


White color preview on #442E52 background

This text has white color on #442E52 background.