COLOR #442D67

HEX: #442D67
RGB: (68,45,103)

Color info

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

RGB color model

#442D67 color RGB value is (68,45,103).

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

RGB channels and saturation

R 68 of 255 = 27%
G 45 of 255 = 18%
B 103 of 255 = 40%

68
45
103

R + G + B ~ 28%. #442D67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 45 + 103 = 216 (100%)
R 68 of 216 ~ 31.48%
G 45 of 216 ~ 20.83%
B 103 of 216 ~ 47.69%

%31.48
%20.83
%47.69

CMYK color model

#442D67 color CMYK value is (34,56,0,60).

  • cyan value is 33.98%
  • magenta value is 56.31%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(34,56,0,60)
C34M56Y0K60 
(34%,56%,0%,60%)
(0.34/0.56/0.00/0.60)	

CMYK percentages

%33.98
%56.31
%0
%59.61

Codes

Color #442D67 in popluar color models

442D67
RGB6845103
HSL264°39.19%29.02%
HSB/HSV264°56.31%40.39%
CMYK33.98%56.31%0.00%
59.61%

Color #442D67 in popluar number systems.

HEX442D67
Decimal6845103
Binary10001001011011100111
Octal10455147

Shades and tints

Shades of #442D67

#442D67
(68,45,103)
#3E295E
(62,41,94)
#382555
(56,37,85)
#32214C
(50,33,76)
#2C1D43
(44,29,67)
#26193A
(38,25,58)
#201531
(32,21,49)
#1A1128
(26,17,40)
#140D1F
(20,13,31)
#0E0916
(14,9,22)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #442D67

#442D67
(68,45,103)
#554074
(85,64,116)
#665381
(102,83,129)
#77668E
(119,102,142)
#88799B
(136,121,155)
#998CA8
(153,140,168)
#AA9FB5
(170,159,181)
#BBB2C2
(187,178,194)
#CCC5CF
(204,197,207)
#DDD8DC
(221,216,220)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442D67; }

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

This text font color is #442D67.


Background Color

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

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

This div background color is #442D67.


Border color

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

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

This div border color is #442D67.


Opacity

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

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

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

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

This text has shadow with #442D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442D67 on black background.


Color preview on white background

This text has color #442D67 on white background.



Black color preview on #442D67 background

This text has black color on #442D67 background.


White color preview on #442D67 background

This text has white color on #442D67 background.