COLOR #44446D

HEX: #44446D
RGB: (68,68,109)

Color info

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

RGB color model

#44446D color RGB value is (68,68,109).

  • red value is 68;
  • green value is 68;
  • blue value is 109.
RGB:
(68,68,109)
(27%,27%,43%)

RGB channels and saturation

R 68 of 255 = 27%
G 68 of 255 = 27%
B 109 of 255 = 43%

68
68
109

R + G + B ~ 32%. #44446D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 68 + 109 = 245 (100%)
R 68 of 245 ~ 27.76%
G 68 of 245 ~ 27.76%
B 109 of 245 ~ 44.49%

%27.76
%27.76
%44.49

CMYK color model

#44446D color CMYK value is (38,38,0,57).

  • cyan value is 37.61%
  • magenta value is 37.61%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(38,38,0,57)
C38M38Y0K57 
(38%,38%,0%,57%)
(0.38/0.38/0.00/0.57)	

CMYK percentages

%37.61
%37.61
%0
%57.25

Codes

Color #44446D in popluar color models

44446D
RGB6868109
HSL240°23.16%34.71%
HSB/HSV240°37.61%42.75%
CMYK37.61%37.61%0.00%
57.25%

Color #44446D in popluar number systems.

HEX44446D
Decimal6868109
Binary100010010001001101101
Octal104104155

Shades and tints

Shades of #44446D

#44446D
(68,68,109)
#3E3E64
(62,62,100)
#38385B
(56,56,91)
#323252
(50,50,82)
#2C2C49
(44,44,73)
#262640
(38,38,64)
#202037
(32,32,55)
#1A1A2E
(26,26,46)
#141425
(20,20,37)
#0E0E1C
(14,14,28)
#080813
(8,8,19)
#000000
(0,0,0)

Tints of #44446D

#44446D
(68,68,109)
#55557A
(85,85,122)
#666687
(102,102,135)
#777794
(119,119,148)
#8888A1
(136,136,161)
#9999AE
(153,153,174)
#AAAABB
(170,170,187)
#BBBBC8
(187,187,200)
#CCCCD5
(204,204,213)
#DDDDE2
(221,221,226)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44446D color. Also use rgb(68,68,109) instead hex code.

Text Font Color

.myTextColor { color: #44446D; }

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

This text font color is #44446D.


Background Color

.myBgColor { background-color: #44446D; }

<div style="background-color:#44446D">Inner text</div>

This div background color is #44446D.


Border color

.myBorderColor { border: 1px solid #44446D; }

<div style="border:3px solid #44446D">Div</div>

This div border color is #44446D.


Opacity

.myOpacity80 { color: #44446D; opacity: 0.8; }

<p style="color:#44446D;opacity:0.8;">80%</p>

Text with #44446D 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 #44446D;}

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

This text has shadow with #44446D color.

.textShadow {text-shadow: 3px 3px 1px #44446D, 3px 3px 1px red;}

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

This text has shadow with #44446D primary color and red secondary color.


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

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

This text has shadow with #44446D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44446D on black background.


Color preview on white background

This text has color #44446D on white background.



Black color preview on #44446D background

This text has black color on #44446D background.


White color preview on #44446D background

This text has white color on #44446D background.