COLOR #442E77

HEX: #442E77
RGB: (68,46,119)

Color info

#442E77 contains mainly red and blue colors. Web safe color of #442E77 is #333366 (or #336).

RGB color model

#442E77 color RGB value is (68,46,119).

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

RGB channels and saturation

R 68 of 255 = 27%
G 46 of 255 = 18%
B 119 of 255 = 47%

68
46
119

R + G + B ~ 31%. #442E77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 46 + 119 = 233 (100%)
R 68 of 233 ~ 29.18%
G 46 of 233 ~ 19.74%
B 119 of 233 ~ 51.07%

%29.18
%19.74
%51.07

CMYK color model

#442E77 color CMYK value is (43,61,0,53).

  • cyan value is 42.86%
  • magenta value is 61.34%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(43,61,0,53)
C43M61Y0K53 
(43%,61%,0%,53%)
(0.43/0.61/0.00/0.53)	

CMYK percentages

%42.86
%61.34
%0
%53.33

Codes

Color #442E77 in popluar color models

442E77
RGB6846119
HSL258°44.24%32.35%
HSB/HSV258°61.34%46.67%
CMYK42.86%61.34%0.00%
53.33%

Color #442E77 in popluar number systems.

HEX442E77
Decimal6846119
Binary10001001011101110111
Octal10456167

Shades and tints

Shades of #442E77

#442E77
(68,46,119)
#3E2A6D
(62,42,109)
#382663
(56,38,99)
#322259
(50,34,89)
#2C1E4F
(44,30,79)
#261A45
(38,26,69)
#20163B
(32,22,59)
#1A1231
(26,18,49)
#140E27
(20,14,39)
#0E0A1D
(14,10,29)
#080613
(8,6,19)
#000000
(0,0,0)

Tints of #442E77

#442E77
(68,46,119)
#554183
(85,65,131)
#66548F
(102,84,143)
#77679B
(119,103,155)
#887AA7
(136,122,167)
#998DB3
(153,141,179)
#AAA0BF
(170,160,191)
#BBB3CB
(187,179,203)
#CCC6D7
(204,198,215)
#DDD9E3
(221,217,227)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442E77; }

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

This text font color is #442E77.


Background Color

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

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

This div background color is #442E77.


Border color

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

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

This div border color is #442E77.


Opacity

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

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

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

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

This text has shadow with #442E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442E77 on black background.


Color preview on white background

This text has color #442E77 on white background.



Black color preview on #442E77 background

This text has black color on #442E77 background.


White color preview on #442E77 background

This text has white color on #442E77 background.