COLOR #442D65

HEX: #442D65 RGB: (68,45,101)

Color info

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

RGB color model

#442D65 color RGB value is (68,45,101).

RGB: (68,45,101) (27%, 18%, 40%)

RGB channels and saturation

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

68
45
101

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

Portions of RGB colors in percentages

R + G + B = 68 + 45 + 101 = 214 (100%)
R 68 of 214 ~ 31.78%
G 45 of 214 ~ 21.03%
B 101 of 214 ~ 47.2'%

%31.78
%21.03
%47.2

CMYK color model

#442D65 color CMYK value is (33,55,0,60).

  • cyan value is 32.67%
  • magenta value is 55.45%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK: (33,55,0,60) C33M55Y0K60 (33%,55%,0%,60%) (0.33/0.55/0.00/0.60) 

CMYK percentages

%32.67
%55.45
%0
%60.39

Codes

Color #442D65 in popluar color models

44 2D 65
RGB 68 45 101
HSL 265° 38.36% 28.63%
HSB/HSV 265° 55.45% 39.61%
CMYK 32.67% 55.45% 0.00%
60.39%

Color #442D65 in popluar number systems.

HEX 44 2D 65
Decimal 68 45 101
Binary 1000100 101101 1100101
Octal 104 55 145

Shades and tints

Shades of #442D65

#442D65
(68,45,101)
#3E295C
(62,41,92)
#382553
(56,37,83)
#32214A
(50,33,74)
#2C1D41
(44,29,65)
#261938
(38,25,56)
#20152F
(32,21,47)
#1A1126
(26,17,38)
#140D1D
(20,13,29)
#0E0914
(14,9,20)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #442D65

#442D65
(68,45,101)
#554073
(85,64,115)
#665381
(102,83,129)
#77668F
(119,102,143)
#88799D
(136,121,157)
#998CAB
(153,140,171)
#AA9FB9
(170,159,185)
#BBB2C7
(187,178,199)
#CCC5D5
(204,197,213)
#DDD8E3
(221,216,227)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442D65; }

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

This text font color is #442D65.

Background Color

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

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

This div background color is #442D65.

Border color

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

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

This div border color is #442D65.

Opacity

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

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

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

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

This text has shadow with #442D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442D65.

Preview

Color preview on black background

This text has color #442D65 on black background.


Color preview on white background

This text has color #442D65 on white background.


Black color preview on #442D65 background

This text has black color on #442D65 background.


White color preview on #442D65 background

This text has white color on #442D65 background.


Related colors

Complementary color

Complementary color for #hex is #BBD29A.


I love getcolorcode.com

Triadic colors

1 #65442D and #2D6544 with #442D65 are triadic colors.

2 #652D44 and #2D4465 with #442D65 are triadic colors.