COLOR #442E65

HEX: #442E65 RGB: (68,46,101)

Color info

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

RGB color model

#442E65 color RGB value is (68,46,101).

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

RGB channels and saturation

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

68
46
101

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

Portions of RGB colors in percentages

R + G + B = 68 + 46 + 101 = 215 (100%)
R 68 of 215 ~ 31.63%
G 46 of 215 ~ 21.4%
B 101 of 215 ~ 46.98'%

%31.63
%21.4
%46.98

CMYK color model

#442E65 color CMYK value is (33,54,0,60).

  • cyan value is 32.67%
  • magenta value is 54.46%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (33,54,0,60)
C33M54Y0K60 (33%, 54%, 0%, 60%)
(0.33 / 0.54 / 0.00 / 0.60)

CMYK percentages

%32.67
%54.46
%0
%60.39

Codes

Color #442E65 in popluar color models

44 2E 65
RGB 68 46 101
HSL 264° 37.41% 28.82%
HSB/HSV 264° 54.46% 39.61%
CMYK 32.67% 54.46% 0.00%
60.39%

Color #442E65 in popluar number systems.

HEX 44 2E 65
Decimal 68 46 101
Binary 1000100 101110 1100101
Octal 104 56 145

Shades and tints

Shades of #442E65

#442E65
(68,46,101)
#3E2A5C
(62,42,92)
#382653
(56,38,83)
#32224A
(50,34,74)
#2C1E41
(44,30,65)
#261A38
(38,26,56)
#20162F
(32,22,47)
#1A1226
(26,18,38)
#140E1D
(20,14,29)
#0E0A14
(14,10,20)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #442E65

#442E65
(68,46,101)
#554173
(85,65,115)
#665481
(102,84,129)
#77678F
(119,103,143)
#887A9D
(136,122,157)
#998DAB
(153,141,171)
#AAA0B9
(170,160,185)
#BBB3C7
(187,179,199)
#CCC6D5
(204,198,213)
#DDD9E3
(221,217,227)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #442E65; }

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

This text font color is #442E65.

Background Color

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

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

This div background color is #442E65.

Border color

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

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

This div border color is #442E65.

Opacity

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

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

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

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

This text has shadow with #442E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442E65.

Preview

Color preview on black background

This text has color #442E65 on black background.


Color preview on white background

This text has color #442E65 on white background.


Black color preview on #442E65 background

This text has black color on #442E65 background.


White color preview on #442E65 background

This text has white color on #442E65 background.


Related colors

Complementary color

Complementary color for #hex is #BBD19A.


I love getcolorcode.com

Triadic colors

1 #65442E and #2E6544 with #442E65 are triadic colors.

2 #652E44 and #2E4465 with #442E65 are triadic colors.